-
Notifications
You must be signed in to change notification settings - Fork 249
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
fix(tests)_: use non-standard port to avoid conflicts #5999
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 (43)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5999 +/- ##
============================================
+ Coverage 13.07% 60.59% +47.52%
============================================
Files 797 812 +15
Lines 107755 109323 +1568
============================================
+ Hits 14087 66246 +52159
+ Misses 91867 35306 -56561
- Partials 1801 7771 +5970
Flags with carried forward coverage won't be shown. Click here to find out more. |
jakubgs
force-pushed
the
fix/tests-db-port
branch
from
October 28, 2024 18:17
48ac3ff
to
5eee615
Compare
siddarthkay
approved these changes
Oct 29, 2024
jakubgs
force-pushed
the
fix/tests-db-port
branch
from
October 29, 2024 08:17
5eee615
to
d6636d4
Compare
apentori
approved these changes
Oct 29, 2024
jakubgs
force-pushed
the
fix/tests-db-port
branch
3 times, most recently
from
October 29, 2024 10:53
8147315
to
1177828
Compare
We have observed `nimbus-eth2` build failures reporting this port: ```json { "lvl": "NTC", "ts": "2024-10-28 13:51:32.308+00:00", "msg": "REST HTTP server could not be started", "topics": "beacnde", "address": "127.0.0.1:5432", "reason": "(98) Address already in use" } ``` https://ci.status.im/job/nimbus-eth2/job/platforms/job/linux/job/x86_64/job/main/job/PR-6683/3/ Signed-off-by: Jakub Sokołowski <jakub@status.im>
jakubgs
force-pushed
the
fix/tests-db-port
branch
from
October 29, 2024 16:18
1177828
to
8744e4a
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.
We have observed
nimbus-eth2
build failures reporting this port:https://ci.status.im/job/nimbus-eth2/job/platforms/job/linux/job/x86_64/job/main/job/PR-6683/3/