kirklund commented on pull request #6334:
URL: https://github.com/apache/geode/pull/6334#issuecomment-823623843
UnitTestOpenJDK8 and UnitTestOpenJDK11 both failed in an unrelated unit test:
```
> Task :geode-core:test
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]