From 803677d567a769f33d3e4f96d7310f7f12eb3f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Fri, 3 Dec 2021 20:04:50 +0200 Subject: Disable some failing tests (FIXME) FIXME: Correct the log_sys.get_sequence_bit() calculation. Possibly, introduce a "start LSN" field in the log file header (corresponding to a record that starts right after the 2 checkpoint blocks) and calculate the sequence bit based on the file size and the number of bytes written since then. --- mysql-test/suite/encryption/disabled.def | 1 + mysql-test/suite/innodb/disabled.def | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 mysql-test/suite/encryption/disabled.def diff --git a/mysql-test/suite/encryption/disabled.def b/mysql-test/suite/encryption/disabled.def new file mode 100644 index 00000000000..e3a4ab31482 --- /dev/null +++ b/mysql-test/suite/encryption/disabled.def @@ -0,0 +1 @@ +innodb_encrypt_log_corruption : MDEV-14425 TODO diff --git a/mysql-test/suite/innodb/disabled.def b/mysql-test/suite/innodb/disabled.def index 35c941f8af7..d8d18776498 100644 --- a/mysql-test/suite/innodb/disabled.def +++ b/mysql-test/suite/innodb/disabled.def @@ -11,3 +11,5 @@ ############################################################################## create-index-debug : MDEV-13680 InnoDB may crash when btr_page_alloc() fails +log_corruption : MDEV-14425 TODO +log_file_size : MDEV-14425 TODO -- cgit v1.2.1