Skip to content
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

Multiple tests marked as "@FlakyTest" and de-facto not running #3249

Closed
dlg99 opened this issue Apr 26, 2022 · 0 comments · Fixed by #4543
Closed

Multiple tests marked as "@FlakyTest" and de-facto not running #3249

dlg99 opened this issue Apr 26, 2022 · 0 comments · Fixed by #4543

Comments

@dlg99
Copy link
Contributor

dlg99 commented Apr 26, 2022

JUnit ignores tests with "@FlakyTest" annotation unless they have "@test" annotation too

Affected test suites:

  • TestLedgerAllocator
  • TestDistributedLogAdmin
  • TestDynamicConfigurationFeatureProvider
  • TableClientSimpleTest
  • BookKeeperDiskSpaceWeightedLedgerPlacementTest
  • BookieDecommissionTest (I fixed this one in another PR)
  • BookieStorageThresholdTest
  • EntryLogTest
$ 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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants