-
Notifications
You must be signed in to change notification settings - Fork 3
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
Travis CI doesn't like our LambdoraLdpIT integration tests #64
Comments
I was able to reproduce these errors by attempting a fresh |
Further testing on Ubuntu 16.04:
They are similar IT tests in nature, as they both use Dagger to build a mock application. However, Whereas, |
On Ubuntu 16.04, looking at the detailed test output (
Notice the third DEBUG line, which says |
SOLUTION: It seems our I've gotten the tests to now succeed in Ubuntu 16.04, by simply creating a
(Strangely, it doesn't seem to work even if I simply set the |
Found via #63
Travis seems to not like our LambdoraLdpIT integration test class. The
master
branch fails in Travis, see: https://travis-ci.org/duraspace/lambdora/builds/300342798I recall that, when
LambdoraLdpIT
was added in PR #44, @awoods noted he seemed to see local test failures as well. I'm now starting to wonder if Travis is having that same issue.However, locally, all tests succeed for me. This may be an environmental or OS specific issue.
The text was updated successfully, but these errors were encountered: