ddanielr commented on issue #3279: URL: https://github.com/apache/accumulo/issues/3279#issuecomment-1499591576
@jmark99 I downloaded the same candidate file and ran through your steps but I'm not able to reproduce your errors. I am on a different OS and java version. ``` $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) $ java -version openjdk version "1.8.0_352" OpenJDK Runtime Environment (build 1.8.0_352-b08) OpenJDK 64-Bit Server VM (build 25.352-b08, mixed mode) ``` Test output from the accumulo-start section of `mvn clean package` ``` [INFO] --- exec-maven-plugin:3.0.0:exec (Build Test jars) @ accumulo-start --- [INFO] [INFO] --- exec-maven-plugin:3.0.0:exec (Build HelloWorld jars) @ accumulo-start --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ accumulo-start --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.488 s - in org.apache.accumulo.start.classloader.vfs.providers.VfsClassLoaderTest [INFO] Running org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoaderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.88 s - in org.apache.accumulo.start.classloader.vfs.AccumuloVFSClassLoaderTest [INFO] Running org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoaderTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 14.489 s - in org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoaderTest [INFO] Running org.apache.accumulo.start.classloader.vfs.ContextManagerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s - in org.apache.accumulo.start.classloader.vfs.ContextManagerTest [INFO] Running org.apache.accumulo.start.MainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.apache.accumulo.start.MainTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 18, Failures: 0, Errors: 0, Skipped: 2 ``` -- 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]
