Skip to content

Commit

Permalink
Add test data reporter to bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifmahfuz committed May 6, 2024
1 parent 7bb8625 commit bff8b9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby/lib/minitest/queue/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ def bisect_command
load_tests
@queue = CI::Queue::Bisect.new(queue_url, queue_config)
Minitest.queue = queue
reporters = [
TestDataReporter.new(namespace: queue_config&.namespace),
]
Minitest.queue_reporters = reporters
populate_queue

step("Testing the failing test in isolation")
Expand Down

0 comments on commit bff8b9f

Please sign in to comment.