Actions
action #53603
closedunstable test "t/33-developer_mode.t"
Description
Observation¶
See https://travis-ci.org/os-autoinst/openQA/jobs/552644731
+ perl t/33-developer_mode.t
ok 1
[…]
not ok 2 - web socket connection closed prematurely, was waiting for response to set_pause_on_screen_mismatch
# Failed test 'web socket connection closed prematurely, was waiting for response to set_pause_on_screen_mismatch'
# at /opt/testing_area/openqa/t/lib/OpenQA/Test/FullstackUtils.pm line 162.
# developer console contained at this point:
# Connecting to ws:/localhost:44638/liveviewhandler/tests/1/developer/ws-proxy
# Connection opened
# {"data":null,"type":"info","what":"connecting to os-autoinst command server at ws:\/\/127.0.0.1:20013\/Xa23gr5SCJ27MUT0\/ws"}
# {"data":null,"type":"info","what":"connected to os-autoinst command server"}
# {"data":{"current_api_function":"assert_screen","current_test_full_name":"tinycore\/tests-boot","devel_mode_major_version":1,"devel_mode_minor_version":1,"developer_id":2,"developer_name":"Demo","developer_session_started_at":"2019-07-01T10:26:47","developer_session_tab_count":1,"outstanding_files":null,"outstanding_images":null,"pause_on_next_command":0,"pause_on_screen_mismatch":false,"pause_test_name":null,"running":"boot","tags":["core"],"test_execution_paused":0,"upload_up_to_current_module":null},"type":"info","what":"cmdsrvmsg"}
# {"data":{"check_screen":{"check":0,"mustmatch":"core","timeout":60},"current_api_function":"assert_screen"},"type":"info","what":"cmdsrvmsg"}
# {"data":{"check_screen":{"check":0,"mustmatch":"core","timeout":30},"current_api_function":"assert_screen"},"type":"info","what":"cmdsrvmsg"}
# {"data":{"current_api_function":"send_key","send_key":{"cmd":"backend_send_key","json_cmd_token":"XdQxfOcV","key":"ret"}},"type":"info","what":"cmdsrvmsg"}
# {"data":{"check_screen":{"check":0,"mustmatch":"on_prompt","timeout":600},"current_api_function":"assert_screen"},"type":"info","what":"cmdsrvmsg"}
# {"data":{"current_api_function":"assert_screen","current_test_full_name":"tinycore\/tests-boot","devel_mode_major_version":1,"devel_mode_minor_version":1,"developer_id":2,"developer_name":"Demo","developer_session_started_at":"2019-07-01T10:26:47","developer_session_tab_count":1,"outstanding_files":null,"outstanding_images":null,"pause_on_next_command":0,"pause_on_screen_mismatch":false,"pause_test_name":null,"running":"boot","tags":["on_prompt"],"test_execution_paused":0,"upload_up_to_current_module":null},"type":"info","what":"cmdsrvmsg"}
# {"data":{"ret":1},"type":"info","what":"cmdsrvmsg"}
# {"data":{"current_api_function":"assert_screen","current_test_full_name":"tinycore\/tests-boot","devel_mode_major_version":1,"devel_mode_minor_version":1,"developer_id":2,"developer_name":"Demo","developer_session_started_at":"2019-07-01T10:26:47","developer_session_tab_count":1,"outstanding_files":null,"outstanding_images":null,"pause_on_next_command":0,"pause_on_screen_mismatch":"assert_screen","pause_test_name":null,"running":"boot","tags":["on_prompt"],"test_execution_paused":0,"upload_up_to_current_module":null},"type":"info","what":"cmdsrvmsg"}
# {"data":{"outstanding_files":0,"outstanding_images":0,"upload_up_to":null,"upload_up_to_current_module":null},"type":"info","what":"upload progress"}
# {"data":{"category":"cmdsrv-connection","code":1006,"reason":null},"type":"error","what":"connection to os-autoinst command server lost"}
# Connection closed, trying to reconnect in 2 seconds
# waiting for response to set_assert_screen_timeout, developer console contains:
# Connecting to ws://127.0.0.1:20013/Xa23gr5SCJ27MUT0/ws
# Connection opened
# {"current_api_function":"assert_screen","current_test_full_name":"tinycore\/tests-boot","devel_mode_major_version":1,"devel_mode_minor_version":1,"pause_on_next_command":0,"pause_on_screen_mismatch":"assert_screen","pause_test_name":null,"running":"boot","tags":["on_prompt"],"test_execution_paused":0}
# waiting for response to set_assert_screen_timeout, developer console contains:
# Connecting to ws://127.0.0.1:20013/Xa23gr5SCJ27MUT0/ws
# Connection opened
# {"current_api_function":"assert_screen","current_test_full_name":"tinycore\/tests-boot","devel_mode_major_version":1,"devel_mode_minor_version":1,"pause_on_next_command":0,"pause_on_screen_mismatch":"assert_screen","pause_test_name":null,"running":"boot","tags":["on_prompt"],"test_execution_paused":0}
# {"paused":{"check":0,"cmd":"report_timeout","json_cmd_token":"cFtLjWbS","msg":"match=on_prompt timed out after 600 (assert_screen)","tags":["on_prompt"]},"reason":"match=on_prompt timed out after 600 (assert_screen)"}
Actions