[MDEV-11765] parts.partition_exch_qa_10 failed in buildbot Created: 2017-01-11  Updated: 2022-09-08

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/xenial-amd64-valgrind/builds/287/steps/test/logs/stdio

parts.partition_exch_qa_10 'xtradb'      w4 [ fail ]
        Test ended at 2017-01-10 11:51:28
 
CURRENT_TEST: parts.partition_exch_qa_10
--- /home/buildbot/build/mysql-test/suite/parts/r/partition_exch_qa_10.result	2017-01-10 05:39:54.000000000 -0500
+++ /home/buildbot/build/mysql-test/suite/parts/r/partition_exch_qa_10.reject	2017-01-10 11:51:27.486819363 -0500
@@ -45,16 +45,16 @@
 ALTER TABLE tp EXCHANGE PARTITION p0 WITH TABLE t_10;
 SELECT * FROM t_10;
 a	b
-1	One
-3	Three
-5	Five
-9	Nine
-SELECT * FROM tp WHERE a BETWEEN 0 AND 9;
-a	b
 2	Two
 4	Four
 6	Six
 8	Eight
+SELECT * FROM tp WHERE a BETWEEN 0 AND 9;
+a	b
+1	One
+3	Three
+5	Five
+9	Nine
 SET @@global.event_scheduler= @save_event_scheduler;
 DROP TABLE IF EXISTS t_10;
 DROP TABLE IF EXISTS t_100;
 
mysqltest: Result content mismatch


Generated at Thu Feb 08 07:52:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.