Closed abr-egn closed 2 months ago
https://spruce.mongodb.com/version/66e06df35524ab00078b4b00/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC has a run with these fixes. The Ubuntu 22.04 (ARM64) failures are unrelated, those fail on main
as well. I suspect a script breakage.
RUST-2024
There were three independent problems happening here:
results.xml
, and the second one would fail because the merge tool (appropriately) won't overwrite a file without an additional flag set. Fixed this by changing the test script to do a rolling merge, which also has the nice effect that our tests don't need to include output file names or an explicit merge step any more.CRYPT_SHARED_LIB_PATH
wasn't being set; I tracked this down to a bug in the serverless setup scripts in drivers-evergreen-tools. I've sent https://github.com/mongodb-labs/drivers-evergreen-tools/pull/491 for that and in the meanwhile pointed our testing at my branch with the fix.