-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Evergreen
-
Storage Engines
-
StorEng - Defined Pipeline
Currently when the many-collection-test gets run a pull request build, the task fails upon the setup stage during the fetch mongo repro stage.
[2024/06/24 09:39:21.294] branch=$(git branch --contains | grep -e "mongodb" -e "develop") [2024/06/24 09:39:21.296] Command 'shell.exec' in function 'fetch mongo repo' (step 3 of 13) failed: shell script encountered problem: exit code 1. [2024/06/24 09:39:21.296] Finished command 'shell.exec' in function 'fetch mongo repo' (step 3 of 13) in 3.873904ms. [2024/06/24 09:39:21.296] Running task commands failed: running command: command failed: shell script encountered problem: exit code 1
The command expects that we are trying to grab the checkout'ed origin branch. There should be a result everytime we run this command, but for some reason, it doesn't properly fetch any branch. The ticket is to investigate what might be a better alternative solution to getting the original branch.
- duplicates
-
WT-13679 Soft link ~/.cache to the /data folder in many-collections-test
- Closed