Skip to content

Commit

Permalink
Fix mismatch between test IDs in order reporter and in-memory lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifmahfuz committed Mar 22, 2024
1 parent cfb741e commit 8bd4725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby/lib/ci/queue/static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ def retry_queue

def populate(tests, random: nil)
@index = tests.map { |t| [t.id, t] }.to_h
puts "Loaded tests:"
@index.each do |key, value|
puts "#{key}: #{value.inspect}"
end
self
end

Expand Down

0 comments on commit 8bd4725

Please sign in to comment.