-
Notifications
You must be signed in to change notification settings - Fork 353
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
feat: ingress v1 #250
feat: ingress v1 #250
Conversation
Codecov Report
@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 48.41% 51.65% +3.23%
==========================================
Files 35 34 -1
Lines 2239 2358 +119
==========================================
+ Hits 1084 1218 +134
+ Misses 1007 982 -25
- Partials 148 158 +10
Continue to review full report at Codecov.
|
cmd/ingress/ingress_test.go
Outdated
@@ -105,6 +105,9 @@ func TestSignalHandler(t *testing.T) { | |||
} | |||
|
|||
func TestNewIngressCommandEffectiveLog(t *testing.T) { | |||
// Delay for 2 seconds to avoid conflicting with the | |||
// TestSignalHandler case. | |||
time.Sleep(2 * time.Second) |
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.
It is strange, if the port conflict, we need to retry.
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.
Not the conflicts of port, just like the conflicts about terminal (stdout).
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.
Fixed by another way.
There are some conflicting files. |
@gxthrj Fixed. |
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Bugfix
Description
How to fix?
New feature or improvement
Backport patches
Why need to backport?
Source branch
Related commits and pull requests
Target branch