Method Run_now_refuses_anything_not_awaiting_a_retry
- Namespace
- Millrace.Storage.Verification
- Assembly
- Millrace.Storage.Verification.dll
Run_now_refuses_anything_not_awaiting_a_retry(JobState)
[Theory("/home/runner/work/Millrace/Millrace/src/Millrace.Storage.Verification/JobStorageConformanceSuite.cs", 522)]
[InlineData(new object?[] { JobState.Scheduled })]
[InlineData(new object?[] { JobState.Enqueued })]
[InlineData(new object?[] { JobState.Processing })]
[InlineData(new object?[] { JobState.Succeeded })]
public Task Run_now_refuses_anything_not_awaiting_a_retry(JobState state)
Parameters
stateJobState