tkhurana commented on code in PR #2312: URL: https://github.com/apache/phoenix/pull/2312#discussion_r2497471694
########## phoenix-core/src/test/java/org/apache/phoenix/replication/reader/RecoverLeaseFSUtilsTest.java: ########## @@ -31,16 +31,19 @@ import org.apache.hadoop.hbase.util.EnvironmentEdgeManager; import org.apache.hadoop.hdfs.DistributedFileSystem; import org.apache.phoenix.end2end.ParallelStatsDisabledIT; +import org.apache.phoenix.end2end.ParallelStatsDisabledTest; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.ClassRule; import org.junit.Test; +import org.junit.experimental.categories.Category; import org.junit.rules.TemporaryFolder; import org.mockito.Mockito; /** * Test our recoverLease loop against mocked up filesystem. */ +@Category(ParallelStatsDisabledTest.class) Review Comment: It needs to be NeedsOwnMiniClusterTest.class -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
