You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the !report.SuiteSucceeded reporting mechanism needs to first collect diagnostics ( which is a long running task, ~5min )
Grace period timeout occurs
I tried setting GracePeriod for ReportAfterSuite but I'm getting:
[ReportAfterSuite] was passed NodeTimeout, SpecTimeout, or GracePeriod but
does not have a callback that accepts a SpecContext or context.Context. You
must accept a context to enable timeouts and grace periods
It seems also that there is no way to pass Context to ReportAfterSuite so it's uninterruptable and I can't set custom GracePeriod.
Scenario:
ReportAfterSuite
is run!report.SuiteSucceeded
reporting mechanism needs to first collect diagnostics ( which is a long running task, ~5min )I tried setting GracePeriod for ReportAfterSuite but I'm getting:
It seems also that there is no way to pass
Context
toReportAfterSuite
so it's uninterruptable and I can't set custom GracePeriod.Any suggestions on how to fix this?
Update: I created a draft PR #1345
The text was updated successfully, but these errors were encountered: