9617: Added one more invalid constraint case to the tests, also check for container_u...
[arvados.git] / services / api / test / unit / collection_performance_test.rb
index 075b4c542b0b2c5a48ba78a2353babbc093fa745..1c6e4f2db2c0dfafcde3d7fba519fe8e4431cf6b 100644 (file)
@@ -18,6 +18,7 @@ class CollectionModelPerformanceTest < ActiveSupport::TestCase
 
   # "crrud" == "create read render update delete", not a typo
   test "crrud cycle for a collection with a big manifest)" do
+    slow_test
     bigmanifest = time_block 'make example' do
       make_manifest(streams: 100,
                     files_per_stream: 100,
@@ -33,6 +34,7 @@ class CollectionModelPerformanceTest < ActiveSupport::TestCase
         c.check_signatures
       end
       time_block 'check signatures + save' do
+        c.instance_eval do @signatures_checked = false end
         c.save!
       end
       c = time_block 'read' do