Skip to content

Remove useless @Flaky from JUnit tests#19951

Merged
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/remove-useless-flaky-from-junit-tests-596d48
Nov 29, 2023
Merged

Remove useless @Flaky from JUnit tests#19951
findepi merged 1 commit intotrinodb:masterfrom
findepi:findepi/remove-useless-flaky-from-junit-tests-596d48

Conversation

@findepi
Copy link
Member

@findepi findepi commented Nov 29, 2023

The @Flaky was honored by TestNG runner (via
FlakyTestRetryAnalyzer), but is ignored on JUnit tests, so should be removed.

This removes references and hopefully closes #4173
This removes references and hopefully closes #8691

Relates to #14391, #10846

The `@Flaky` was honored by TestNG runner (via
`FlakyTestRetryAnalyzer`), but is ignored on JUnit tests, so should be
removed.
@findepi findepi added test no-release-notes This pull request does not require release notes entry labels Nov 29, 2023
@cla-bot cla-bot bot added the cla-signed label Nov 29, 2023
@findepi findepi merged commit ff3704c into trinodb:master Nov 29, 2023
@findepi findepi deleted the findepi/remove-useless-flaky-from-junit-tests-596d48 branch November 29, 2023 19:28
@github-actions github-actions bot added this to the 434 milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed no-release-notes This pull request does not require release notes entry test

Development

Successfully merging this pull request may close these issues.

Flaky test TestMemoryConnectorTest.testCustomMetricsScanFilter Flaky test TestQuerySerializationFailures.shouldFailOnFirstSerializationError

2 participants