This commit is contained in:
YamasouA 2025-03-01 12:32:07 +09:00
parent 2bed3333bc
commit 2c062117d0

View File

@ -1526,7 +1526,7 @@ func runWorkload(tCtx ktesting.TContext, tc *testCase, w *workload, informerFact
} }
select { select {
case <-tCtx.Done(): case <-tCtx.Done():
return nil, fmt.Errorf("op %d: %v", opIndex, context.Cause(tCtx)) return nil, fmt.Errorf("op %d: %w", opIndex, context.Cause(tCtx))
default: default:
} }
err = executor.runOp(realOp, opIndex) err = executor.runOp(realOp, opIndex)