Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
master
-
None
Description
14:28:44.167 INFO:run_tests(11094): ====================================================================== 14:28:44.167 INFO:run_tests(11094): FAIL: test_getDocProjects (__main__.TestReleaseExportTool) 14:28:44.167 INFO:run_tests(11094): ---------------------------------------------------------------------- 14:28:44.167 INFO:run_tests(11094): Traceback (most recent call last): 14:28:44.167 INFO:run_tests(11094): File "/home/aakeskim/tqtc-coin-ci/src/tools/test_helpers.py", line 192, in wrapped 14:28:44.168 INFO:run_tests(11094): _asyncio_test_loop.run_until_complete(asyncio.gather(*calls)) 14:28:44.168 INFO:run_tests(11094): File "/usr/lib/python3.6/asyncio/base_events.py", line 473, in run_until_complete 14:28:44.168 INFO:run_tests(11094): return future.result() 14:28:44.168 INFO:run_tests(11094): File "/home/aakeskim/tqtc-coin-ci/src/tests/test_release_export.py", line 264, in test_getDocProjects 14:28:44.168 INFO:run_tests(11094): self.assertListEqual(sorted(doctProjectList), sorted(expectedProjectList)) 14:28:44.168 INFO:run_tests(11094): AssertionError: Lists differ: [] != ['qt/tqtc-qmlcompiler'] 14:28:44.168 INFO:run_tests(11094): 14:28:44.168 INFO:run_tests(11094): Second list contains 1 additional elements. 14:28:44.168 INFO:run_tests(11094): First extra element 0: 14:28:44.168 INFO:run_tests(11094): 'qt/tqtc-qmlcompiler' 14:28:44.168 INFO:run_tests(11094): 14:28:44.168 INFO:run_tests(11094): - [] 14:28:44.168 INFO:run_tests(11094): + ['qt/tqtc-qmlcompiler'] 14:28:44.168 INFO:run_tests(11094): 14:28:44.168 INFO:run_tests(11094): ----------------------------------------------------------------------