Class: HotCell::Fixtures::SlowBoot

Inherits:
Operation
  • Object
show all
Defined in:
lib/hot_cell/test_operations.rb

Overview

Hangs in the boot hook, which runs before the worker reports its operation.

Constant Summary

Constants inherited from Operation

Operation::READ_BYTES

Instance Method Summary collapse

Methods inherited from Operation

abstract_operation, abstract_operation?, before_fork, before_worker_boot, inherited, limits, operation, operation_name, #run_tool, unreadable

Instance Method Details

#perform(_inputs, _outputs) ⇒ Object



144
145
146
# File 'lib/hot_cell/test_operations.rb', line 144

def perform(_inputs, _outputs)
  {}
end