List:Commits« Previous MessageNext Message »
From:Chuck Bell Date:September 25 2008 1:17pm
Subject:RE: bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598
View as plain text  
Jorgen,

My, that is strange. I haven't changed the test or anything that would
affect the test. Indeed, the test file has .bak specified for all of the
backup images. 

The following is an excerpt from the test. As we can see, line #40 in the
test has the same name as what was specified on the BACKUP DATABASE command
above it.

--echo Perform backup
--replace_column 1 #
BACKUP DATABASE bup_backupdir TO 'bup_backupdir1.bak';

--echo Ensure backup image file went to the correct location
--echo $MYSQLTEST_DIR/backup/bup_backupdir.bak
--file_exists $MYSQLTEST_VARDIR/tmp/backup/bup_backupdir1.bak

I ran the test on my 64-bit Ubuntu and did not see the problem. Can you
repeat this and perhaps send me some of the logs?

Chuck 

> With this patch, backup_backupdir.test fails on line 40 on 
> Linux x86/64. 
> On this line, file_exists looks for a file with name 
> $MYSQL_VARDIR/tmp/backup/bup_backupdir1.bak. file_exists 
> fails because the filename is "bup_backupdir1.ba" - notice 
> the missing "k".

Thread
bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598Chuck Bell24 Sep
  • Re: bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598Jørgen Løland25 Sep
    • RE: bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598Chuck Bell25 Sep
      • Re: bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598Jørgen Løland25 Sep
        • RE: bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598Chuck Bell25 Sep
RE: bzr commit into mysql-6.0-rpl branch (cbell:2696) Bug#39598Chuck Bell29 Sep