Skip to content

Commit 9442668

Browse files
committed
Bug#31893901 ADD GLOBAL MTR SUPPRESSION FOR IP ADDRESS ... COULD NOT BE RESOLVED
The server run by MTR on PB2 sometimes gets contacted by foreign clients. Ignore warnings about not being able to resolve the IP address. Change-Id: Ia288385f6a76943534926c4e5a3f56c6fa4655e0
1 parent 3b95397 commit 9442668

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mysql-test/include/mtr_warnings.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
1+
-- Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
22
--
33
-- This program is free software; you can redistribute it and/or modify
44
-- it under the terms of the GNU General Public License, version 2.0,
@@ -218,6 +218,10 @@ INSERT INTO global_suppressions VALUES
218218
("==[0-9]*== Warning: invalid file descriptor -1 in syscall write()"),
219219
("==[0-9]*== Warning: invalid file descriptor -1 in syscall read()"),
220220

221+
/* Suppress warnings caused by foreign clients, see Bug#31893901 */
222+
223+
("IP address .* could not be resolved.*"),
224+
221225
/*
222226
Transient network failures that cause warnings on reconnect.
223227
BUG#47743 and BUG#47983.

0 commit comments

Comments
 (0)