dlmarion commented on PR #5102:
URL: https://github.com/apache/accumulo/pull/5102#issuecomment-2525192277

   InstanceOperationsIT is failing after this merge, may be due to this change.
   
   ```
   org.opentest4j.AssertionFailedError: Unexpected exception type thrown, 
expected: <java.lang.IllegalArgumentException> but was: 
<org.apache.accumulo.core.client.AccumuloException>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
        at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115)
        at 
org.apache.accumulo.test.InstanceOperationsIT.testGetServers(InstanceOperationsIT.java:158)
        at java.base/java.lang.reflect.Method.invoke(Method.java:569)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:840)
   Caused by: org.apache.accumulo.core.client.AccumuloException: 
java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: 
Server type COMPACTOR is not SCAN_SERVER or TABLET_SERVER.
        at 
org.apache.accumulo.core.clientImpl.InstanceOperationsImpl.queryServers(InstanceOperationsImpl.java:424)
        at 
org.apache.accumulo.core.clientImpl.InstanceOperationsImpl.getActiveScans(InstanceOperationsImpl.java:281)
        at 
org.apache.accumulo.test.InstanceOperationsIT.lambda$testGetServers$5(InstanceOperationsIT.java:158)
        at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53)
        ... 8 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to