ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

AG: TestChunkWrite#test_query_flood unit test fails but is not reflected in the final result #146

Closed alexskr closed 6 months ago

alexskr commented 11 months ago

When running unit tests with AllegroGraph backend TestChunkWrite::TestChunkWrite#test_query_flood seem to fail with slice_loading_size=10 and complete without any errors slice_loading_size=5 and 20; However, those failures are not reflected in the final result of the unit test tun

bundle exec rake test:docker:ag TESTOPTS="-v" TEST='./test/test_chunks_write.rb'
...

# Running tests:

running test with slice_loading_size=1
TestChunkWrite::TestChunkWrite#test_query_flood = 27.58 s = .
TestChunkWrite::TestChunkWrite#test_reentrant_queries = 0.00 s = S
TestChunkWrite::TestChunkWrite#test_put_data = 57.08 s = .
TestChunkWrite::TestChunkWrite#test_put_delete_data = Starting deletion
Deletion complete
21.55 s = .

running test with slice_loading_size=5
TestChunkWrite::TestChunkWrite#test_put_delete_data = Starting deletion
Deletion complete
20.27 s = .
TestChunkWrite::TestChunkWrite#test_put_data = 20.50 s = .
TestChunkWrite::TestChunkWrite#test_query_flood = 25.55 s = .
TestChunkWrite::TestChunkWrite#test_reentrant_queries = 0.00 s = S

running test with slice_loading_size=10
TestChunkWrite::TestChunkWrite#test_put_data = #<Thread:0x0000000115870080 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115883b58 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158701e8 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115871408 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115883db0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870490 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115871020 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115883478 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115883c70 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870328 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115871160 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870710 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158838b0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158835e0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870c60 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158705d0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115883f18 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158709b8 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870b20 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115883720 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870ee0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158712c8 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870878 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x00000001158839f0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
#<Thread:0x0000000115870da0 ./goo/test/test_chunks_write.rb:144 run> terminated with exception (report_on_exception is true):
Traceback (most recent call last):
    6: from ./goo/test/test_chunks_write.rb:145:in `block (2 levels) in test_query_flood'
    5: from ./goo/test/test_chunks_write.rb:145:in `times'
    4: from ./goo/test/test_chunks_write.rb:147:in `block (3 levels) in test_query_flood'
    3: from ./goo/test/test_chunks_write.rb:147:in `each'
    2: from ./goo/test/test_chunks_write.rb:148:in `block (4 levels) in test_query_flood'
    1: from /.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:306:in `assert_operator'
/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/minitest-4.7.5/lib/minitest/unit.rb:195:in `assert': Expected 0 to be < 0. (MiniTest::Assertion)
22.31 s = .
TestChunkWrite::TestChunkWrite#test_query_flood = 25.71 s = .
TestChunkWrite::TestChunkWrite#test_reentrant_queries = 0.00 s = S
TestChunkWrite::TestChunkWrite#test_put_delete_data = Starting deletion
Deletion complete
47.67 s = .

running test with slice_loading_size=20
TestChunkWrite::TestChunkWrite#test_put_data = 22.69 s = .
TestChunkWrite::TestChunkWrite#test_put_delete_data = Starting deletion
Deletion complete
20.20 s = .
TestChunkWrite::TestChunkWrite#test_query_flood = 25.52 s = .
TestChunkWrite::TestChunkWrite#test_reentrant_queries = 0.00 s = S

Finished tests in 345.414297s, 0.0116 tests/s, 0.0116 assertions/s.

  1) Skipped:
TestChunkWrite::TestChunkWrite#test_reentrant_queries [./goo/test/test_chunks_write.rb:75]:
TODO: why does this test fail?

  2) Skipped:
TestChunkWrite::TestChunkWrite#test_reentrant_queries [./goo/test/test_chunks_write.rb:75]:
TODO: why does this test fail?

  3) Skipped:
TestChunkWrite::TestChunkWrite#test_reentrant_queries [./goo/test/test_chunks_write.rb:75]:
TODO: why does this test fail?

  4) Skipped:
TestChunkWrite::TestChunkWrite#test_reentrant_queries [./goo/test/test_chunks_write.rb:75]:
TODO: why does this test fail?

4 tests, 4 assertions, 0 failures, 0 errors, 4 skips