-
Notifications
You must be signed in to change notification settings - Fork 45
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
Run EI systemtests in Travis build #191
Comments
Started looking into this |
I've set up an environment which can be reused in the integration tests and the system tests, and the environment works good locally but pushing up changes in build to Travis I've got some issues with the availabe resources in the Travis VM. When downloading the maven dependencies to run the system tests the build usually hangs and gives no output for some time (causing the build to abort after a time limit) or gives the error shown below: An excerpt of the logs:
This happens despite having the system tests in a separate stage in the Travis build. |
I don't see us prioritizing this issue in the near future unfortunately, mostly because we don't have a way around the limitations of the Travis build... Should we close this issue? @eiffel-community/eiffel-intelligence-maintainers ? |
We can add a new label instead of closing the issue, that way someone can also see the issue and try to help us. How about adding "help required" and "blocked" labels ? |
Ok, I'll add the "help wanted" label for now. |
Description
We need to include the system tests in the Travis build. A separate stage should be defined for running the system test to run in parallel with other test stages. The system tests should run on the latest code changes of EI (not using released docker images from Docker hub but instead build the image based on latest code changes).
Benefits
Improved test coverage in Travis.
Possible Drawbacks
None that I can think of.
The text was updated successfully, but these errors were encountered: