Skip to content

Commit

Permalink
Merge #91226
Browse files Browse the repository at this point in the history
91226: batcheval: deflake `TestAddSSTableSSTTimestampToRequestTimestampRespectsClosedTS` r=erikgrinaker a=erikgrinaker

Flake introduced by #87264. `@tbg` Can you just quickly verify that this flake is expected given your Raft changes? Seems reasonable to me.

Resolves #91211.

Release note: None

Co-authored-by: Erik Grinaker <[email protected]>
  • Loading branch information
craig[bot] and erikgrinaker committed Nov 4, 2022
2 parents 01cfd27 + 4c79a49 commit 8a36b94
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 8a36b94

Please sign in to comment.