Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
justfortaste committed Dec 26, 2024
1 parent 55529c4 commit ad3cfd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public void testResetPropertiesForRestore() {
olapTable.resetPropertiesForRestore(false, false, replicaAlloc, false);
Assert.assertEquals(tableProperty.getProperties(), olapTable.getTableProperty().getProperties());
Assert.assertFalse(tableProperty.getDynamicPartitionProperty().isExist());
Assert.assertFalse(olapTable.isColocateTable());
Assert.assertTrue(olapTable.isColocateTable());
Assert.assertEquals((short) 4, olapTable.getDefaultReplicaAllocation().getTotalReplicaNum());

// restore with dynamic partition keys
Expand Down

0 comments on commit ad3cfd2

Please sign in to comment.