You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/10/01 19:50:56 UTC

[GitHub] [pulsar] merlimat commented on issue #5270: Intermittent test failures in PulsarFunctionsTest.testSlidingCountWindowTest

merlimat commented on issue #5270: Intermittent test failures in PulsarFunctionsTest.testSlidingCountWindowTest
URL: https://github.com/apache/pulsar/issues/5270#issuecomment-537200324
 
 
   Similar failure : 
   
   ```
   Error Message
   Expecting:
    <0>
   to be greater than or equal to:
    <9> 
   Stacktrace
   java.lang.AssertionError: 
   
   Expecting:
    <0>
   to be greater than or equal to:
    <9> 
   	at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.testWindowFunction(PulsarFunctionsTest.java:1043)
   	at org.apache.pulsar.tests.integration.functions.PulsarFunctionsTest.testTumblingCountWindowTest(PulsarFunctionsTest.java:1095)
   	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.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
   	at org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:54)
   	at org.testng.internal.InvokeMethodRunnable.run(InvokeMethodRunnable.java:44)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services