-
Type:
Task
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
CAR Team 2025-04-14
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
The find_on_secondary.js is introduced in https://jira.mongodb.org/browse/SERVER-100833 to extend the test coverage for the project Terminate Secondary Reads on Range Deletion and to test how a long-running queries behave when there are chunk migrations in the background.
However, an error is thrown whenever a test tries to call the getMore command because there is no mechanism yet to handle retries due to chunk migrations. Therefore, we had to exclude the test from balancer suites using the requires_getmore tag.
The plan is to skip the retry logic on network error using the withSkipRetryOnNetworkError() handler, similar to what this test does, and handle the retry logic on the test itself.
- is duplicated by
-
SERVER-102964 Enable tests with getMore on balancer suites
-
- In Code Review
-
- related to
-
SERVER-100833 Create a simple test with long queries on secondaries on jsCore and concurrency suites
-
- Closed
-