[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 tests seems to be failing occasionally. It was fixed earlier (#1830), but seems to be happening again