[ARVADOS] updated: dcf7f7d492830f11b58e691d127849c6781c8244
Git user
git at public.curoverse.com
Tue Aug 30 22:35:35 EDT 2016
Summary of changes:
apps/workbench/test/integration/container_requests_test.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
discards dcf55645168e3842002e7561b3b7749491d3b67b (commit)
via dcf7f7d492830f11b58e691d127849c6781c8244 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (dcf55645168e3842002e7561b3b7749491d3b67b)
\
N -- N -- N (dcf7f7d492830f11b58e691d127849c6781c8244)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 dcf7f7d492830f11b58e691d127849c6781c8244
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Aug 30 22:34:03 2016 -0400
9799: Update tests: non-admin user can see container assigned to committed CR.
diff --git a/apps/workbench/test/integration/container_requests_test.rb b/apps/workbench/test/integration/container_requests_test.rb
index cdb5c91..df6584e 100644
--- a/apps/workbench/test/integration/container_requests_test.rb
+++ b/apps/workbench/test/integration/container_requests_test.rb
@@ -75,7 +75,7 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
assert_text 'This workflow does not need any further inputs'
click_link "Run"
wait_for_ajax
- assert_text 'This container is committed'
+ assert_text 'This container is queued'
end
end
@@ -94,6 +94,6 @@ class ContainerRequestsTest < ActionDispatch::IntegrationTest
page.assert_no_selector 'a.disabled,button.disabled', text: 'Run'
click_link "Run"
wait_for_ajax
- assert_text 'This container is committed'
+ assert_text 'This container is queued'
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list