-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2023-04-17
-
7
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This test loads an X.509 cert from:
std::ifstream input("jstests/libs/client.pem");
This jstests directory isn't symlinked in my spawnhost and the test will be running in an environment that doesn't have a jstests/ relative path on an evergreen BF repro spawnhost.
The code that loads this cert doesn't check the ifstream for errors and it should.