[ARVADOS] updated: 6757824d984496469cd929cdbb62643c1cede7fd
Git user
git at public.curoverse.com
Fri Oct 7 13:42:26 EDT 2016
Summary of changes:
.../test/integration/application_layout_test.rb | 5 +++--
services/api/test/fixtures/container_requests.yml | 20 ++++++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
via 6757824d984496469cd929cdbb62643c1cede7fd (commit)
from e25a377ed38698cb3eebbd0f43b80a5276595240 (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 6757824d984496469cd929cdbb62643c1cede7fd
Author: radhika <radhika at curoverse.com>
Date: Fri Oct 7 13:40:34 2016 -0400
10078: Since we are not fetching components for pipeline instances (at least until the performance issues are resolved),
we will no longer see the running and queued jobs listed within each pipeline instance row in dashboard. Hence, update
test to look for these for a container request row instead of for a pipeline instance row.
diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index b0a842e..c4eb941 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -257,8 +257,9 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
within('.recent-processes') do
assert_text 'pipeline_with_job'
- within('.row-zzzzz-d1hrv-1yfj6xkidf2muk3') do
- assert_text 'foo'
+
+ within('.row-zzzzz-xvhdp-cr4runningcntnr') do
+ assert_text 'requester_for_running_cr'
end
assert_text 'zzzzz-d1hrv-twodonepipeline'
diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml
index 1daccda..acacf40 100644
--- a/services/api/test/fixtures/container_requests.yml
+++ b/services/api/test/fixtures/container_requests.yml
@@ -36,6 +36,26 @@ running:
vcpus: 1
ram: 123
+requester_for_running:
+ uuid: zzzzz-xvhdp-req4runningcntr
+ owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+ name: requester_for_running_cr
+ state: Committed
+ priority: 1
+ created_at: <%= 2.minute.ago.to_s(:db) %>
+ updated_at: <%= 2.minute.ago.to_s(:db) %>
+ modified_at: <%= 2.minute.ago.to_s(:db) %>
+ modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+ container_image: test
+ cwd: test
+ output_path: test
+ command: ["echo", "hello"]
+ container_uuid: zzzzz-dz642-logscontainer03
+ requesting_container_uuid: zzzzz-dz642-runningcontainr
+ runtime_constraints:
+ vcpus: 1
+ ram: 123
+
running_older:
uuid: zzzzz-xvhdp-cr4runningcntn2
owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list