~sharan-monikantan/drizzle/crashme

« back to all changes in this revision

Viewing changes to tests/lib/modes/native/native_test_execution.py

  • Committer: M.Sharan Kumar
  • Date: 2012-08-07 05:23:43 UTC
  • mfrom: (2566.2.15 sysbench-readwrite)
  • Revision ID: sharan.monikantan@gmail.com-20120807052343-0v2c5k7l8ubxbytr
crash me initial branch
added:
  tests/lib/util/database_connect.py
  tests/lib/util/mailing_report.py
  tests/lib/util/sysbench_report.py
  tests/qp_tests/sysbench/sysbench_readwrite_test.py
modified:
  tests/lib/modes/native/native_test_execution.py
  tests/lib/opts/test_run_options.py
  tests/lib/server_mgmt/drizzled.py
  tests/lib/sys_mgmt/system_management.py
  tests/qp_tests/crashme/crashme_test.py
  tests/qp_tests/sysbench/sysbench_readonly_test.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
        test_module.servers = self.current_servers
71
71
        test_module.test_executor = self
72
72
        test_module.server_manager = self.server_manager
 
73
        test_module.mail_tgt = self.system_manager.variables['emailreporttgt']
 
74
        test_module.dsn_string = self.system_manager.variables['resultsdbdsn']
73
75
 
74
76
        # start our test
75
77
        self.time_manager.start(testcase_name,'test')