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
The `TestDomainsCrawl` in `e2e/test/domainscrawl` has been failing due to a context canceled error logged as 'error while resetting'. This error leads to a failure in the test execution.
4
+
5
+
#### Suggested Solution:
6
+
To prevent this issue from causing test failures, it is recommended to handle `context.Canceled` errors gracefully during the shutdown/cleanup process in the test code. This will ensure that expected shutdowns do not lead to unexpected test failures.
0 commit comments