~percona-core/percona-xtrabackup/2.0

« back to all changes in this revision

Viewing changes to test/t/bug1007446.sh

  • Committer: jenkins at percona
  • Date: 2013-01-09 04:53:38 UTC
  • mfrom: (487.2.1 xb-2.0-lp1007446)
  • Revision ID: jenkins@jenkins.percona.com-20130109045338-0ljd6q71d3z9xni5
MergeĀ lp:~gl-az/percona-xtrabackup/2.0-bug1007446

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
############################################################################
 
2
# Bug #1007446: innobackupex should remove stale xtrabackup_suspended file
 
3
############################################################################
 
4
 
 
5
. inc/common.sh
 
6
 
 
7
start_server
 
8
 
 
9
echo "" > $MYSQLD_TMPDIR/xtrabackup_suspended
 
10
 
 
11
mkdir -p $topdir/backup
 
12
innobackupex --stream=tar $topdir/backup > /dev/null
 
13
 
 
14
grep -q "A left over instance of suspend file" $OUTFILE