-
Notifications
You must be signed in to change notification settings - Fork 263
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(e2e): Let the subscription and related resource reconcile #1044
Conversation
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.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -name '*.pb.go' -prune -o -type f -name '*.go' -print)
goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party | grep -v .pb.go | grep -v wire_gen.go)
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
thanks !
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: navidshaikh, rhuss The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
sleep for 5 seconds after subscription create and update in e2e
986ebac
to
f899e59
Compare
/lgtm |
…e#1044) sleep for 5 seconds after subscription create and update in e2e
* Added back functionality to deprecated max-scale/min-scale (#1010) * Added back functionality to deprecated max-scale/min-scale * Updated based on review, removed duplicate code and added an or statement, also updated deprecated message * fix(e2e): Let the subscription and related resource reconcile (#1044) sleep for 5 seconds after subscription create and update in e2e * Update CHANGELOG Co-authored-by: Mike Petersen <[email protected]>
…e#1044) sleep for 5 seconds after subscription create and update in e2e
sleep for 5 seconds after subscription create and update in e2e