Skip to content

Commit 4d364e5

Browse files
committed
correct test case
1 parent c6ec777 commit 4d364e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/alipay/oceanbase/rpc/ObGetPartitionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ public void testGetPartitionInBatchOperation() throws Exception {
280280

281281
@Test
282282
public void testGetPartitionWithRowKeyValues() throws Exception {
283+
client.addRowKeyElement("test_mutation", new String[] {"c1", "c2" } );
283284
Object values[][] = { { 1L, "c2_val", "c3_val", 100L }, { 400L, "c2_val", "c3_val", 100L },
284285
{ 1001L, "c2_val", "c3_val", 100L } };
285286
int rowCnt = values.length;

0 commit comments

Comments
 (0)