Skip to content

Commit 74e454b

Browse files
authored
HDDS-15582. Skip performance test of unused batchDeleteSCMStatesForContainers (#10551)
1 parent fc4abbd commit 74e454b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/persistence/TestUnhealthyContainersDerbyPerformance.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import org.apache.ozone.recon.schema.ContainerSchemaDefinition.UnHealthyContainerStates;
4646
import org.apache.ozone.recon.schema.ReconSchemaGenerationModule;
4747
import org.apache.ozone.recon.schema.generated.tables.daos.UnhealthyContainersDao;
48+
import org.apache.ozone.test.tag.Slow;
4849
import org.jooq.DSLContext;
4950
import org.junit.jupiter.api.AfterAll;
5051
import org.junit.jupiter.api.BeforeAll;
@@ -716,6 +717,7 @@ public void testExistingInStateSinceLookupChunksLargeContainerIdList() {
716717
*/
717718
@Test
718719
@Order(9)
720+
@Slow("HDDS-15582")
719721
public void testBatchDeletePerformanceOneMillionRecords() {
720722
int deleteCount = CONTAINER_ID_RANGE; // 200 000 container IDs
721723
int expectedDeleted = deleteCount * STATE_COUNT; // 1 000 000 rows
@@ -767,6 +769,7 @@ public void testBatchDeletePerformanceOneMillionRecords() {
767769
*/
768770
@Test
769771
@Order(10)
772+
@Slow("HDDS-15582")
770773
public void testCountByStateAfterFullDelete() {
771774
int expectedPerState = 0;
772775
LOG.info("--- Test 10: COUNT by state after full delete (expected {} each) ---",

0 commit comments

Comments
 (0)