test: expand phase 8 fault matrix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user