-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Improve][Test] Fix test unstable on ResourceManger
and EventReport
module
#6620
Conversation
…sourceWithRandomResult`
|| s.contains("OkHttp ConnectionPool") | ||
|| s.startsWith("http-report-event-scheduler") |
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.
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.
good!
@@ -556,7 +556,7 @@ jobs: | |||
- name: run seatunnel zeta integration test | |||
if: needs.changes.outputs.api == 'true' | |||
run: | | |||
./mvnw -T 1 -B verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-seatunnel-e2e-base -am -Pci | |||
./mvnw -T 1 -B verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-seatunnel-e2e-base,:connector-console-seatunnel-e2e -am -Pci |
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.
Missed test of :connector-console-seatunnel-e2e
when api changed. This is why thread check passed in #6419
testApplyResourceWithRandomResult
ResourceManger
and EventReport
module
Purpose of this pull request
This PR try to reduce the frequency of test failures of
testApplyResourceWithRandomResult
. We test it in 5 times. This change will make sure the test more stable.Does this PR introduce any user-facing change?
no
How was this patch tested?
exist test.
Check list
New License Guide
release-note
.