From 8af390e8be22ae8a68a23f77ba61ab39f5f2081c Mon Sep 17 00:00:00 2001 From: Frank Cizmich Date: Wed, 21 Jan 2015 16:42:22 -0200 Subject: [PATCH] fixed gtid_parallelreplication test --- t/pt-slave-restart/gtid_parallelreplication.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-slave-restart/gtid_parallelreplication.t b/t/pt-slave-restart/gtid_parallelreplication.t index 439870f4..de5276c7 100644 --- a/t/pt-slave-restart/gtid_parallelreplication.t +++ b/t/pt-slave-restart/gtid_parallelreplication.t @@ -49,7 +49,7 @@ my $output=`$trunk/bin/pt-slave-restart --run-time=1s -h 127.0.0.1 -P 12346 -u m like( $output, - qr/It is impossible to skip transactions properly./, + qr/Cannot skip transactions properly.*slave_parallel_workers/, "pt-slave-restart exits with multiple replication threads" );