~davi/kewpie/qp-fixes

« back to all changes in this revision

Viewing changes to percona_tests/xtrabackup_main/tar4ibd_symlink_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:
45
45
 
46
46
    def test_ib_stream(self):
47
47
            """Tests for tar4ibd + symlinks (bug #387587)"""
 
48
            self.servers = servers
48
49
            innobackupex = test_executor.system_manager.innobackupex_path
49
50
            xtrabackup = test_executor.system_manager.xtrabackup_path
50
51
            master_server = servers[0] # assumption that this is 'master'
148
149
            self.assertEqual(output, expected_output, msg = "%s || %s" %(output, expected_output))
149
150
 
150
151
              
151
 
    def tearDown(self):
152
 
            server_manager.reset_servers(test_executor.name)
153