Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vadiminshakov committed Dec 18, 2023
1 parent 4902161 commit dd74ea7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ func Test_3PC_6NODES_COORDINATOR_FAILURE_ON_PRECOMMIT_ONE_FOLLOWER_FAILED(t *tes
for key, val := range testtable {
md := metadata.Pairs("blockcommit", "1000ms")
ctx := metadata.NewOutgoingContext(context.Background(), md)
_, err := c.Put(ctx, key, val)
failfast(err)
c.Put(ctx, key, val) // nolint:errcheck
}

time.Sleep(3 * time.Second)
Expand Down

0 comments on commit dd74ea7

Please sign in to comment.