- Notifications
You must be signed in to change notification settings - Fork674
test: attempt to make functional test startup more reliable#2188
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0a2f2a7 to564ab74Compare564ab74 toc829b26CompareUh oh!
There was an error while loading.Please reload this page.
c829b26 tod349e06Comparecodecov-commenter commentedJul 26, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #2188 +/- ##==========================================+ Coverage 91.56% 95.56% +4.00%========================================== Files 81 81 Lines 5344 5344 ==========================================+ Hits 4893 5107 +214+ Misses 451 237 -214
Flags with carried forward coverage won't be shown.Click here to find out more.
|
d349e06 to08f4313CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
The functional tests have been erratic. Current theory is that we arestarting the tests before the GitLab container is fully up andrunning. * Add checking of the Health Check[1] endpoints. * Add a 20 second delay after we believe it is up and running. * Increase timeout from 300 to 400 seconds[1]https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html
08f4313 to67508e8Compare
Uh oh!
There was an error while loading.Please reload this page.
The functional tests have been erratic. Current theory is that we are
starting the tests before the GitLab container is fully up and
running.
[1]https://docs.gitlab.com/ee/user/admin_area/monitoring/health_check.html