ctubbsii commented on code in PR #35:
URL:
https://github.com/apache/accumulo-classloaders/pull/35#discussion_r2628552553
##########
modules/local-caching-classloader/src/test/java/org/apache/accumulo/classloader/lcc/cache/CacheUtilsTest.java:
##########
@@ -137,11 +195,78 @@ public void testLock() throws Exception {
lockInfo.unlock();
}
} finally {
- Files.delete(cx1.resolve("lock_file"));
- Files.delete(cx1);
- Files.delete(base);
+ Files.delete(contextsDir.resolve("lock_file"));
+ }
+
+ }
+
+ @Test
Review Comment:
Probably. I'll figure out where these go when I'm done organizing the
download code a bit.
--
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]