eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

Bug in test result handler #163

Closed t-persson closed 1 year ago

t-persson commented 1 year ago

Description

Traceback (most recent call last): File "/usr/local/bin/etos_client", line 8, in sys.exit(run()) File "/usr/local/lib/python3.9/site-packages/etos_client/main.py", line 355, in run main(sys.argv[1:]) File "/usr/local/lib/python3.9/site-packages/etos_client/main.py", line 325, in main success, results, canceled = test_result_handler.wait_for_test_suite_finished( File "/usr/local/lib/python3.9/site-packages/etos_client/lib/test_result_handler.py", line 240, in wait_for_test_suite_finished test_suites, main_suites = self.get_events() ValueError: not enough values to unpack (expected 2, got 0)

Motivation

Exemplification

Benefits

Possible Drawbacks