X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/400210f8c9d8b111a3efdaa76c8be579ea5666cb..be28c5f528a93ee32eef4c1dc2d0872cb718b29f:/services/keepstore/trash_worker_test.go diff --git a/services/keepstore/trash_worker_test.go b/services/keepstore/trash_worker_test.go index bd3743090a..2b1ee2be13 100644 --- a/services/keepstore/trash_worker_test.go +++ b/services/keepstore/trash_worker_test.go @@ -9,6 +9,7 @@ import ( "context" "time" + "git.arvados.org/arvados.git/sdk/go/ctxlog" "github.com/prometheus/client_golang/prometheus" check "gopkg.in/check.v1" ) @@ -291,7 +292,7 @@ func (s *HandlerSuite) performTrashWorkerTest(c *check.C, testData TrashWorkerTe } } } - go RunTrashWorker(s.handler.volmgr, s.cluster, trashq) + go RunTrashWorker(s.handler.volmgr, ctxlog.TestLogger(c), s.cluster, trashq) // Install gate so all local operations block until we say go gate := make(chan struct{})