You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@heron.apache.org by GitBox <gi...@apache.org> on 2018/04/06 18:13:45 UTC

[GitHub] ashvina opened a new issue #2858: Flaky integration test IntegrationTest_OneSpoutBoltMultiTasks

ashvina opened a new issue #2858: Flaky integration test IntegrationTest_OneSpoutBoltMultiTasks
URL: https://github.com/apache/incubator-heron/issues/2858
 
 
   This tests seems to be failing occasionally. It was fixed earlier (#1830), but seems to be happening again
   
   ```
   [2018-04-06 17:47:05 +0000] [INFO]: Fetching results for topology 20180406174052_IntegrationTest_OneSpoutBoltMultiTasks_df1f2c98-0b3b-4db1-b208-bf512cef60f1, retry count: 5
   [2018-04-06 17:47:05 +0000] [INFO]: 200 GET /results/20180406174052_IntegrationTest_OneSpoutBoltMultiTasks_df1f2c98-0b3b-4db1-b208-bf512cef60f1 (127.0.0.1) 0.84ms
   [2018-04-06 17:47:05 +0000] [ERROR]: Actual result did not match expected result
   [2018-04-06 17:47:05 +0000] [INFO]: Actual result ---------- 
   ['A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B']
   [2018-04-06 17:47:05 +0000] [INFO]: Expected result ---------- 
   ['A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'A', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B', 'B']
   [2018-04-06 17:47:05 +0000] [ERROR]: Checking result failed for 20180406174052_IntegrationTest_OneSpoutBoltMultiTasks_df1f2c98-0b3b-4db1-b208-bf512cef60f1 topology :: Traceback (most recent call last):
    File "integration_test/src/python/test_runner/main.py", line 184, in run_test
      return results_checker.check_results()
    File "integration_test/src/python/test_runner/main.py", line 103, in check_results
      return self._compare(expected_results, actual_results)
    File "integration_test/src/python/test_runner/main.py", line 116, in _compare
      raise failure
   ```

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