~brianaker/drizzle/libevent-update

« back to all changes in this revision

Viewing changes to tests/qp_tests/sysbench/sysbench_readwrite_test.py

  • Committer: Continuous Integration
  • Date: 2012-09-12 06:20:20 UTC
  • mfrom: (2588.1.4 drizzle-sysbench)
  • Revision ID: ci@drizzle.org-20120912062020-ahh66trq3wwiq8jd
MergeĀ lp:~patrick-crews/drizzle/sysbench-work

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
        # defining the test command
55
55
        master_server = servers[0]
56
 
        self.config_name = 'innodb_1000K_readonly'
 
56
        self.config_name = 'innodb_1000K_readwrite'
57
57
        test_cmd = [ "sysbench"
58
58
                   , "--max-time=240"
59
59
                   , "--max-requests=0"
75
75
            test_cmd.append("--mysql-socket=%s" %master_server.socket_file)
76
76
 
77
77
        # preparing sysbench_readonly test
 
78
        time.sleep(20)
78
79
        self.prepareSysbench(test_cmd,test_executor,servers)
79
80
 
80
81
        # start the test!