Merge branch 'master' into 3762-delete-list-worker
[arvados.git] / services / keepstore / handler_test.go
index 05b410c97dd28c74cdb5e4639c15572497975a89..9ad77bfba7d66aab717dc1fbfd1dc37bc57a6edc 100644 (file)
@@ -545,6 +545,8 @@ func TestPullHandler(t *testing.T) {
        var user_token = "USER TOKEN"
        data_manager_token = "DATA MANAGER TOKEN"
 
+       pullq = NewWorkQueue()
+
        good_json := []byte(`[
                {
                        "locator":"locator_with_two_servers",
@@ -649,6 +651,8 @@ func TestTrashHandler(t *testing.T) {
        var user_token = "USER TOKEN"
        data_manager_token = "DATA MANAGER TOKEN"
 
+       trashq = NewWorkQueue()
+
        good_json := []byte(`[
                {
                        "locator":"block1",