You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/04 06:37:31 UTC

[GitHub] chetanmeh opened a new issue #3523: KafkaConnectorTests heisenbug

chetanmeh opened a new issue #3523: KafkaConnectorTests heisenbug
URL: https://github.com/apache/incubator-openwhisk/issues/3523
 
 
   Following failure was seen on travis
   
   ```
   Kafka connector should send and receive a kafka message even after session timeout 
   org.scalatest.exceptions.TestFailedException: 1 was not equal to 3
   
   at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:340)
   at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6864)
   at services.KafkaConnectorTests$$anonfun$2.apply$mcV$sp(KafkaConnectorTests.scala:136)
   at services.KafkaConnectorTests$$anonfun$2.apply(KafkaConnectorTests.scala:120)
   at services.KafkaConnectorTests$$anonfun$2.apply(KafkaConnectorTests.scala:120)
   ```
   Test output
   ```
   Send message to topic.
   Successfully sent message to topic: KafkaConnectorTestTopic-0@5
   Receiving message from topic.
   Received 1. Took 6 msec: List(Wed Apr 04 06:21:59 UTC 2018)
   Send message to topic.
   Successfully sent message to topic: KafkaConnectorTestTopic-0@6
   Receiving message from topic.
   Received 1. Took 5 msec: List(Wed Apr 04 06:21:59 UTC 2018)
   Send message to topic.
   Successfully sent message to topic: KafkaConnectorTestTopic-0@7
   Receiving message from topic.
   Received 2. Took 17 msec: List(Wed Apr 04 06:21:59 UTC 2018, Wed Apr 04 06:22:10 UTC 2018)
   Send message to topic.
   Successfully sent message to topic: KafkaConnectorTestTopic-0@8
   Receiving message from topic.
   Received 2. Took 13 msec: List(Wed Apr 04 06:21:59 UTC 2018, Wed Apr 04 06:22:10 UTC 2018)
   Send message to topic.
   Successfully sent message to topic: KafkaConnectorTestTopic-0@9
   Receiving message from topic.
   Received 1. Took 4 msec: List(Wed Apr 04 06:22:21 UTC 2018)
   ```
   See in 
   * https://scans.gradle.com/s/ith6wms6wtnua/tests/failed ([travis](https://travis-ci.org/apache/incubator-openwhisk/builds/361978262) (4-April-2018)
   * https://scans.gradle.com/s/p4wqdppt34ilo/tests/failed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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