Skip to content

Commit

Permalink
batcheval: deflake `TestAddSSTableSSTTimestampToRequestTimestampRespe…
Browse files Browse the repository at this point in the history
…ctsClosedTS`

Release note: None
  • Loading branch information
erikgrinaker committed Nov 4, 2022
1 parent 01cfd27 commit 4c79a49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/kv/kvserver/batcheval/cmd_add_sstable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,11 @@ func TestAddSSTableSSTTimestampToRequestTimestampRespectsClosedTS(t *testing.T)

ctx := context.Background()
si, _, db := serverutils.StartServer(t, base.TestServerArgs{
Knobs: base.TestingKnobs{},
Knobs: base.TestingKnobs{
Store: &kvserver.StoreTestingKnobs{
DisableCanAckBeforeApplication: true,
},
},
})
defer si.Stopper().Stop(ctx)
s := si.(*server.TestServer)
Expand Down

0 comments on commit 4c79a49

Please sign in to comment.