-
Notifications
You must be signed in to change notification settings - Fork 29
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
CouchDB Kitura NIO tests failing on Linux #91
Comments
Attn: @nethraravindran @pushkarnk |
All tests are failing with: |
@pushkarnk turns out, I already fixed the failure above (Kitura/Kitura-NIO#116) - I restarted CI with this fix. Now there is a crash in ClientRequest during the second CouchDB test: https://travis-ci.org/IBM-Swift/Kitura-CouchDB/jobs/455930086
|
This fixes on of the failures seen in There's another failure seen in |
The failure in |
Awaiting Kitura/Kitura-NIO#171 merge |
There was a missing return statement in the CouchDB tests. This was causing the tests to automatically pass without actually running.
A pr fixing this has been raised here
Now the tests are running the KituraNio travis builds are failing.
We need to investigate why they are failing and either fix them or propose a new solution for making rest requests within this repo.
The text was updated successfully, but these errors were encountered: