This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 3.1 in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit b14f32ab6e4a76f276ccdeeeb1a45c4ad5834b75 Merge: e008f15d45 f2f61729f3 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Thu Oct 24 17:19:39 2024 -0400 Merge branch '2.1' into 3.1 .../java/org/apache/accumulo/test/functional/WatchTheWatchCountIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc test/src/main/java/org/apache/accumulo/test/functional/WatchTheWatchCountIT.java index 604c8cf1dd,a9def8a96c..c8c01d2f73 --- a/test/src/main/java/org/apache/accumulo/test/functional/WatchTheWatchCountIT.java +++ b/test/src/main/java/org/apache/accumulo/test/functional/WatchTheWatchCountIT.java @@@ -64,9 -63,9 +64,9 @@@ public class WatchTheWatchCountIT exten } c.tableOperations().list(); String zooKeepers = ClientProperty.INSTANCE_ZOOKEEPERS.getValue(props); - // base number of watchers 110 to 125, and 15 to 20 per table in a single-node instance. + // base number of watchers 90 to 125, and 15 to 25 per table in a single-node instance. - final long MIN = 135L; + final long MIN = 125L; - final long MAX = 250L; + final long MAX = 200L; long total = 0; final HostAndPort hostAndPort = HostAndPort.fromString(zooKeepers); for (int i = 0; i < 5; i++) {