You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The job Windows build has failed when running the tests.
It appear to fail because the test client_tests/test_api_files.py::test_big_file[multipart] take too much time and result in the step being timeout.
Test output
Fri, 30 Jun 2023 08:16:23 GMT
Run poetry run py.test client_tests --numprocesses=auto --verbose
Fri, 30 Jun 2023 08:16:32 GMT ============================= test session starts =============================
Fri, 30 Jun 2023 08:16:32 GMT platform win32 -- Python 3.9.13, pytest-7.4.0, pluggy-1.2.0 -- C:\Users\runneradmin\AppData\Local\pypoetry\Cache\virtualenvs\resana-secure-NI1j7YE--py3.9\Scripts\python.exe
Fri, 30 Jun 2023 08:16:32 GMT cachedir: .pytest_cache
Fri, 30 Jun 2023 08:16:32 GMT rootdir: D:\a\resana-secure\resana-secure\client
Fri, 30 Jun 2023 08:16:32 GMT configfile: setup.cfg
Fri, 30 Jun 2023 08:16:32 GMT plugins: anyio-3.7.0, trio-0.8.0, xdist-3.3.1
Fri, 30 Jun 2023 08:16:32 GMT created: 2/2 workers
Fri, 30 Jun 2023 08:16:32 GMT 2 workers [95 items]
Fri, 30 Jun 2023 08:16:32 GMT
Fri, 30 Jun 2023 08:16:32 GMT scheduling tests via LoadScheduling
Fri, 30 Jun 2023 08:16:32 GMT
Fri, 30 Jun 2023 08:16:32 GMT client_tests/test_api_files.py::test_get_folders_tree_ignore_files
Fri, 30 Jun 2023 08:16:33 GMT client_tests/test_api_files.py::test_routes_on_timestamped
Fri, 30 Jun 2023 08:16:33 GMT [gw0] [ 1%] PASSED client_tests/test_api_files.py::test_get_folders_tree_ignore_files
Fri, 30 Jun 2023 08:16:34 GMT client_tests/test_api_files.py::test_folder_operations
Fri, 30 Jun 2023 08:16:34 GMT [gw0] [ 2%] PASSED client_tests/test_api_files.py::test_folder_operations
Fri, 30 Jun 2023 08:16:35 GMT client_tests/test_api_files.py::test_file_operations[json]
Fri, 30 Jun 2023 08:16:35 GMT [gw0] [ 3%] PASSED client_tests/test_api_files.py::test_file_operations[json]
Fri, 30 Jun 2023 08:16:35 GMT client_tests/test_api_files.py::test_file_operations[multipart]
Fri, 30 Jun 2023 08:16:35 GMT [gw0] [ 4%] PASSED client_tests/test_api_files.py::test_file_operations[multipart]
Fri, 30 Jun 2023 08:16:36 GMT client_tests/test_api_files.py::test_bad_create_file
Fri, 30 Jun 2023 08:16:36 GMT [gw0] [ 5%] PASSED client_tests/test_api_files.py::test_bad_create_file
Fri, 30 Jun 2023 08:16:36 GMT client_tests/test_api_files.py::test_big_file[json]
Fri, 30 Jun 2023 08:16:36 GMT [gw1] [ 6%] PASSED client_tests/test_api_files.py::test_routes_on_timestamped
Fri, 30 Jun 2023 08:16:38 GMT client_tests/test_api_humans.py::test_find_and_revoke_humans
Fri, 30 Jun 2023 08:16:38 GMT [gw1] [ 7%] PASSED client_tests/test_api_humans.py::test_find_and_revoke_humans
Fri, 30 Jun 2023 08:16:38 GMT client_tests/test_api_humans.py::test_bad_find_humans[page=dummy]
Fri, 30 Jun 2023 08:16:38 GMT [gw1] [ 8%] PASSED client_tests/test_api_humans.py::test_bad_find_humans[page=dummy]
Fri, 30 Jun 2023 08:16:39 GMT client_tests/test_api_humans.py::test_bad_find_humans[page=]
Fri, 30 Jun 2023 08:16:39 GMT [gw1] [ 9%] PASSED client_tests/test_api_humans.py::test_bad_find_humans[page=]
Fri, 30 Jun 2023 08:16:39 GMT client_tests/test_api_humans.py::test_bad_find_humans[per_page=dummy]
Fri, 30 Jun 2023 08:16:39 GMT [gw1] [ 10%] PASSED client_tests/test_api_humans.py::test_bad_find_humans[per_page=dummy]
Fri, 30 Jun 2023 08:16:40 GMT client_tests/test_api_humans.py::test_bad_find_humans[per_page=]
Fri, 30 Jun 2023 08:16:40 GMT [gw0] [ 11%] PASSED client_tests/test_api_files.py::test_big_file[json]
Fri, 30 Jun 2023 08:16:40 GMT client_tests/test_api_files.py::test_big_file[multipart]
Fri, 30 Jun 2023 08:16:40 GMT [gw1] [ 12%] PASSED client_tests/test_api_humans.py::test_bad_find_humans[per_page=]
Fri, 30 Jun 2023 08:16:41 GMT client_tests/test_api_humans.py::test_bad_find_humans[omit_revoked=dummy]
Fri, 30 Jun 2023 08:16:41 GMT [gw1] [ 13%] PASSED client_tests/test_api_humans.py::test_bad_find_humans[omit_revoked=dummy]
Fri, 30 Jun 2023 08:16:41 GMT client_tests/test_api_humans.py::test_revoke_unknown
Fri, 30 Jun 2023 08:16:41 GMT [gw1] [ 14%] PASSED client_tests/test_api_humans.py::test_revoke_unknown
Fri, 30 Jun 2023 08:16:41 GMT client_tests/test_api_invitations.py::test_create_list_delete_users_invitations
Fri, 30 Jun 2023 08:16:41 GMT [gw1] [ 15%] PASSED client_tests/test_api_invitations.py::test_create_list_delete_users_invitations
Fri, 30 Jun 2023 08:16:42 GMT client_tests/test_api_invitations.py::test_create_list_delete_device_invitation
Fri, 30 Jun 2023 08:16:42 GMT [gw1] [ 16%] PASSED client_tests/test_api_invitations.py::test_create_list_delete_device_invitation
Fri, 30 Jun 2023 08:16:43 GMT client_tests/test_api_invitations.py::test_create_invalid_type
Fri, 30 Jun 2023 08:16:43 GMT [gw1] [ 17%] PASSED client_tests/test_api_invitations.py::test_create_invalid_type
Fri, 30 Jun 2023 08:16:43 GMT client_tests/test_api_invitations.py::test_invite_already_existing_user
Fri, 30 Jun 2023 08:16:43 GMT [gw1] [ 18%] PASSED client_tests/test_api_invitations.py::test_invite_already_existing_user
Fri, 30 Jun 2023 08:16:44 GMT client_tests/test_api_invitations.py::test_delete_invalid_invitation_token
Fri, 30 Jun 2023 08:16:44 GMT [gw1] [ 20%] PASSED client_tests/test_api_invitations.py::test_delete_invalid_invitation_token
Fri, 30 Jun 2023 08:16:44 GMT client_tests/test_api_invite.py::test_claim_ok[user]
Fri, 30 Jun 2023 08:16:45 GMT [gw1] [ 21%] PASSED client_tests/test_api_invite.py::test_claim_ok[user]
Fri, 30 Jun 2023 08:16:45 GMT client_tests/test_api_invite.py::test_claim_ok[device]
Fri, 30 Jun 2023 08:16:46 GMT [gw1] [ 22%] PASSED client_tests/test_api_invite.py::test_claim_ok[device]
Fri, 30 Jun 2023 08:16:46 GMT client_tests/test_api_invite.py::test_invalid_state
Fri, 30 Jun 2023 08:16:46 GMT [gw1] [ 23%] PASSED client_tests/test_api_invite.py::test_invalid_state
Fri, 30 Jun 2023 08:16:46 GMT client_tests/test_api_invite.py::test_claimer_step_1_before_0
Fri, 30 Jun 2023 08:16:47 GMT [gw1] [ 24%] PASSED client_tests/test_api_invite.py::test_claimer_step_1_before_0
Fri, 30 Jun 2023 08:16:47 GMT client_tests/test_api_invite.py::test_claimer_concurrent_requests_on_step_1
Fri, 30 Jun 2023 08:16:47 GMT [gw1] [ 25%] PASSED client_tests/test_api_invite.py::test_claimer_concurrent_requests_on_step_1
Fri, 30 Jun 2023 08:16:47 GMT client_tests/test_api_invite.py::test_cancel_step_request_then_retry[False]
Fri, 30 Jun 2023 08:16:48 GMT [gw1] [ 26%] PASSED client_tests/test_api_invite.py::test_cancel_step_request_then_retry[False]
Fri, 30 Jun 2023 08:16:48 GMT client_tests/test_api_invite.py::test_cancel_step_request_then_retry[True]
Fri, 30 Jun 2023 08:16:48 GMT [gw1] [ 27%] PASSED client_tests/test_api_invite.py::test_cancel_step_request_then_retry[True]
Fri, 30 Jun 2023 08:16:49 GMT client_tests/test_api_invite.py::test_greeter_claimer_start_order[claimer]
Fri, 30 Jun 2023 08:16:49 GMT [gw1] [ 28%] PASSED client_tests/test_api_invite.py::test_greeter_claimer_start_order[claimer]
Fri, 30 Jun 2023 08:16:49 GMT client_tests/test_api_invite.py::test_greeter_claimer_start_order[greeter]
Fri, 30 Jun 2023 08:16:49 GMT [gw1] [ 29%] PASSED client_tests/test_api_invite.py::test_greeter_claimer_start_order[greeter]
Fri, 30 Jun 2023 08:16:49 GMT client_tests/test_api_organization.py::test_bootstrap_organization
Fri, 30 Jun 2023 08:16:49 GMT [gw1] [ 30%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization
Fri, 30 Jun 2023 08:16:49 GMT client_tests/test_api_organization.py::test_bootstrap_organization_not_created
Fri, 30 Jun 2023 08:16:49 GMT [gw1] [ 31%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_not_created
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_backend_offline
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 32%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_backend_offline
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_organization_already_bootstrapped
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 33%] PASSED client_tests/test_api_organization.py::test_organization_already_bootstrapped
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_email
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 34%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_email
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_key
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 35%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_key
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_url
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 36%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_url
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[GET]
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 37%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[GET]
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[HEAD]
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 38%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[HEAD]
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[PUT]
Fri, 30 Jun 2023 08:16:50 GMT [gw1] [ 40%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[PUT]
Fri, 30 Jun 2023 08:16:50 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[DELETE]
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 41%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[DELETE]
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[PATCH]
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 42%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_method[PATCH]
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_body_not_json[missing_header]
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 43%] PASSED client_tests/test_api_organization.py::test_bootstrap_body_not_json[missing_header]
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_body_not_json[bad_header]
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 44%] PASSED client_tests/test_api_organization.py::test_bootstrap_body_not_json[bad_header]
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_body_not_json[bad_body]
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 45%] PASSED client_tests/test_api_organization.py::test_bootstrap_body_not_json[bad_body]
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_body_not_json[missing_body]
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 46%] PASSED client_tests/test_api_organization.py::test_bootstrap_body_not_json[missing_body]
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_organization_with_sequester_key
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 47%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_with_sequester_key
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_organization.py::test_bootstrap_organization_invalid_sequester_key
Fri, 30 Jun 2023 08:16:51 GMT [gw1] [ 48%] PASSED client_tests/test_api_organization.py::test_bootstrap_organization_invalid_sequester_key
Fri, 30 Jun 2023 08:16:51 GMT client_tests/test_api_recovery.py::test_recovery_ok
Fri, 30 Jun 2023 08:16:52 GMT [gw1] [ 49%] PASSED client_tests/test_api_recovery.py::test_recovery_ok
Fri, 30 Jun 2023 08:16:52 GMT client_tests/test_api_recovery.py::test_recovery_invalid_passphrase
Fri, 30 Jun 2023 08:16:52 GMT [gw1] [ 50%] PASSED client_tests/test_api_recovery.py::test_recovery_invalid_passphrase
Fri, 30 Jun 2023 08:16:53 GMT client_tests/test_api_recovery.py::test_recovery_delete_temp_file
Fri, 30 Jun 2023 08:16:53 GMT [gw1] [ 51%] PASSED client_tests/test_api_recovery.py::test_recovery_delete_temp_file
Fri, 30 Jun 2023 08:16:54 GMT client_tests/test_api_workspaces.py::test_create_and_list_workspaces
Fri, 30 Jun 2023 08:16:55 GMT [gw1] [ 52%] PASSED client_tests/test_api_workspaces.py::test_create_and_list_workspaces
Fri, 30 Jun 2023 08:16:56 GMT client_tests/test_api_workspaces.py::test_rename_workspace
Fri, 30 Jun 2023 08:16:56 GMT [gw1] [ 53%] PASSED client_tests/test_api_workspaces.py::test_rename_workspace
Fri, 30 Jun 2023 08:16:57 GMT client_tests/test_api_workspaces.py::test_rename_unknown_workspace
Fri, 30 Jun 2023 08:16:57 GMT [gw1] [ 54%] PASSED client_tests/test_api_workspaces.py::test_rename_unknown_workspace
Fri, 30 Jun 2023 08:16:58 GMT client_tests/test_api_workspaces.py::test_get_share_info
Fri, 30 Jun 2023 08:16:58 GMT [gw1] [ 55%] PASSED client_tests/test_api_workspaces.py::test_get_share_info
Fri, 30 Jun 2023 08:16:59 GMT client_tests/test_api_workspaces.py::test_get_share_info_unknown_workspace
Fri, 30 Jun 2023 08:16:59 GMT [gw1] [ 56%] PASSED client_tests/test_api_workspaces.py::test_get_share_info_unknown_workspace
Fri, 30 Jun 2023 08:17:00 GMT client_tests/test_api_workspaces.py::test_share_unknown_email
Fri, 30 Jun 2023 08:17:01 GMT [gw1] [ 57%] PASSED client_tests/test_api_workspaces.py::test_share_unknown_email
Fri, 30 Jun 2023 08:17:02 GMT client_tests/test_api_workspaces.py::test_share_invalid_role
Fri, 30 Jun 2023 08:17:02 GMT [gw1] [ 58%] PASSED client_tests/test_api_workspaces.py::test_share_invalid_role
Fri, 30 Jun 2023 08:17:02 GMT client_tests/test_api_workspaces.py::test_share_unknown_workspace
Fri, 30 Jun 2023 08:17:03 GMT [gw1] [ 60%] PASSED client_tests/test_api_workspaces.py::test_share_unknown_workspace
Fri, 30 Jun 2023 08:17:03 GMT client_tests/test_api_workspaces.py::test_self_share_not_allowed
Fri, 30 Jun 2023 08:17:03 GMT [gw1] [ 61%] PASSED client_tests/test_api_workspaces.py::test_self_share_not_allowed
Fri, 30 Jun 2023 08:17:05 GMT client_tests/test_api_workspaces.py::test_share_ok
Fri, 30 Jun 2023 08:17:05 GMT [gw1] [ 62%] PASSED client_tests/test_api_workspaces.py::test_share_ok
Fri, 30 Jun 2023 08:17:08 GMT client_tests/test_api_workspaces.py::test_mount_unmount_workspace
Fri, 30 Jun 2023 08:17:09 GMT [gw1] [ 63%] PASSED client_tests/test_api_workspaces.py::test_mount_unmount_workspace
Fri, 30 Jun 2023 08:17:13 GMT client_tests/test_api_workspaces.py::test_mount_unmount_workspace_timestamped
Fri, 30 Jun 2023 08:17:13 GMT [gw1] [ 64%] PASSED client_tests/test_api_workspaces.py::test_mount_unmount_workspace_timestamped
Fri, 30 Jun 2023 08:17:14 GMT client_tests/test_api_workspaces.py::test_offline_availability_not_authenticated
Fri, 30 Jun 2023 08:17:14 GMT [gw1] [ 65%] PASSED client_tests/test_api_workspaces.py::test_offline_availability_not_authenticated
Fri, 30 Jun 2023 08:17:16 GMT client_tests/test_api_workspaces.py::test_toggle_offline_availability
Fri, 30 Jun 2023 08:17:16 GMT [gw1] [ 66%] PASSED client_tests/test_api_workspaces.py::test_toggle_offline_availability
Fri, 30 Jun 2023 08:17:17 GMT client_tests/test_api_workspaces.py::test_enable_offline_availability
Fri, 30 Jun 2023 08:17:18 GMT [gw1] [ 67%] PASSED client_tests/test_api_workspaces.py::test_enable_offline_availability
Fri, 30 Jun 2023 08:17:19 GMT client_tests/test_api_workspaces.py::test_disable_offline_availability
Fri, 30 Jun 2023 08:17:19 GMT [gw1] [ 68%] PASSED client_tests/test_api_workspaces.py::test_disable_offline_availability
Fri, 30 Jun 2023 08:17:21 GMT client_tests/test_api_workspaces.py::test_get_offline_availability_status
Fri, 30 Jun 2023 08:17:21 GMT [gw1] [ 69%] PASSED client_tests/test_api_workspaces.py::test_get_offline_availability_status
Fri, 30 Jun 2023 08:17:21 GMT client_tests/test_auth.py::test_authentication
Fri, 30 Jun 2023 08:17:22 GMT [gw1] [ 70%] PASSED client_tests/test_auth.py::test_authentication
Fri, 30 Jun 2023 08:17:22 GMT client_tests/test_auth.py::test_multi_authentication
Fri, 30 Jun 2023 08:17:22 GMT [gw1] [ 71%] PASSED client_tests/test_auth.py::test_multi_authentication
Fri, 30 Jun 2023 08:17:22 GMT client_tests/test_auth.py::test_logout_without_auth
Fri, 30 Jun 2023 08:17:22 GMT [gw1] [ 72%] PASSED client_tests/test_auth.py::test_logout_without_auth
Fri, 30 Jun 2023 08:17:23 GMT client_tests/test_auth.py::test_logout_without_session_cookie
Fri, 30 Jun 2023 08:17:23 GMT [gw1] [ 73%] PASSED client_tests/test_auth.py::test_logout_without_session_cookie
Fri, 30 Jun 2023 08:17:23 GMT client_tests/test_auth.py::test_logout_all_session
Fri, 30 Jun 2023 08:17:23 GMT [gw1] [ 74%] PASSED client_tests/test_auth.py::test_logout_all_session
Fri, 30 Jun 2023 08:17:24 GMT client_tests/test_auth.py::test_authentication_unknown_email
Fri, 30 Jun 2023 08:17:24 GMT [gw1] [ 75%] PASSED client_tests/test_auth.py::test_authentication_unknown_email
Fri, 30 Jun 2023 08:17:24 GMT client_tests/test_auth.py::test_authentication_bad_key
Fri, 30 Jun 2023 08:17:24 GMT [gw1] [ 76%] PASSED client_tests/test_auth.py::test_authentication_bad_key
Fri, 30 Jun 2023 08:17:25 GMT client_tests/test_auth.py::test_authentication_missing_organization_id
Fri, 30 Jun 2023 08:17:25 GMT [gw1] [ 77%] PASSED client_tests/test_auth.py::test_authentication_missing_organization_id
Fri, 30 Jun 2023 08:17:25 GMT client_tests/test_auth.py::test_authentication_bad_organization_id
Fri, 30 Jun 2023 08:17:25 GMT [gw1] [ 78%] PASSED client_tests/test_auth.py::test_authentication_bad_organization_id
Fri, 30 Jun 2023 08:17:25 GMT client_tests/test_auth.py::test_authentication_unknown_organization_id
Fri, 30 Jun 2023 08:17:25 GMT [gw1] [ 80%] PASSED client_tests/test_auth.py::test_authentication_unknown_organization_id
Fri, 30 Jun 2023 08:17:25 GMT client_tests/test_auth.py::test_authentication_body_not_json[missing_header]
Fri, 30 Jun 2023 08:17:26 GMT [gw1] [ 81%] PASSED client_tests/test_auth.py::test_authentication_body_not_json[missing_header]
Fri, 30 Jun 2023 08:17:26 GMT client_tests/test_auth.py::test_authentication_body_not_json[bad_header]
Fri, 30 Jun 2023 08:17:26 GMT [gw1] [ 82%] PASSED client_tests/test_auth.py::test_authentication_body_not_json[bad_header]
Fri, 30 Jun 2023 08:17:26 GMT client_tests/test_auth.py::test_authentication_body_not_json[bad_body]
Fri, 30 Jun 2023 08:17:26 GMT [gw1] [ 83%] PASSED client_tests/test_auth.py::test_authentication_body_not_json[bad_body]
Fri, 30 Jun 2023 08:17:26 GMT client_tests/test_auth.py::test_authentication_body_not_json[missing_body]
Fri, 30 Jun 2023 08:17:26 GMT [gw1] [ 84%] PASSED client_tests/test_auth.py::test_authentication_body_not_json[missing_body]
Fri, 30 Jun 2023 08:17:26 GMT client_tests/test_auth.py::test_authenticated_routes
Fri, 30 Jun 2023 08:17:26 GMT [gw1] [ 85%] PASSED client_tests/test_auth.py::test_authenticated_routes
Fri, 30 Jun 2023 08:17:26 GMT client_tests/test_auth.py::test_cors_routes
Fri, 30 Jun 2023 08:17:26 GMT [gw1] [ 86%] PASSED client_tests/test_auth.py::test_cors_routes
Fri, 30 Jun 2023 08:17:27 GMT client_tests/test_auth.py::test_multi_org_authentication
Fri, 30 Jun 2023 08:17:27 GMT [gw1] [ 87%] PASSED client_tests/test_auth.py::test_multi_org_authentication
Fri, 30 Jun 2023 08:17:28 GMT client_tests/test_auth.py::test_encrypted_key_auth[True]
Fri, 30 Jun 2023 08:17:28 GMT [gw1] [ 88%] PASSED client_tests/test_auth.py::test_encrypted_key_auth[True]
Fri, 30 Jun 2023 08:17:29 GMT client_tests/test_auth.py::test_encrypted_key_auth[False]
Fri, 30 Jun 2023 08:17:30 GMT [gw1] [ 89%] PASSED client_tests/test_auth.py::test_encrypted_key_auth[False]
Fri, 30 Jun 2023 08:17:30 GMT client_tests/test_cores_manager.py::test_is_org_hosted_on_rie
Fri, 30 Jun 2023 08:17:30 GMT [gw1] [ 90%] PASSED client_tests/test_cores_manager.py::test_is_org_hosted_on_rie
Fri, 30 Jun 2023 08:17:30 GMT client_tests/test_crypto.py::test_crypto_encrypt_decrypt
Fri, 30 Jun 2023 08:17:30 GMT [gw1] [ 91%] PASSED client_tests/test_crypto.py::test_crypto_encrypt_decrypt
Fri, 30 Jun 2023 08:17:30 GMT client_tests/test_crypto.py::test_crypto_incorrect_user_password
Fri, 30 Jun 2023 08:17:30 GMT [gw1] [ 92%] PASSED client_tests/test_crypto.py::test_crypto_incorrect_user_password
Fri, 30 Jun 2023 08:17:30 GMT client_tests/test_crypto.py::test_crypto_invalid_encrypted_key
Fri, 30 Jun 2023 08:17:30 GMT [gw1] [ 93%] PASSED client_tests/test_crypto.py::test_crypto_invalid_encrypted_key
Fri, 30 Jun 2023 08:17:30 GMT client_tests/test_crypto.py::test_js_string
Fri, 30 Jun 2023 08:26:31 GMT ^C
Fri, 30 Jun 2023 08:26:31 GMT [gw1] [ 94%] PASSED client_tests/test_crypto.py::test_js_string
Fri, 30 Jun 2023 08:26:31 GMT Error: The action has timed out.
The text was updated successfully, but these errors were encountered:
FirelightFlagboy
changed the title
Test client_tests/test_crypto.py::test_js_string too slow
Test client_tests/test_api_files.py::test_big_file[json] too slow
Jun 30, 2023
FirelightFlagboy
changed the title
Test client_tests/test_api_files.py::test_big_file[json] too slow
[Windows] Test client_tests/test_api_files.py::test_big_file[json] too slow
Jun 30, 2023
It's the multipart version that timed out, not json.
FirelightFlagboy
changed the title
[Windows] Test client_tests/test_api_files.py::test_big_file[json] too slow
[Windows] Test client_tests/test_api_files.py::test_big_file[multipart] too slow
Jul 3, 2023
FirelightFlagboy
changed the title
[Windows] Test client_tests/test_api_files.py::test_big_file[multipart] too slow
[Windows] Test client_tests/test_api_files.py::test_big_file[multipart] too slow
Dec 8, 2023
From the CI Run https://github.com/Scille/resana-secure/actions/runs/5420628098/jobs/9855019945
The job
Windows build
has failed when running the tests.It appear to fail because the test
client_tests/test_api_files.py::test_big_file[multipart]
take too much time and result in the step being timeout.Test output
The text was updated successfully, but these errors were encountered: