mirror of https://github.com/mongodb/mongo
SERVER-115088 Fix buildscrips/golden_test.py clean-run-accept to handle featureFlagSbeFull (#45249)
GitOrigin-RevId: a7a712f92771f451d6ac6999b38378ca9d2b73ae
This commit is contained in:
parent
706cc808cd
commit
5111a71a19
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue