Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regressions with the 2.2 API #42

Open
egonw opened this issue Dec 3, 2017 · 1 comment
Open

regressions with the 2.2 API #42

egonw opened this issue Dec 3, 2017 · 1 comment
Labels
Milestone

Comments

@egonw
Copy link
Member

egonw commented Dec 3, 2017

FFF..........................................F.................F...........................................

Failures:

  1) Activities get all units and return a response
   Message:
     Expected false to be true.
   Stacktrace:
     Error: Expected false to be true.
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/ActivityIntegrationSpec.js:94:30)
    at Timer.listOnTimeout (timers.js:92:15)

  2) Activities get all units and return a response
   Message:
     Expected 404 to be 200.
   Stacktrace:
     Error: Expected 404 to be 200.
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/ActivityIntegrationSpec.js:95:29)
    at Timer.listOnTimeout (timers.js:92:15)

  3) Activities get all units and return a response
   Message:
     TypeError: Cannot read property 'length' of null
   Stacktrace:
     TypeError: Cannot read property 'length' of null
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/ActivityIntegrationSpec.js:96:27)
    at Timer.listOnTimeout (timers.js:92:15)

  4) Activities get all units and handle errors
   Message:
     Expected 404 to equal 500.
   Stacktrace:
     Error: Expected 404 to equal 500.
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/ActivityIntegrationSpec.js:114:29)
    at Timer.listOnTimeout (timers.js:92:15)

  5) Concept Wiki free text search and return a response
   Message:
     timeout: timed out after 30000 msec waiting for something to happen
   Stacktrace:
     undefined

  6) Pathways interactions by entity and return a response
   Message:
     timeout: timed out after 30000 msec waiting for something to happen
   Stacktrace:
     undefined

  7) Structure search similarity and return a response
   Message:
     Expected false to equal true.
   Stacktrace:
     Error: Expected false to equal true.
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/StructureIntegrationSpec.js:200:30)
    at Timer.listOnTimeout (timers.js:92:15)

  8) Structure search similarity and return a response
   Message:
     Expected 404 to equal 200.
   Stacktrace:
     Error: Expected 404 to equal 200.
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/StructureIntegrationSpec.js:201:29)
    at Timer.listOnTimeout (timers.js:92:15)

  9) Structure search similarity and return a response
   Message:
     TypeError: Cannot read property 'length' of null
   Stacktrace:
     TypeError: Cannot read property 'length' of null
    at null.<anonymous> (/home/egonw/var/Projects/GitHub/ops.js/test/spec/integration/StructureIntegrationSpec.js:202:27)
    at Timer.listOnTimeout (timers.js:92:15)

Finished in 337.833 seconds
107 tests, 632 assertions, 9 failures, 0 skipped
@egonw egonw added the bug label Dec 3, 2017
@egonw egonw added this to the 2.2 API milestone Dec 3, 2017
@egonw
Copy link
Member Author

egonw commented Dec 3, 2017

Of course, there are various other reported issues around the 2.2 API which required commenting out the test, and that obviously also need fixing... see this commit c104b0f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant