[ARVADOS] updated: 1.3.0-715-g0e13b30f1
Git user
git at public.curoverse.com
Wed Apr 17 21:23:20 UTC 2019
Summary of changes:
services/api/test/unit/container_test.rb | 3 +++
1 file changed, 3 insertions(+)
via 0e13b30f173cf03c856376bb534a20b9d07d643b (commit)
from 5e95c9b723e36cf80e0b9c1bf02206520503d4f1 (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 0e13b30f173cf03c856376bb534a20b9d07d643b
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Wed Apr 17 17:23:08 2019 -0400
15002: Test invalid state changes, too.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/api/test/unit/container_test.rb b/services/api/test/unit/container_test.rb
index ba8510d83..320774189 100644
--- a/services/api/test/unit/container_test.rb
+++ b/services/api/test/unit/container_test.rb
@@ -779,6 +779,9 @@ class ContainerTest < ActiveSupport::TestCase
[
[Container::Queued, {state: Container::Locked}],
+ [Container::Queued, {state: Container::Running}],
+ [Container::Queued, {state: Container::Complete}],
+ [Container::Queued, {state: Container::Cancelled}],
[Container::Queued, {priority: 123456789}],
[Container::Queued, {runtime_status: {'error' => 'oops'}}],
[Container::Queued, {cwd: '/'}],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list