Skip to content

Commit

Permalink
Initialize bisect queue after loading tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifmahfuz committed Apr 23, 2024
1 parent 1937530 commit 7b9f6f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/lib/minitest/queue/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ def grind_command
def bisect_command
invalid_usage! "Missing the FAILING_TEST argument." unless queue_config.failing_test

@queue = CI::Queue::Bisect.new(queue_url, queue_config)
Minitest.queue = queue
set_load_path
load_tests
@queue = CI::Queue::Bisect.new(queue_url, queue_config)
Minitest.queue = queue
populate_queue

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

0 comments on commit 7b9f6f3

Please sign in to comment.