Method: DeepTest::Distributed::TestServer#spawn_worker_server

Defined in:
lib/deep_test/distributed/test_server.rb

#spawn_worker_server(options) ⇒ Object



14
15
16
17
18
19
# File 'lib/deep_test/distributed/test_server.rb', line 14

def spawn_worker_server(options)
  DeepTest.logger.debug("mirror spawn_worker_server for #{options.origin_hostname}")
  RemoteWorkerServer.start(URI.parse(@config[:uri]).host,
                           options.mirror_path(@config[:work_dir]),
                           TestServerWorkers.new(options, @config, DRbClientConnectionInfo.new))
end