gianm commented on a change in pull request #8392: Do not assume system
classloader is URLClassLoader in Java 9+
URL: https://github.com/apache/incubator-druid/pull/8392#discussion_r317375401
##########
File path:
processing/src/test/java/org/apache/druid/granularity/QueryGranularityTest.java
##########
@@ -802,17 +800,6 @@ private void assertSameInterval(List<DateTime> expected,
Iterable<Interval> actu
Assert.assertFalse("actualIter not exhausted!?", actualIter.hasNext());
Assert.assertFalse("expectedIter not exhausted!?", expectedIter.hasNext());
}
-
- @Test(timeout = 60_000L)
- public void testDeadLock() throws Exception
Review comment:
IIRC this was a regression test, so it'd be nice to keep it in (although I
suppose not essential, since the likelihood of the bug reoccurring is probably
pretty low). Maybe creating the `JvmUtils.systemClassPath()` method would make
this test easier to keep in.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]