feat: 任务失败后继续执行下一条 (#170)
This commit is contained in:
@@ -223,7 +223,7 @@ class PurchaseRecoveryTest(unittest.TestCase):
|
||||
adapter, cancelled=lambda: next(checks, True)
|
||||
).execute_selected("PUR-STOP")
|
||||
|
||||
self.assertEqual(outcome.kind, "failed")
|
||||
self.assertEqual(outcome.kind, "cancelled")
|
||||
detail = self.repository.get_task("PUR-STOP")
|
||||
run = self.repository.latest_task_run("PUR-STOP")
|
||||
assert detail is not None and run is not None
|
||||
|
||||
Reference in New Issue
Block a user