module Lhm::TestInvoker

Public Instance Methods

run(options = {}) click to toggle source
# File lib/lhm/test_support.rb, line 17
def run(options = {})
  normalize_options(options)
  set_session_lock_wait_timeouts
  @migrator.run
rescue => e
  Lhm.logger.error("LHM run failed with exception=#{e.class} message=#{e.message}")
  raise
end