You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the below UNIXServer LoadError when I run minitest_bisect on Windows 10
$ minitest_bisect --seed 3377 spec/examples/test_file_spec.rb
<path>/Ruby26-x64/lib/ruby/2.6.0/drb/unix.rb:6:in `<top (required)>': UNIXServer is required (LoadError)
from <path>/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:85:in `require'
from <path>/Ruby26-x64/lib/ruby/site_ruby/2.6.0/rubygems/core_ext/kernel_require.rb:85:in `require'
from <path>/Ruby26-x64/lib/ruby/2.6.0/drb/drb.rb:804:in `auto_load'
from <path>/Ruby26-x64/lib/ruby/2.6.0/drb/drb.rb:772:in `open_server'
from <path>/Ruby26-x64/lib/ruby/2.6.0/drb/drb.rb:1403:in `initialize'
from <path>/Ruby26-x64/lib/ruby/2.6.0/drb/drb.rb:1715:in `new'
from <path>/Ruby26-x64/lib/ruby/2.6.0/drb/drb.rb:1715:in `start_service'
from <path>/Ruby26-x64/lib/ruby/gems/2.6.0/gems/minitest-server-1.0.6/lib/minitest/server.rb:15:in `run'
from <path>/Ruby26-x64/lib/ruby/gems/2.6.0/gems/minitest-bisect-1.5.1/lib/minitest/bisect.rb:77:in `run'
from <path>/Ruby26-x64/lib/ruby/gems/2.6.0/gems/minitest-bisect-1.5.1/lib/minitest/bisect.rb:58:in `run'
from <path>/Ruby26-x64/lib/ruby/gems/2.6.0/gems/minitest-bisect-1.5.1/bin/minitest_bisect:5:in `<top (required)>'
from <path>/Ruby26-x64/bin/minitest_bisect:27:in `load'
from <path>/Ruby26-x64/bin/minitest_bisect:27:in `<main>'
Added require 'minitest/bisect' in spec_helper.rb
I usually run unit test suite by bundle exec rake command and individual spec by bundle exec ruby spec/examples/test_file_spec.rb
zenspider
changed the title
UNIXServer LoadError when running minitest_bisect
UNIXServer LoadError when running minitest_bisect on windows
Oct 30, 2022
I am getting the below UNIXServer LoadError when I run minitest_bisect on Windows 10
Added
require 'minitest/bisect'
in spec_helper.rbI usually run unit test suite by
bundle exec rake
command and individual spec bybundle exec ruby spec/examples/test_file_spec.rb
Gem versions -
minitest v5.15.0
minitest-bisect v1.5.1
minitest-hooks v1.5.0
minitest-reporters v1.5.0
minitest-spec-context v0.0.4
My gemfile.lock
The text was updated successfully, but these errors were encountered: