[arvados] updated: 2.5.0-225-gba41b0250

git repository hosting git at public.arvados.org
Mon Mar 6 04:42:31 UTC 2023


Summary of changes:
 services/api/test/fixtures/containers.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ba41b025030022f6becf48f569d74c36f2a45ce4 (commit)
      from  2c0977ca3532844d67ddeec64cf198dca7b3763a (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 ba41b025030022f6becf48f569d74c36f2a45ce4
Author: Tom Clegg <tom at curii.com>
Date:   Sun Mar 5 23:18:02 2023 -0500

    20183: Fix test fixture.
    
    lsf test was relying on Rails to automatically reset "lockedcontainer"
    fixture priority to 0.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml
index 73b17280b..703d2aafb 100644
--- a/services/api/test/fixtures/containers.yml
+++ b/services/api/test/fixtures/containers.yml
@@ -81,7 +81,7 @@ locked:
   owner_uuid: zzzzz-tpzed-000000000000000
   state: Locked
   locked_by_uuid: zzzzz-gj3su-k9dvestay1plssr
-  priority: 2
+  priority: 0
   created_at: <%= 2.minute.ago.to_s(:db) %>
   updated_at: <%= 2.minute.ago.to_s(:db) %>
   modified_at: <%= 2.minute.ago.to_s(:db) %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list