Skip to main content

Test Results — Service Order Lockout 2026-03-16

Source Document: Download original

Summary

MetricValue
Total Cases8
Passed0
Failed4
Skipped0
Errors4
Pass Rate0%

Generated: 2026-03-16 16:12:23 MST

Results by Area

All Test Cases

TC IDStatusTest NameDuration
TC-8.1ERRORtest_tc_8_1_stale_lock_auto_cleared_on_open0.0s
TC-8.2ERRORtest_tc_8_2_fresh_lock_by_another_user_is_preserved0.0s
TC-8.3ERRORtest_tc_8_3_zero_timestamp_lock_treated_as_stale0.0s
TC-8.4ERRORtest_tc_8_4_timeout_determines_stale_threshold0.0s
TC-10.1FAILtest_tc_10_1_read_setup_configuration0.0s
TC-10.1FAILtest_tc_10_1b_read_service_orders_via_lock_api0.0s
TC-10.4FAILtest_tc_10_4_write_setup_configuration0.0s
TC-10.4FAILtest_tc_10_4b_write_lock_fields_via_api0.0s

Failure Details

TC-10.1 --- test_tc_10_1_read_setup_configuration

Error: bc_test_helpers.bc_api_client.BcApiError: HTTP 404: Not Found

tests/test_10_setup_page.py:27: in test_tc_10_1_read_setup_configuration
records = bc_api.query(setup_entity, top=1)
../../tools/bc_test_helpers/bc_api_client.py:234: in query
resp = self._request("GET", url, params=params)
../../tools/bc_test_helpers/bc_api_client.py:187: in _request
raise BcApiError(resp.status_code, resp.reason, resp.text)

TC-10.1 --- test_tc_10_1b_read_service_orders_via_lock_api

Error: bc_test_helpers.bc_api_client.BcApiError: HTTP 404: Not Found

tests/test_10_setup_page.py:102: in test_tc_10_1b_read_service_orders_via_lock_api
records = bc_api.query(lock_entity, top=3)
../../tools/bc_test_helpers/bc_api_client.py:234: in query
resp = self._request("GET", url, params=params)
../../tools/bc_test_helpers/bc_api_client.py:187: in _request
raise BcApiError(resp.status_code, resp.reason, resp.text)

TC-10.4 --- test_tc_10_4_write_setup_configuration

Error: bc_test_helpers.bc_api_client.BcApiError: HTTP 404: Not Found

tests/test_10_setup_page.py:60: in test_tc_10_4_write_setup_configuration
records = bc_api.query(setup_entity, top=1)
../../tools/bc_test_helpers/bc_api_client.py:234: in query
resp = self._request("GET", url, params=params)
../../tools/bc_test_helpers/bc_api_client.py:187: in _request
raise BcApiError(resp.status_code, resp.reason, resp.text)

TC-10.4 --- test_tc_10_4b_write_lock_fields_via_api

Error: bc_test_helpers.bc_api_client.BcApiError: HTTP 404: Not Found

tests/test_10_setup_page.py:133: in test_tc_10_4b_write_lock_fields_via_api
records = bc_api.query(
../../tools/bc_test_helpers/bc_api_client.py:234: in query
resp = self._request("GET", url, params=params)
../../tools/bc_test_helpers/bc_api_client.py:187: in _request
raise BcApiError(resp.status_code, resp.reason, resp.text)