Skip to content

Commit 72a822f

Browse files
committed
MDEV-11766 Tests failed in buildbot with semaphore waiting warnings
The standalone warning is not a sign of a problem, just of slowness, so it should be added to global suppressions. If a real problem happens, there will be other errors
1 parent 5e42c95 commit 72a822f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4797,6 +4797,7 @@ ($$)
47974797
qr/InnoDB: Error: table `test`.`t[12]` .*does not exist in the InnoDB internal/,
47984798
qr/InnoDB: Warning: Setting innodb_use_sys_malloc/,
47994799
qr/InnoDB: Warning: a long semaphore wait:/,
4800+
qr/InnoDB: Warning: Writer thread is waiting this semaphore:/,
48004801
qr/Slave: Unknown table 't1' .* 1051/,
48014802
qr/Slave SQL:.*(Internal MariaDB error code: [[:digit:]]+|Query:.*)/,
48024803
qr/slave SQL thread aborted/,

0 commit comments

Comments
 (0)