Skip to content

Commit 899d31b

Browse files
committed
Opened issue for failing TestDomainsCrawl
1 parent 1f0d58f commit 899d31b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ISSUE_TEMPLATE/TEST_ISSUE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Issue: Failing TestDomainsCrawl
2+
3+
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.
7+
8+
#### References:
9+
- Workflow run: [#17905645384](https://github.com/internetarchive/Zeno/actions/runs/17905645384/job/50906168906?pr=494)
10+
- Commit: [abe9f573d1507b7092426f09c853a9b17513a390](https://github.com/internetarchive/Zeno/commit/abe9f573d1507b7092426f09c853a9b17513a390)

0 commit comments

Comments
 (0)