-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: retry finding port when port is null and get ports in sequence #1993
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1993 +/- ##
==========================================
- Coverage 92.65% 92.52% -0.14%
==========================================
Files 28 28
Lines 1075 1083 +8
Branches 323 324 +1
==========================================
+ Hits 996 1002 +6
- Misses 75 77 +2
Partials 4 4
Continue to review full report at Codecov.
|
150b164
to
e8b13f5
Compare
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.
thank you for fixing
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
Restore previously behavior (it is regression)
Breaking Changes
No
Additional Info
fixes #1991