[ARVADOS] updated: 1.3.0-727-g7e0a38f70
Git user
git at public.curoverse.com
Thu Apr 18 13:40:34 UTC 2019
Summary of changes:
lib/dispatchcloud/container/queue_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7e0a38f70392822f362bd94f9d9093554c8f351a (commit)
from d97f1f245c15cc04f10757505d5b41a1133a766f (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 7e0a38f70392822f362bd94f9d9093554c8f351a
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date: Thu Apr 18 09:40:28 2019 -0400
15002: Fixes container state transition check in test
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/lib/dispatchcloud/container/queue_test.go b/lib/dispatchcloud/container/queue_test.go
index 3c63fe51e..cf8848c3a 100644
--- a/lib/dispatchcloud/container/queue_test.go
+++ b/lib/dispatchcloud/container/queue_test.go
@@ -103,7 +103,7 @@ func (suite *IntegrationSuite) TestGetLockUnlockCancel(c *check.C) {
wg.Wait()
err = cq.Cancel(arvadostest.CompletedContainerUUID)
- c.Check(err, check.ErrorMatches, `.*State cannot change from Complete to Cancelled.*`)
+ c.Check(err, check.IsNil)
}
func (suite *IntegrationSuite) TestCancelIfNoInstanceType(c *check.C) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list