Skip to content

Commit

Permalink
wait repli
Browse files Browse the repository at this point in the history
  • Loading branch information
octu0 committed Jun 27, 2022
1 parent 11dcf96 commit 66c5b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repli/stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1815,13 +1815,17 @@ func testRepliStreamReciverRepliDestinationBehindSourceProcessing(t *testing.T)
Size: s4,
})

time.Sleep(100 * time.Millisecond)

if err := r.Stop(); err != nil {
t.Errorf("no error %+v", err)
}
if err := e.Stop(); err != nil {
t.Errorf("no error %+v", err)
}

time.Sleep(100 * time.Millisecond)

if src.countFileIds != 1 {
t.Errorf("fist access")
}
Expand Down

0 comments on commit 66c5b2d

Please sign in to comment.