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 {
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:
}
err = executor.runOp(realOp, opIndex)