-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make integration tests shorter and more stable #1790
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
Make integration tests shorter and more stable #1790
Conversation
691432e
to
cfb994b
Compare
Codecov Report
@@ Coverage Diff @@
## master #1790 +/- ##
==========================================
- Coverage 46.08% 45.49% -0.59%
==========================================
Files 142 142
Lines 6577 6607 +30
==========================================
- Hits 3031 3006 -25
- Misses 3243 3301 +58
+ Partials 303 300 -3
Continue to review full report at Codecov.
|
kokoro seems to be running forever. Let's wait for the logs to see if the changes help the debugging |
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
cfb994b
to
bc2a13a
Compare
Let's try to run this PR a few times: |
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
735ccd2
to
c07b12a
Compare
Signed-off-by: David Gageot <[email protected]>
c07b12a
to
88b4e68
Compare
This makes it faster to build on the CI Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
8e611af
to
85b3c9c
Compare
Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
Also update the development guide Signed-off-by: David Gageot <[email protected]>
Signed-off-by: David Gageot <[email protected]>
This PR improves the integration tests to make them easier to debug and more reliable.
Also make TravisCI run faster by not fetching the submodules