dlmarion opened a new issue, #5767: URL: https://github.com/apache/accumulo/issues/5767
**Test name(s)** Both tests in UpgradeIT **Describe the failure observed** The tests in UpgradeIT start a subclass of Manager local to the test Thread so that the resulting exception that causes it to fail can be trapped and checked. In the tests the TestManager class is exiting and you can see the logging [here](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/AbstractServer.java#L280) in the logging for the test method. The exception should be caught by the uncaught exception handler [here](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/AbstractServer.java#L273), but it's not. If you modify [TraceWrappedRunnable.run](https://github.com/apache/accumulo/blob/main/core/src/main/java/org/apache/accumulo/core/trace/TraceWrappedRunnable.java#L49-L54) to catch and log any Throwable then you will see the error that is supposed to be caught and checked, but it's being trapped somewhere. **Testing Environment:** - Version of this project: 4.0.0-SNAPSHOT - First commit known to fail (or current commit): started failing recently - OS: Red Hat Enterprise Linux release 8.10 - Java: 17.0.16 - Maven: 3.9.9 - Other environment details: -- 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: notifications-unsubscr...@accumulo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org