Skip to content

Commit

Permalink
follow up fix for #146
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Dec 19, 2023
1 parent 023852d commit 18062f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/test_chunks_write.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,17 @@ def test_query_flood
sleep(1.2)
end
}

assert_operator 0, :<, log_status.map { |x| x[:outstanding] }.max
assert_equal 16, log_status.map { |x| x[:running] }.max
end

threads.each do |t|
t.join
end
tput.join

if Goo.sparql_backend_name.downcase == BACKEND_4STORE
assert_operator 0, :<, log_status.map { |x| x[:outstanding] }.max
assert_equal 16, log_status.map { |x| x[:running] }.max
end
end

def self.params_for_backend(method, graph_name, ntriples_file_path = nil)
Expand Down

0 comments on commit 18062f0

Please sign in to comment.