test: expand phase 8 fault matrix

This commit is contained in:
2026-07-23 10:11:18 +00:00
parent b6de490b7e
commit 63da21f07d
6 changed files with 1008 additions and 0 deletions
+10
View File
@@ -67,6 +67,16 @@ class DaemonTransportTests(unittest.IsolatedAsyncioTestCase):
control_pb2.COMMAND_ACK_STATUS_ACCEPTED,
)
cancel = control_pb2.Command(command_id=str(uuid4()))
cancel.cancel_job.job_id = definition.job_id
acknowledgement = daemon._initial_acknowledgement(
cancel, set(), False
)
self.assertEqual(
acknowledgement.status,
control_pb2.COMMAND_ACK_STATUS_ACCEPTED,
)
async def test_ensure_route_is_durable_and_duplicate_replays_updates(self):
with tempfile.TemporaryDirectory() as directory:
root = Path(directory)