[ARVADOS] updated: 46ab8685bda121f07f356bc42407f4bf7b10bac7

git at public.curoverse.com git at public.curoverse.com
Mon Jun 16 10:57:50 EDT 2014


Summary of changes:
 services/api/test/fixtures/repositories.yml        |   4 ++--
 .../arvados/v1/commits_controller_test.rb          |   2 +-
 .../api/test/integration/crunch_dispatch_test.rb   |   4 ++--
 services/api/test/test.git.tar                     | Bin 112640 -> 153600 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

       via  46ab8685bda121f07f356bc42407f4bf7b10bac7 (commit)
      from  783343e5aca00f730315d943cecf74e4277a38e7 (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 46ab8685bda121f07f356bc42407f4bf7b10bac7
Author: Tim Pierce <twp at curoverse.com>
Date:   Mon Jun 16 10:56:44 2014 -0400

    2934: add crunch_dispatch_test repository
    
    Move files for crunch_dispatch_test to their own test fixture
    repository.
    
    Refs #2934.

diff --git a/services/api/test/fixtures/repositories.yml b/services/api/test/fixtures/repositories.yml
index d694dc7..80682a3 100644
--- a/services/api/test/fixtures/repositories.yml
+++ b/services/api/test/fixtures/repositories.yml
@@ -1,7 +1,7 @@
-bar:
+crunch_dispatch_test:
   uuid: zzzzz-s0uqq-382brsig8rp3665
   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz # active user
-  name: bar
+  name: crunch_dispatch_test
 
 foo:
   uuid: zzzzz-s0uqq-382brsig8rp3666
diff --git a/services/api/test/functional/arvados/v1/commits_controller_test.rb b/services/api/test/functional/arvados/v1/commits_controller_test.rb
index 955b1f1..dcc6a63 100644
--- a/services/api/test/functional/arvados/v1/commits_controller_test.rb
+++ b/services/api/test/functional/arvados/v1/commits_controller_test.rb
@@ -16,7 +16,7 @@ class Arvados::V1::CommitsControllerTest < ActionController::TestCase
 
   #test "test_branch1" do
     a = Commit.find_commit_range(users(:active), nil, nil, 'master', nil)
-    assert_equal ['077ba2ad3ea24a929091a9e6ce545c93199b8e57'], a
+    assert_equal ['f35f99b7d32bac257f5989df02b9f12ee1a9b0d6', '077ba2ad3ea24a929091a9e6ce545c93199b8e57'], a
 
   #test "test_branch2" do
     a = Commit.find_commit_range(users(:active), 'foo', nil, 'b1', nil)
diff --git a/services/api/test/integration/crunch_dispatch_test.rb b/services/api/test/integration/crunch_dispatch_test.rb
index 4abdcce..ee1bd9f 100644
--- a/services/api/test/integration/crunch_dispatch_test.rb
+++ b/services/api/test/integration/crunch_dispatch_test.rb
@@ -28,8 +28,8 @@ class CrunchDispatchTest < ActionDispatch::IntegrationTest
       format: "json",
       job: {
         script: "log",
-        repository: "bar",
-        script_version: "143fec09e988160673c63457fa12a0f70b5b8a26",
+        repository: "crunch_dispatch_test",
+        script_version: "f35f99b7d32bac257f5989df02b9f12ee1a9b0d6",
         script_parameters: "{}"
       }
     }, auth(:admin)
diff --git a/services/api/test/test.git.tar b/services/api/test/test.git.tar
index 589f18c..6845160 100644
Binary files a/services/api/test/test.git.tar and b/services/api/test/test.git.tar differ

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list