Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.3(EOL)
-
None
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
|
Attachments
Issue Links
- relates to
-
MDEV-14192 mariabackup.incremental_backup failed in buildbot with Failing assertion: byte_offset % OS_FILE_LOG_BLOCK_SIZE == 0
- Closed
-
MDEV-18025 Mariabackup fails to detect corrupted page_compressed=1 tables
- Closed
-
MDEV-18663 Tests : use --core-file if mariabackup output is redirected to a file
- Closed