SERVER-94971 Add query ownership for files under jstests/libs (#27375)

GitOrigin-RevId: 36330925597c2fca287c2d73bcb6743026f316b4
This commit is contained in:
Nick Zolnierz
2024-10-02 07:04:44 -04:00
committed by MongoDB Bot
parent 7977f1e680
commit 3e0ff89ff1
709 changed files with 1033 additions and 876 deletions

View File

@@ -14,8 +14,8 @@
// does_not_support_multiplanning_single_solutions,
// ]
import "jstests/libs/sbe_assert_error_override.js";
import {getExecutionStats} from "jstests/libs/analyze_plan.js";
import "jstests/libs/query/sbe_assert_error_override.js";
import {getExecutionStats} from "jstests/libs/query/analyze_plan.js";
const coll = db.expr;