chore(import-export): disable debug for ci tests COMPASS-8920 #7336
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
COMPASS-8920
Previously we were including all of these import-export debugs, which were ~80,000 out of 100,000 lines.
Before
https://parsley.mongodb.com/evergreen/10gen_compass_main_unit_tests_ubuntu_test_electron_9c656bbb8515f6b131daa86d4b0ca94abd6ce71b_25_09_17_14_25_40/0/task?bookmarks=0,91994&shareLine=12945
After
https://parsley.mongodb.com/evergreen/10gen_compass_main_unit_tests_rhel_test_electron_patch_9c656bbb8515f6b131daa86d4b0ca94abd6ce71b_68caf82a3c54490007231169_25_09_17_18_04_27/0/task?bookmarks=0,14492&shareLine=12799
We could instead update our debug in our evergreen to either not include debugs, or filter out import-export there:
compass/.evergreen/functions.yml
Line 267 in 9c656bb
Not sure if we get value out of the other debug calls though so I figured I'd go with the minimum change here.
I don't think that these debug calls are landing anywhere in e2e test logs.