From e0d615c264695360da84e0f246b072c77c05629f Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 12 Sep 2021 22:17:17 +0200 Subject: [PATCH] archiver: Fix TestArchiverAbortEarlyOnError test This can be caused when the test has uploaded four blobs, then queues two blobs for upload which are delayed. Then a seventh file can be opened which lead to a test failure. --- internal/archiver/archiver_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/archiver/archiver_test.go b/internal/archiver/archiver_test.go index 3bd4d630b..e18156ceb 100644 --- a/internal/archiver/archiver_test.go +++ b/internal/archiver/archiver_test.go @@ -1998,7 +1998,6 @@ func TestArchiverAbortEarlyOnError(t *testing.T) { filepath.FromSlash("dir/file2"): 1, filepath.FromSlash("dir/file3"): 1, filepath.FromSlash("dir/file4"): 1, - filepath.FromSlash("dir/file7"): 0, filepath.FromSlash("dir/file8"): 0, filepath.FromSlash("dir/file9"): 0, },