ctubbsii commented on code in PR #55:
URL:
https://github.com/apache/accumulo-classloaders/pull/55#discussion_r2744006702
##########
modules/local-caching-classloader/src/test/java/org/apache/accumulo/classloader/lcc/LocalCachingContextClassLoaderFactoryTest.java:
##########
@@ -336,7 +379,7 @@ public void testInitialBadResourceChecksum() throws
Exception {
ex.getCause().getCause().getCause()::getMessage);
assertTrue(
ex.getCause().getCause().getCause().getMessage()
- .endsWith("TestA.jar does not match checksum in context definition
1234"),
+ .endsWith("TestA.jar does not match checksum in context definition
" + BAD_MD5),
Review Comment:
This PR also fixed this test bug that I missed before merging #53
--
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]