-
Notifications
You must be signed in to change notification settings - Fork 21
test: skip flaky test_request_deduplication_edge_cases[shared]
#787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #787 +/- ##
===========================================
- Coverage 81.86% 68.02% -13.84%
===========================================
Files 46 46
Lines 2696 2696
===========================================
- Hits 2207 1834 -373
- Misses 489 862 +373
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
test_request_deduplication_edge_cases[shared]
Crawlee's RequestQueue.add_request() crashes with IndexError when the platform API returns an empty processed_requests list in shared access mode. Skip until the upstream bug is fixed. See #786 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The `request.param` attribute is only available inside parameterized fixtures, not in the test function itself where `request` is a `TopRequest`. Use `request.node.callspec.params` instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of skipping both single and shared variants, only skip the shared variant which is affected by the Crawlee bug. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
See #786.