Module: Lhm::TestInvoker
- Defined in:
- lib/lhm/test_support.rb
Instance Method Summary collapse
Instance Method Details
#run(options = {}) ⇒ Object
17 18 19 20 21 22 23 24 |
# File 'lib/lhm/test_support.rb', line 17 def run( = {}) () set_session_lock_wait_timeouts @migrator.run rescue => e Lhm.logger.error("LHM run failed with exception=#{e.class} message=#{e.message}") raise end |