From 690b2cf776faa2e1a6832077cec2246c86cd00bf Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 20 Mar 2025 09:54:12 +1100 Subject: [PATCH] test: archive-big test too big for msan archive.archive-big w1 [ fail ] timeout after 900 seconds Test ended at 2025-03-19 22:27:30 Test case timeout after 900 seconds == /build/mysql-test/var/1/log/archive-big.log == CREATE TABLE t1(a BLOB) ENGINE=ARCHIVE; INSERT INTO t1 SELECT * FROM t1; ... == /build/mysql-test/var/1/tmp/analyze-timeout-mysqld.1.err == mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/build/mysql-test/var/tmp/1/mysqld.1.sock' (111) --- mysql-test/suite/archive/archive-big.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql-test/suite/archive/archive-big.test b/mysql-test/suite/archive/archive-big.test index fd59df66b43..8cd19b1d809 100644 --- a/mysql-test/suite/archive/archive-big.test +++ b/mysql-test/suite/archive/archive-big.test @@ -1,6 +1,7 @@ --source include/big_test.inc -# Valgrind is to slow for this test +# Valgrind and msan is to slow for this test --source include/not_valgrind.inc +--source include/not_msan.inc --source include/have_archive.inc CREATE TABLE t1(a BLOB) ENGINE=ARCHIVE; --disable_query_log