tigerquoll edited a comment on issue #1436: METRON-2149: Shaded jar classifier 
is not consistent
URL: https://github.com/apache/metron/pull/1436#issuecomment-523712301
 
 
   I am getting a lot of flakey tests results.
   
   ```
   -------------------------------------------------------
    T E S T S
   -------------------------------------------------------
   Running org.apache.metron.profiler.storm.integration.ProfilerIntegrationTest
   Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.351 sec 
<<< FAILURE! - in 
org.apache.metron.profiler.storm.integration.ProfilerIntegrationTest
   org.apache.metron.profiler.storm.integration.ProfilerIntegrationTest  Time 
elapsed: 28.351 sec  <<< FAILURE!
   java.lang.AssertionError: Partition [indexing,0] metadata not propagated 
after 5000 ms
        at org.junit.Assert.fail(Assert.java:88)
        at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:771)
        at 
kafka.utils.TestUtils$.waitUntilMetadataIsPropagated(TestUtils.scala:812)
        at kafka.utils.TestUtils.waitUntilMetadataIsPropagated(TestUtils.scala)
        at 
org.apache.metron.integration.components.KafkaComponent.waitUntilMetadataIsPropagated(KafkaComponent.java:298)
        at 
org.apache.metron.integration.components.KafkaComponent.createTopic(KafkaComponent.java:310)
        at 
org.apache.metron.integration.components.KafkaComponent.start(KafkaComponent.java:178)
        at 
org.apache.metron.integration.ComponentRunner.start(ComponentRunner.java:131)
        at 
org.apache.metron.profiler.storm.integration.ProfilerIntegrationTest.setupBeforeClass(ProfilerIntegrationTest.java:476)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
   
   
   Results :
   
   Failed tests: 
     ProfilerIntegrationTest.setupBeforeClass:476 Partition [indexing,0] 
metadata not propagated after 5000 ms
   ```
   
   EDIT -
   Some of my unit test flakiness issues fixed with
   https://github.com/apache/metron/pull/1493
   

----------------------------------------------------------------
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

Reply via email to