X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12bfd7a65c6635a882cb2e5e419321db100b9d56..511ff9e86f2655e816f07f53401b911927d5f3e4:/services/api/test/unit/collection_performance_test.rb diff --git a/services/api/test/unit/collection_performance_test.rb b/services/api/test/unit/collection_performance_test.rb index 1c6e4f2db2..475202058e 100644 --- a/services/api/test/unit/collection_performance_test.rb +++ b/services/api/test/unit/collection_performance_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'test_helper' require 'helpers/manifest_examples' require 'helpers/time_block' @@ -17,8 +21,7 @@ class CollectionModelPerformanceTest < ActiveSupport::TestCase end # "crrud" == "create read render update delete", not a typo - test "crrud cycle for a collection with a big manifest)" do - slow_test + slow_test "crrud cycle for a collection with a big manifest)" do bigmanifest = time_block 'make example' do make_manifest(streams: 100, files_per_stream: 100, @@ -44,7 +47,7 @@ class CollectionModelPerformanceTest < ActiveSupport::TestCase c.signed_manifest_text end time_block 'sign + render' do - resp = c.as_api_response(nil) + c.as_api_response(nil) end loc = Blob.sign_locator(Digest::MD5.hexdigest('foo') + '+3', api_token: api_token(:active))