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

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

commit 393c7a6c2f9dd365531bf315eab926d7d528bda6
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Mon May 20 17:11:19 2024 +0000

    Fixed post-merge issue with ConfigurableScanServerSelectorTest
---
 .../accumulo/core/spi/scan/ConfigurableScanServerSelectorTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerSelectorTest.java
 
b/core/src/test/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerSelectorTest.java
index 041f5e6eb3..64fe25bb43 100644
--- 
a/core/src/test/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerSelectorTest.java
+++ 
b/core/src/test/java/org/apache/accumulo/core/spi/scan/ConfigurableScanServerSelectorTest.java
@@ -505,7 +505,7 @@ public class ConfigurableScanServerSelectorTest {
 
     var dg = ScanServerSelector.DEFAULT_SCAN_SERVER_GROUP_NAME;
 
-    var params = new DaParams(tabletId, Map.of(), Map.of()) {
+    var params = new SelectorParams(tabletId, Map.of(), Map.of()) {
       @Override
       public <T> Optional<T> waitUntil(Supplier<Optional<T>> condition, 
Duration maxWaitTime,
           String description) {

Reply via email to