[ARVADOS] updated: 78343b453361dfc02c489d3711a72a58f38f2b93

git at public.curoverse.com git at public.curoverse.com
Fri Oct 31 16:10:41 EDT 2014


Summary of changes:
 apps/workbench/test/integration/dashboard_test.rb | 2 +-
 services/api/test/fixtures/pipeline_instances.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  78343b453361dfc02c489d3711a72a58f38f2b93 (commit)
      from  c00109a631beeca5a87b6073f05a13fefc69a0a1 (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 78343b453361dfc02c489d3711a72a58f38f2b93
Author: radhika <radhika at curoverse.com>
Date:   Fri Oct 31 16:09:39 2014 -0400

    4024: update fixture to set state to Complete for some of the finished pipelines.

diff --git a/apps/workbench/test/integration/dashboard_test.rb b/apps/workbench/test/integration/dashboard_test.rb
index dfdb729..05827c1 100644
--- a/apps/workbench/test/integration/dashboard_test.rb
+++ b/apps/workbench/test/integration/dashboard_test.rb
@@ -104,7 +104,7 @@ class DashboardTest < ActionDispatch::IntegrationTest
     ['user_with_5_finished_pipelines', 5, 0, 0, true],
     ['user_with_1_running_25_finished_pipelines', 25, 1, 0, true],
     ['active', 0, 1, 6, false],
-    ['admin', 35, 2, 8, true],
+    ['admin', 35, 2, 8, false],
   ].each do |user, num_finished, num_running, num_collections, exact_counts|
     test "dashboard recently finished pipelines panel for #{user} with #{num_finished} finished,
           #{num_running} running, #{num_collections} collections, #{exact_counts}" do
diff --git a/services/api/test/fixtures/pipeline_instances.yml b/services/api/test/fixtures/pipeline_instances.yml
index fc761c7..8cb3427 100644
--- a/services/api/test/fixtures/pipeline_instances.yml
+++ b/services/api/test/fixtures/pipeline_instances.yml
@@ -240,7 +240,7 @@ pipeline_<%=i%>_of_5:
 <% for i in 0..24 do %>
 pipeline_<%=i%>_of_25:
   name: pipeline_<%=i%>
-  state: Failed
+  state: <%= ((i%2)==1 ? 'Failed' : 'Complete') %>
   uuid: zzzzz-d1hrv-25finishedpi<%= i.to_s.rjust(3, '0') %>
   owner_uuid: zzzzz-tpzed-user025finished
   created_at: <%= i.hour.ago.to_s(:db) %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list