SERVER-115088 Fix buildscrips/golden_test.py clean-run-accept to handle featureFlagSbeFull (#45249)

GitOrigin-RevId: a7a712f92771f451d6ac6999b38378ca9d2b73ae
This commit is contained in:
Philip Stoev 2025-12-15 16:38:10 +02:00 committed by MongoDB Bot
parent 706cc808cd
commit 5111a71a19
1 changed files with 1 additions and 1 deletions

View File

@ -445,10 +445,10 @@ class GoldenTestApp(object):
"Only query_golden_classic passthrough found, will run with various settings for internalQueryFrameworkControl"
)
for framework_control in [
["--runAllFeatureFlagTests", "--excludeWithAnyTags=featureFlagSbeFull"],
["--mongodSetParameters={internalQueryFrameworkControl: forceClassicEngine}"],
["--mongodSetParameters={internalQueryFrameworkControl: trySbeEngine}"],
["--mongodSetParameters={internalQueryFrameworkControl: trySbeRestricted}"],
["--additionalFeatureFlags=featureFlagSbeFull"],
]:
resmoke_invocations.append(["--suite", suites[0], *framework_control])