-
Notifications
You must be signed in to change notification settings - Fork 37
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
Rake e2e tests fail #15
Comments
@metacpp can you have a look at this? |
Why the test case is broken here? Regression ? @VaijanathB can you take a look at the test case you added here ? |
@dtzar I have enabled the branch protection here, if the travis fails, it will block the merge. |
We've migrated the test framework to Terratest in #18. There's still failure after merge: @JunyiYi please take a look at this issue. |
@metacpp When I was trying e2e test locally using docker, sometimes I also met this problem. However, if I restart the test, it may pass the build. I wonder why the tests are not consistent. |
When you run
rake e2e
the tests fail with:These are not able to be specified since they are an output from a different module. The module code works flawlessly. Therefore, the test framework / code needs to be updated to accomodate this scenario.
The text was updated successfully, but these errors were encountered: