-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 8.0 Required
-
Component/s: Testing Infrastructure
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
v8.0
-
QE 2025-01-20
Currently EVG runs for v8.0 produce errors in the jstests/noPassthrough/log_mismatching_uuid_sharding_local_catalog.js test, which was added to v8.0 recently via this PR.
The error is
uncaught exception: Error: Cannot find module 'jstests/libs/shardingtest.js' imported from jstests/noPassthrough/log_mismatching_uuid_sharding_local_catalog.js :
The fix for the problem in v8.0 should be trivial, namely to remove [the line that imports ShardingTest:
For master, this line is correct, so only a fix for v8.0 is needed.