[ARVADOS] updated: e35ed29187d83ebd4cbc493b9251119013825ac1

git at public.curoverse.com git at public.curoverse.com
Wed Apr 9 15:35:45 EDT 2014


Summary of changes:
 services/api/test/fixtures/jobs.yml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

       via  e35ed29187d83ebd4cbc493b9251119013825ac1 (commit)
      from  71b0d0fb51e3c54a7959f51fd4dbf523fbaf57db (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 e35ed29187d83ebd4cbc493b9251119013825ac1
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Apr 9 15:34:16 2014 -0400

    api: Give all Job fixtures script_versions.
    
    Workbench tries to call to_sym on these versions, and hiccups if it's
    nil.  This makes it easier to run integration tests, whether
    automatically or by hand.

diff --git a/services/api/test/fixtures/jobs.yml b/services/api/test/fixtures/jobs.yml
index edc64bd..a349229 100644
--- a/services/api/test/fixtures/jobs.yml
+++ b/services/api/test/fixtures/jobs.yml
@@ -6,6 +6,7 @@ running:
   cancelled_by_client_uuid: ~
   started_at: <%= 3.minute.ago.to_s(:db) %>
   finished_at: ~
+  script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
   running: true
   success: ~
   output: ~
@@ -27,6 +28,7 @@ running_cancelled:
   cancelled_by_client_uuid: zzzzz-ozdt8-obw7foaks3qjyej
   started_at: <%= 3.minute.ago.to_s(:db) %>
   finished_at: ~
+  script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
   running: true
   success: ~
   output: ~

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list