The many-collection test should persist FTDC data from its run and save these inside the artefacts folder that is downloadable from Evergreen.
From the logs we can see that it is trying to do so, but the files are not there:
[2023/09/12 03:03:59.381] + BAK_DIR=many-collection-artifacts [2023/09/12 03:03:59.386] + mkdir -p many-collection-artifacts [2023/09/12 03:03:59.386] + mv results/ many-collection-artifacts/. [2023/09/12 03:03:59.386] + cp -r many-collection/dbpath/diagnostic.data many-collection-artifacts/. [2023/09/12 03:03:59.392] + mkdir -p many-collection-artifacts/config [2023/09/12 03:03:59.392] + cp config/many-collection-testing.tmp many-collection-artifacts/config/. [2023/09/12 03:03:59.395] + mkdir -p many-collection-artifacts/logs [2023/09/12 03:03:59.395] + cp many-collection/mongodb.log many-collection-artifacts/logs/. [2023/09/12 03:03:59.707] + '[' -n config/many-collection-testing.tmp ']' [2023/09/12 03:03:59.707] + rm config/many-collection-testing.tmp
- is caused by
-
WT-10487 Failing many-collection-test task on large-scale-tests
- Closed