-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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] fix log server related test #15659
[TEST] fix log server related test #15659
Conversation
f339c73
to
3a18cbc
Compare
8422d44
to
37401a7
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #15659 +/- ##
======================================
Coverage ? 38.54%
Complexity ? 4783
======================================
Files ? 1316
Lines ? 44968
Branches ? 4816
======================================
Hits ? 17333
Misses ? 25755
Partials ? 1880 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedIssues Measures |
Purpose of the pull request
Case in LoggerServerTest will fail when port 8080 is already used by other process, try start with a random port instead