[arvados] updated: 2.7.0-5474-g44c669a645

git repository hosting git at public.arvados.org
Wed Nov 29 20:49:39 UTC 2023


Summary of changes:
 services/api/app/models/arvados_model.rb           | 45 ++++++++++++++--------
 .../arvados/v1/collections_controller_test.rb      |  4 +-
 .../arvados/v1/groups_controller_test.rb           |  4 +-
 services/api/test/unit/container_request_test.rb   |  6 +--
 4 files changed, 37 insertions(+), 22 deletions(-)

       via  44c669a6457a36de3d0608d7639adc69c7d51424 (commit)
       via  63a3490793c0622e48f75b47fdce588333bfeb6a (commit)
       via  c3872e7a1c817cd39b702f694f70d34f28f7f472 (commit)
       via  9a7564ad178f10e0a528f237f4c3d5854a0f4538 (commit)
       via  ceb50311bd12b48985e8212921d914fa3e8051a0 (commit)
      from  442d78e1fb39f5d18f728f083e04f320ced44ebb (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 44c669a6457a36de3d0608d7639adc69c7d51424
Merge: 442d78e1fb 63a3490793
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Nov 29 15:49:27 2023 -0500

    Merge branch '21205-ensure-unique' refs #21205
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>


commit 63a3490793c0622e48f75b47fdce588333bfeb6a
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Nov 29 15:46:52 2023 -0500

    21205: Fix comment
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/test/unit/container_request_test.rb b/services/api/test/unit/container_request_test.rb
index e6abdc771b..d25c08a579 100644
--- a/services/api/test/unit/container_request_test.rb
+++ b/services/api/test/unit/container_request_test.rb
@@ -1131,7 +1131,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
     assert_equal ContainerRequest::Final, cr.state
     output_coll = Collection.find_by_uuid(cr.output_uuid)
     # Make sure the resulting output collection name include the original name
-    # plus the date
+    # plus the last 15 characters of uuid
     assert_not_equal output_name, output_coll.name,
                      "more than one collection with the same owner and name"
     assert output_coll.name.include?(output_name),

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list