Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xiedeyantu committed Mar 25, 2024
1 parent ae7f21e commit c02e5ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void testShowReplicaDistribution() throws Exception {
executor = new ShowExecutor(connectContext, skewStmt);
resultSet = executor.execute();
Assert.assertEquals(10, resultSet.getResultRows().size());
Assert.assertEquals(5, resultSet.getResultRows().get(0).size());
Assert.assertEquals(6, resultSet.getResultRows().get(0).size());

// update tablets' data size and row count
Database db = Env.getCurrentInternalCatalog().getDbOrAnalysisException("test");
Expand Down

0 comments on commit c02e5ac

Please sign in to comment.