-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
0
The FSM suite retries certain CRUD operations on receiving a DatabaseDropPending error from the server. In build failures with multiple dropDatabase invocations and timeout errors on CRUD operations, it would be useful to know when the CRUD operation started. One place where this information would help is in the following log message:
insert command failed due to the plan_cache_drop_database database being marked as drop-pending. Waiting for th e latest operation to become majority confirmed before trying again.
This log message is printed here:
- is related to
-
SERVER-32095 Attach client.application.name to connections created by FSM worker threads in the concurrency suite
- Closed