kirklund opened a new pull request #6364:
URL: https://github.com/apache/geode/pull/6364
Running precheckin against feature/GEODE-7665 to see if the following
UnitTest failure reproduces:
```
org.apache.geode.internal.classloader.ClassPathLoaderTest >
testZeroLengthFile FAILED
java.lang.AssertionError:
Expecting actual throwable to be an instance of:
java.lang.IllegalArgumentException
but was:
java.lang.NullPointerException
at java.base/java.io.File.<init>(File.java:364)
at
org.apache.geode.deployment.internal.JarDeployer.getNextVersionedJarFile(JarDeployer.java:101)
at
org.apache.geode.deployment.internal.JarDeployer.deployWithoutRegistering(JarDeployer.java:84)
...(59 remaining lines not displayed - this can be changed with
Assertions.setMaxStackTraceElementsDisplayed)
at
org.apache.geode.internal.classloader.ClassPathLoaderTest.testZeroLengthFile(ClassPathLoaderTest.java:109)
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]