~davi/kewpie/qp-fixes

« back to all changes in this revision

Viewing changes to percona_tests/xtrabackup_main/bug733663_test.py

  • Committer: Patrick Crews
  • Date: 2012-02-01 21:50:18 UTC
  • mfrom: (103.1.1 kewpie)
  • Revision ID: gleebix@gmail.com-20120201215018-ecby526e4optolcj
Updated xtrabackup tests + code

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                shutil.rmtree(del_path)
45
45
 
46
46
    def test_bug733663(self):
 
47
            self.servers = servers
47
48
            innobackupex = test_executor.system_manager.innobackupex_path
48
49
            xtrabackup = test_executor.system_manager.xtrabackup_path
49
50
            master_server = servers[0] # assumption that this is 'master'
140
141
            self.assertEqual(output, expected_output, msg = "%s || %s" %(output, expected_output))
141
142
 
142
143
              
143
 
    def tearDown(self):
144
 
            server_manager.reset_servers(test_executor.name)
145