We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JUnit ignores tests with "@FlakyTest" annotation unless they have "@test" annotation too
Affected test suites:
$ grep -rI "@FlakyTest" stream/distributedlog/core/src/test/java/org/apache/distributedlog/bk/TestLedgerAllocator.java: @FlakyTest("https://issues.apache.org/jira/browse/DL-43") stream/distributedlog/core/src/test/java/org/apache/distributedlog/bk/TestLedgerAllocator.java: @FlakyTest("https://issues.apache.org/jira/browse/DL-26") stream/distributedlog/core/src/test/java/org/apache/distributedlog/admin/TestDistributedLogAdmin.java: @FlakyTest("https://issues.apache.org/jira/browse/DL-44") stream/distributedlog/core/src/test/java/org/apache/distributedlog/feature/TestDynamicConfigurationFeatureProvider.java: @FlakyTest("https://issues.apache.org/jira/browse/DL-40") tests/integration/cluster/src/test/java/org/apache/bookkeeper/tests/integration/stream/TableClientSimpleTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/1440") bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperDiskSpaceWeightedLedgerPlacementTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/503") bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperDiskSpaceWeightedLedgerPlacementTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/503") bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperDiskSpaceWeightedLedgerPlacementTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/503") bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperDiskSpaceWeightedLedgerPlacementTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/503") bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperDiskSpaceWeightedLedgerPlacementTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/503") bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieDecommissionTest.java: @FlakyTest("https://github.com/apache/bookkeeper/issues/502") bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieStorageThresholdTest.java: @FlakyTest(value = "https://github.com/apache/bookkeeper/issues/1562") bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/EntryLogTest.java: @FlakyTest(value = "https://github.com/apache/bookkeeper/issues/1516") bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/EntryLogTest.java: @FlakyTest(value = "https://github.com/apache/bookkeeper/issues/1516") bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/EntryLogTest.java: @FlakyTest(value = "https://github.com/apache/bookkeeper/issues/1516") bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/EntryLogTest.java: @FlakyTest(value = "https://github.com/apache/bookkeeper/issues/1516")
The text was updated successfully, but these errors were encountered:
f419b8b
Successfully merging a pull request may close this issue.
JUnit ignores tests with "@FlakyTest" annotation unless they have "@test" annotation too
Affected test suites:
The text was updated successfully, but these errors were encountered: