You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metamorphic: fix key format when running a single config
`RunOnce` takes the `KeyFormat` separately, but the one we pass is
derived from the flags, not the one that is passed to us from e.g.
`TestMetaCockroachKVs`. This change fixes this.
Note that when running the test normally, the top-level process passes
`--key-format` to the child process, so in that case it works out.
0 commit comments