-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Flink: Disable classloader check in TestIcebergSourceWithWatermarkExtractor to fix flakiness #9408
Conversation
46e0749
to
eef8d37
Compare
eef8d37
to
9b48382
Compare
…ractor to fix flakiness
9b48382
to
2489a33
Compare
Thanks @manuzhang for the fix. |
…ractor to fix flakiness (apache#9408)
I am using the latest code (double checked) and the test case is still flaky.
I propose to disable this testcase (and run local fork to figure out the problem) to avoid causing problems for PR builders. |
@ajantha-bhat The error looks weird. There's no way |
Could not repro the case, but found the issue again in some tests, so decide to remove the checks for the record from the test (relying only on the metrics to check if the WA is working). This is the same approach as it is done in the Flink code, so it should be ok too. #9451 |
…ractor to fix flakiness (apache#9408)
…ractor to fix flakiness (apache#9408)
I've seen the following flakiness several times. This PR fixes it by disabling Flink classloader check.