List:Commits« Previous MessageNext Message »
From:rsomla Date:June 29 2007 10:02am
Subject:bk commit into 5.2 tree (rafal:1.2547)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of rafal. When rafal does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-06-29 12:02:44+02:00, rafal@quant.(none) +1 -0
  WL#3327: When backup system works, it reports errors and warnings to 
  server's error log. In tests it doesn't always mean that the test has 
  failed.
  
  This patch causes the test system to ignore error and warnings from 
  backup system. Backup related test scripts will have to use other 
  methods to detect errors (similar like replication tests using 
  SHOW SLAVE STATUS).

  mysql-test/lib/mtr_report.pl@stripped, 2007-06-29 12:02:42+02:00, rafal@quant.(none) +1 -0
    Don't consider errors and warnings output by backup system as test 
    problems.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	rafal
# Host:	quant.(none)
# Root:	/ext/mysql/bk/backup/alpha

--- 1.50/mysql-test/lib/mtr_report.pl	2007-06-29 12:02:48 +02:00
+++ 1.51/mysql-test/lib/mtr_report.pl	2007-06-29 12:02:48 +02:00
@@ -344,6 +344,7 @@
 		/Slave: The incident LOST_EVENTS occured on the master/ or
 		/Slave: Unknown error.* 1105/ or
 		/Slave: Can't drop database.* database doesn't exist/ or
+		/Backup:/ or /Restore:/ or
 		/Sort aborted/ or
 		/Time-out in NDB/ or
 		/Warning:\s+One can only use the --user.*root/ or
Thread
bk commit into 5.2 tree (rafal:1.2547)rsomla29 Jun