anujmodi2021 commented on code in PR #7757: URL: https://github.com/apache/hadoop/pull/7757#discussion_r2179116426
########## hadoop-tools/hadoop-azure-datalake/src/test/java/org/apache/hadoop/fs/adl/live/TestAdlPermissionLive.java: ########## @@ -71,22 +73,23 @@ public static Collection adlCreateNonRecursiveTestData() return datas; } - @AfterClass + @AfterAll public static void cleanUp() throws IOException, URISyntaxException { if (AdlStorageConfiguration.isContractTestEnabled()) { - Assert.assertTrue(AdlStorageConfiguration.createStorageConnector() + assertTrue(AdlStorageConfiguration.createStorageConnector() .delete(testRoot, true)); } } - @Before Review Comment: Do we need @BeforeEach here after removing @Before? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org