[arvados] updated: 2.5.0-326-gf7192e8ef
git repository hosting
git at public.arvados.org
Fri Mar 31 15:17:00 UTC 2023
Summary of changes:
lib/controller/localdb/container_test.go | 5 -----
1 file changed, 5 deletions(-)
via f7192e8ef3d4dfee3a58d4645ea295acf6017926 (commit)
from ba0f1def68f8a42712175f123f12a8203731f2d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f7192e8ef3d4dfee3a58d4645ea295acf6017926
Author: Tom Clegg <tom at curii.com>
Date: Fri Mar 31 11:16:10 2023 -0400
20240: Don't accept/retry after deadlock in test case.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/controller/localdb/container_test.go b/lib/controller/localdb/container_test.go
index 30469bcc6..65d9fac5b 100644
--- a/lib/controller/localdb/container_test.go
+++ b/lib/controller/localdb/container_test.go
@@ -216,11 +216,6 @@ func (s *containerSuite) TestUpdatePriorityMultiLevelWorkflow(c *C) {
"priority": p,
},
})
- if err != nil && strings.Contains(err.Error(), "TRDeadlockDetected") {
- c.Logf("Deadlock detected (will retry): %q", err)
- time.Sleep(time.Duration(rand.Intn(int(time.Second / 4))))
- continue
- }
c.Check(err, IsNil)
break
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list