Due to SERVER-72229, the system.profile collection may be created when upgrading the fcv.
The existence of a new collection can break the following logic at `list_collections1.js` test that was assuming the total number of collections to be 6 explicitly created:
- Checking the number of collections returned by the first batch is lower than 6 (here).
- The total number of collections returned is 6 (here).
The goal of this ticket is to ignore / filter out the `system.profile` collection when calling listCollections command at `list_collections1.js`.
- is caused by
-
SERVER-72229 Implement FCV upgrade step to remove ephemeral ESE WiredTiger config string attributes from catalog
- Closed