-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2020-12-28
-
21
The DatabaseDropPending assertion in plan_cache_drop_database.js is too strict. We expect the DatabaseDropPending error to originate from the bulk writer but that's not always the case.
We should simply check for the DatabaseDropPending error code and avoid checking if the error originated from the bulk writer.