Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-17 13:36:08 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-17 13:36:08 +0300
commit84d250f45e8779a9e800763acb93c36983a58ec9 (patch)
treefe591ef78fc2d239b1c586739dc399a2e23e562e
parent92f9636c7b27c0ef977c0788d3db0297094b8c1a (diff)
parentf81371633a0402e6f114647e2dbbe6941274aa7b (diff)
Merge branch 'ps-fix-flaky-TestPayloadBytes' into 'master'
log: Flakiness in TestPayloadBytes Closes #3918 See merge request gitlab-org/gitaly!4083
-rw-r--r--internal/log/log_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/log/log_test.go b/internal/log/log_test.go
index fcc3d0573..952af89c9 100644
--- a/internal/log/log_test.go
+++ b/internal/log/log_test.go
@@ -123,6 +123,8 @@ func TestPayloadBytes(t *testing.T) {
}
wg.Wait()
+ srv.GracefulStop()
+
entries := hook.AllEntries()
require.Len(t, entries, 4)
var unary, stream int