-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2024-12-09
-
200
We've recently introduced a new check that compares the output of $listCatlog with the output of listIndexes.
The check is done by directly comparing the two outputs. The problem is that both operations return the field indexes.background in a different format. The listIndexes command is repairing it and returning a boolean, whereas the $listCatalog is returning the genuine value.
We need to take this into account during the comparison check.
- is caused by
-
SERVER-90768 Compare output between listCollections and $listCatalog for the same database and verify equivalence in testing
- Closed
- is related to
-
SERVER-97749 Compare properly the 'background' field returned by listIndexes and listCatalog
- Backlog