Test Results — Service Order Lockout 2026-03-16
Source Document: Download original
Summary
| Metric | Value |
|---|---|
| Total Cases | 8 |
| Passed | 0 |
| Failed | 4 |
| Skipped | 0 |
| Errors | 4 |
| Pass Rate | 0% |
Generated: 2026-03-16 16:12:23 MST
Results by Area
All Test Cases
| TC ID | Status | Test Name | Duration |
|---|---|---|---|
| TC-8.1 | ERROR | test_tc_8_1_stale_lock_auto_cleared_on_open | 0.0s |
| TC-8.2 | ERROR | test_tc_8_2_fresh_lock_by_another_user_is_preserved | 0.0s |
| TC-8.3 | ERROR | test_tc_8_3_zero_timestamp_lock_treated_as_stale | 0.0s |
| TC-8.4 | ERROR | test_tc_8_4_timeout_determines_stale_threshold | 0.0s |
| TC-10.1 | FAIL | test_tc_10_1_read_setup_configuration | 0.0s |
| TC-10.1 | FAIL | test_tc_10_1b_read_service_orders_via_lock_api | 0.0s |
| TC-10.4 | FAIL | test_tc_10_4_write_setup_configuration | 0.0s |
| TC-10.4 | FAIL | test_tc_10_4b_write_lock_fields_via_api | 0.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)