This is an automated email from the ASF dual-hosted git repository.

cshannon pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/elasticity by this push:
     new 02a28f1374 Fix TabletManagementIteratorIT after changes in (#4650)
02a28f1374 is described below

commit 02a28f1374b4b9d9dea4151c3b477141ccb08113
Author: Christopher L. Shannon <cshan...@apache.org>
AuthorDate: Sat Jun 8 14:40:17 2024 -0400

    Fix TabletManagementIteratorIT after changes in (#4650)
---
 .../org/apache/accumulo/test/functional/TabletManagementIteratorIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java
 
b/test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java
index ab703d2753..fdf4a72cb6 100644
--- 
a/test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java
+++ 
b/test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java
@@ -527,7 +527,7 @@ public class TabletManagementIteratorIT extends 
AccumuloClusterHarness {
     // metadata should be stable with only 9 rows (2 for each table)
     // + 2 for the FateTable and ScanRef table
     log.debug("Gathered {} rows to create copy {}", mutations.size(), copy);
-    assertEquals(9, mutations.size(),
+    assertEquals(10, mutations.size(),
         "Metadata should have 8 rows (2 for each table) + one row for "
             + AccumuloTable.FATE.tableId().canonical());
     client.tableOperations().create(copy);

Reply via email to