Aditya Kumbhar

Results 2 issues of Aditya Kumbhar

Fixes #192 The test ConcurrentMatcherTestBase.testParallelSlowLog() fails when run on its own but passes if it is run along with the other tests in the class. The test passes independently when...

The test uk.co.flax.luwak.matchers.TestParallelMatcher.testParallelSlowLog() inside ConcurrentMatcherTestBase.java fails if run independently. I used the following command to run the test using mvn: `mvn test -Dtest=uk.co.flax.luwak.matchers.TestParallelMatcher#testParallelSlowLog -DfailIfNoTests=false` Failure log: ``` testParallelSlowLog(uk.co.flax.luwak.matchers.TestParallelMatcher) Time elapsed:...