You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/19 19:04:59 UTC

[GitHub] [camel-kafka-connector] orpiske opened a new issue #55: Unstable test: CamelSourceTaskTest.testSourcePollingTimeout

orpiske opened a new issue #55: Unstable test: CamelSourceTaskTest.testSourcePollingTimeout
URL: https://github.com/apache/camel-kafka-connector/issues/55
 
 
   I am noticing some sporadic failures on the CamelSourceTaskTest.testSourcePollingTimeout test. From time to time I get this: 
   
   ```
   [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.009 s <<< FAILURE! - in org.apache.camel.kafkaconnector.CamelSourceTaskTest
   [ERROR] org.apache.camel.kafkaconnector.CamelSourceTaskTest.testSourcePollingTimeout  Time elapsed: 3.033 s  <<< FAILURE!
   java.lang.AssertionError: expected:<1> but was:<2>
   	at org.apache.camel.kafkaconnector.CamelSourceTaskTest.testSourcePollingTimeout(CamelSourceTaskTest.java:196)
   ```
   
   I did not have time to investigate it in depth, but I can take when I get back.

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

[GitHub] [camel-kafka-connector] valdar commented on issue #55: Unstable test: CamelSourceTaskTest.testSourcePollingTimeout

Posted by GitBox <gi...@apache.org>.
valdar commented on issue #55: Unstable test: CamelSourceTaskTest.testSourcePollingTimeout
URL: https://github.com/apache/camel-kafka-connector/issues/55#issuecomment-568759183
 
 
   I fear we need to relax the constraint here: https://github.com/apache/camel-kafka-connector/blob/master/core/src/test/java/org/apache/camel/kafkaconnector/CamelSourceTaskTest.java#L196 to a "greater than". I can take care of that.

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

[GitHub] [camel-kafka-connector] valdar closed issue #55: Unstable test: CamelSourceTaskTest.testSourcePollingTimeout

Posted by GitBox <gi...@apache.org>.
valdar closed issue #55: Unstable test: CamelSourceTaskTest.testSourcePollingTimeout
URL: https://github.com/apache/camel-kafka-connector/issues/55
 
 
   

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