[ARVADOS] updated: 0030aceea911108449d67a785d802e894943b340
Git user
git at public.curoverse.com
Tue Feb 14 10:50:32 EST 2017
Summary of changes:
services/crunch-dispatch-local/crunch-dispatch-local_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0030aceea911108449d67a785d802e894943b340 (commit)
from 70f47bfdccdbdcc773225a94015bba2d2975d7f7 (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 0030aceea911108449d67a785d802e894943b340
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Feb 14 10:50:19 2017 -0500
10701: Update error text in test.
diff --git a/services/crunch-dispatch-local/crunch-dispatch-local_test.go b/services/crunch-dispatch-local/crunch-dispatch-local_test.go
index a72d65b..73013d1 100644
--- a/services/crunch-dispatch-local/crunch-dispatch-local_test.go
+++ b/services/crunch-dispatch-local/crunch-dispatch-local_test.go
@@ -116,7 +116,7 @@ func (s *MockArvadosServerSuite) Test_APIErrorUpdatingContainerState(c *C) {
apiStubResponses["/arvados/v1/containers/zzzzz-dz642-xxxxxxxxxxxxxx1"] =
arvadostest.StubResponse{500, string(`{}`)}
- testWithServerStub(c, apiStubResponses, "echo", "Error locking container zzzzz-dz642-xxxxxxxxxxxxxx1")
+ testWithServerStub(c, apiStubResponses, "echo", "error locking container zzzzz-dz642-xxxxxxxxxxxxxx1")
}
func (s *MockArvadosServerSuite) Test_ContainerStillInRunningAfterRun(c *C) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list