17 18 19 20 21 22 23 24
# 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