[MDEV-18653] mariabackup.unencrypted_page_compressed failed in buildbot with wrong error Created: 2019-02-20  Updated: 2023-04-27

Status: Open
Project: MariaDB Server
Component/s: mariabackup, Tests
Affects Version/s: 10.3
Fix Version/s: 10.4

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Marko Mäkelä
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-14192 mariabackup.incremental_backup failed... Closed
relates to MDEV-18025 Mariabackup fails to detect corrupted... Closed
relates to MDEV-18663 Tests : use --core-file if mariabacku... Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/win32-debug/builds/12063

mariabackup.unencrypted_page_compressed  w3 [ fail ]
        Test ended at 2019-01-14 08:38:28
 
CURRENT_TEST: mariabackup.unencrypted_page_compressed
mysqltest: At line 41: command "$XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --target-dir=$targetdir > $backuplog" failed with wrong error: 255
 
The result from queries just before the failure was:
call mtr.add_suppression("InnoDB: Table `test`.`t1` has an unreadable root page");
SET GLOBAL innodb_purge_rseg_truncate_frequency = 1;
CREATE TABLE t1 (a INT AUTO_INCREMENT PRIMARY KEY, b TEXT, c char(200)) ENGINE=InnoDB page_compressed=yes;
insert into t1(b, c) values("mariadb", "mariabackup");
InnoDB		0 transactions not purged
# Corrupt the table
# xtrabackup backup



 Comments   
Comment by Marko Mäkelä [ 2019-02-20 ]

Exit code 255 on Windows is a sign of crash. It would typically correspond to 134 (128 + SIGABRT) or 139 (128 + SIGSEGV) on Linux.

This is a test for MDEV-18025. It revealed wrong usage of a zlib function, which would cause failures depending on zlib version, and was subsequently fixed by me as a follow-up commit to MDEV-18025.

Unfortunately, we do not save the output of failed the command anywhere, and it seems nontrivial to modify the test to output the log in case of befailure.

An educated guess is that this failure might be a duplicate of MDEV-14192, which occurs every now and then on mariabackup tests.

Comment by Thirunarayanan Balathandayuthapani [ 2019-09-12 ]

Could be related to MDEV-14192. So assigning to vlad.lesin

Generated at Thu Feb 08 08:45:44 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.