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

ddanielr pushed a commit to branch 5201-targeted-metadata-scans
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 3f6907125a62ebd30c3c1ded70bc836849a5ac1f
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Wed Mar 26 20:17:20 2025 +0000

    Removed unused code in test method
---
 .../org/apache/accumulo/test/functional/BulkNewMetadataSkipIT.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/functional/BulkNewMetadataSkipIT.java
 
b/test/src/main/java/org/apache/accumulo/test/functional/BulkNewMetadataSkipIT.java
index 7a4e755914..dde9ef8ca2 100644
--- 
a/test/src/main/java/org/apache/accumulo/test/functional/BulkNewMetadataSkipIT.java
+++ 
b/test/src/main/java/org/apache/accumulo/test/functional/BulkNewMetadataSkipIT.java
@@ -215,9 +215,6 @@ public class BulkNewMetadataSkipIT extends 
AccumuloClusterHarness {
 
         count++;
       }
-      if (iter.hasNext()) {
-        throw new Exception("found more than expected " + iter.next());
-      }
     }
   }
 

Reply via email to