We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a0f90 commit b73e4dcCopy full SHA for b73e4dc
go/test/endtoend/vtgate/schematracker/sharded/st_sharded_test.go
@@ -85,7 +85,7 @@ func TestMain(m *testing.M) {
85
}
86
clusterInstance.VtGateExtraArgs = append(clusterInstance.VtGateExtraArgs,
87
vtutils.GetFlagVariantForTestsByVersion("--schema-change-signal", vtgateVer),
88
- "--vschema-ddl-authorized-users", "%")
+ vtutils.GetFlagVariantForTestsByVersion("--vschema-ddl-authorized-users", vtgateVer), "%")
89
clusterInstance.VtTabletExtraArgs = append(clusterInstance.VtTabletExtraArgs, "--queryserver-config-schema-change-signal")
90
91
if vtgateVer >= 16 && vttabletVer >= 16 {
0 commit comments