File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/com/alipay/oceanbase/rpc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ public void testConcurrentGetPartition() throws Exception {
451451 List <Partition > partitions = client .getPartition (table_name , false );
452452 Assert .assertEquals (15 , partitions .size ());
453453 for (Partition partition : partitions ) {
454- System .out .println ("testHash : " + partition .toString ());
454+ System .out .println ("testKey : " + partition .toString ());
455455 }
456456 cnt .getAndIncrement ();
457457 } else {
@@ -462,7 +462,7 @@ public void testConcurrentGetPartition() throws Exception {
462462 List <Partition > partitions = client .getPartition (table_name , false );
463463 Assert .assertEquals (3 , partitions .size ());
464464 for (Partition partition : partitions ) {
465- System .out .println ("testHash : " + partition .toString ());
465+ System .out .println ("testRange : " + partition .toString ());
466466 }
467467 cnt .getAndIncrement ();
468468 }
Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ public void testConcurrentGetPartition() throws Exception {
574574 List <Partition > partitions = client .getPartition (table_name , false );
575575 Assert .assertEquals (15 , partitions .size ());
576576 for (Partition partition : partitions ) {
577- System .out .println ("testHash : " + partition .toString ());
577+ System .out .println ("testKey : " + partition .toString ());
578578 }
579579 cnt .getAndIncrement ();
580580 } else {
@@ -585,7 +585,7 @@ public void testConcurrentGetPartition() throws Exception {
585585 List <Partition > partitions = client .getPartition (table_name , false );
586586 Assert .assertEquals (3 , partitions .size ());
587587 for (Partition partition : partitions ) {
588- System .out .println ("testHash : " + partition .toString ());
588+ System .out .println ("testRange : " + partition .toString ());
589589 }
590590 cnt .getAndIncrement ();
591591 }
You can’t perform that action at this time.
0 commit comments