Sha256: 042de33db2eeb5ff17f7fc16a7cb9845560803b3417c6d4cbee485cedbb0d7a9

Contents?: true

Size: 1.1 KB

Versions: 7338

Compression:

Stored size: 1.1 KB

Contents

require 'drb/drb'
RSpec::Support.require_rspec_core "formatters/base_bisect_formatter"

module RSpec
  module Core
    module Formatters
      # Used by `--bisect`. When it shells out and runs a portion of the suite, it uses
      # this formatter as a means to have the status reported back to it, via DRb.
      #
      # Note that since DRb calls carry considerable overhead compared to normal
      # method calls, we try to minimize the number of DRb calls for perf reasons,
      # opting to communicate only at the start and the end of the run, rather than
      # after each example.
      # @private
      class BisectDRbFormatter < BaseBisectFormatter
        def initialize(_output)
          drb_uri = "druby://localhost:#{RSpec.configuration.drb_port}"
          @bisect_server = DRbObject.new_with_uri(drb_uri)
          RSpec.configuration.files_or_directories_to_run = @bisect_server.files_or_directories_to_run
          super(Set.new(@bisect_server.expected_failures))
        end

        def notify_results(results)
          @bisect_server.latest_run_results = results
        end
      end
    end
  end
end

Version data entries

7,338 entries across 7,273 versions & 88 rubygems

Version Path
primary_connect_proto-0.9.0 vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb
primary_connect_proto-0.8.2 vendor/bundle/ruby/2.7.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb
primary_connect_proto-0.8.1 vendor/bundle/ruby/2.7.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb
primary_connect_proto-0.8.0 vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha169 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha168 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha167 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha166 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha165 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-oathkeeper-client-0.38.25.beta1 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha164 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha163 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha162 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha161 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha160 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha159 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha158 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha157 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha156 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb
ory-client-0.0.1.alpha155 vendor/bundle/ruby/2.5.0/gems/rspec-core-3.11.0/lib/rspec/core/formatters/bisect_drb_formatter.rb