-
Type:
Build Failure
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Name of Failure:
These asynchronous tests inconsistently have runtimes over a minute each due to slow index creation:
test.asynchronous.test_crud_unified.TestUnifiedFindOneAndUpdateErrorResponse.test_findOneAndUpdate_DuplicateKey_error_is_accessible
test.asynchronous.test_cursor.TestCursor.test_hint
test.asynchronous.test_cursor.TestCursor.test_hint_by_name
test.asynchronous.test_cursor.TestCursor.test_max
test.asynchronous.test_cursor.TestCursor.test_min
test.asynchronous.test_read_preferences.TestMongosAndReadPreference.test_mongos
test.asynchronous.test_read_write_concern_spec.TestOperationDefaultWriteConcern_3_4.test_CreateIndex_and_dropIndex_omits_default_write_concern
Link to task:
Context of when and why the failure occurred:
Determine if this is an inherent issue with index creation or if we can improve our testing or async driver code to mitigate this behavior.