Browse Source

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)
pull/3962/head
Daniel Black 7 months ago
committed by Sergei Golubchik
parent
commit
690b2cf776
  1. 3
      mysql-test/suite/archive/archive-big.test

3
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

Loading…
Cancel
Save