Sometimes when test cleanup steps fail, indexes and collections get left behind.
Solution
Create a nightly job to cleanup leftover indexes. Inspect the names of each index and collection to see whether they are more than 24 hours old prior to deleting. This should prevent deleting resources out from underneath any tests that may be running at the same time as the delete job.
Problem
Sometimes when test cleanup steps fail, indexes and collections get left behind.
Solution
Create a nightly job to cleanup leftover indexes. Inspect the names of each index and collection to see whether they are more than 24 hours old prior to deleting. This should prevent deleting resources out from underneath any tests that may be running at the same time as the delete job.
Type of Change