-
Notifications
You must be signed in to change notification settings - Fork 247
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
test_: unique project per run #5996
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jenkins BuildsClick to see older builds (14)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5996 +/- ##
========================================
Coverage 47.46% 47.47%
========================================
Files 849 849
Lines 138611 138611
========================================
+ Hits 65794 65801 +7
+ Misses 65017 65012 -5
+ Partials 7800 7798 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
antdanchenko
force-pushed
the
test-unique-project-per-run
branch
from
October 28, 2024 13:23
04edb54
to
6c35178
Compare
antdanchenko
requested review from
igor-sirotin,
anastasiyaig,
0x31071 and
jakubgs
October 28, 2024 13:26
antdanchenko
changed the title
tests_: unique project per run
test_: unique project per run
Oct 28, 2024
antdanchenko
requested review from
glitchminer
and removed request for
0x31071
October 28, 2024 13:28
jakubgs
approved these changes
Oct 28, 2024
I checked that it fixes #5980 |
igor-sirotin
approved these changes
Oct 28, 2024
antdanchenko
force-pushed
the
test-unique-project-per-run
branch
from
October 28, 2024 16:08
a674196
to
255793d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes 2 issues:
Error response from daemon: Conflict. The container name "/964f2dd64c34_tests-functional-status-go-1" is already in use by container "0fe8766cc6c9e155217924d13ef196e97094eef2b67978d15901a928acde5309". You have to remove (or rename) that container to be able to reuse that name.
second session attaches to the first instead of rebuilding containers with status-backend when a session is already running and another session starts
Fixes Functional tests running on
develop
branch don't report failure #5980