Skip to content

Commit 330f44e

Browse files
Dmitry Shulgadahlerlend
authored andcommitted
Bug#29438485 -- INCORRECT PARSING OF BIND-ADDRESS OPTION IN CASE NO VALUE IS SET FOR NAMESPACE
Follow-up patch to re-record result file of the test network_namespace.network_namespace_errors Reviewed-by: Thayumanavar Sachithanantham <[email protected]>
1 parent bfc1a41 commit 330f44e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql-test/suite/network_namespace/r/network_namespace_errors.result

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Pattern "ERROR.*Server.*Invalid value for command line option bind-addresses: ':
1212
Pattern "ERROR.*Server.*Invalid value for command line option admin-address: '\*/red'" found
1313
Pattern "ERROR.*Server.*Invalid value for command line option admin-address: '0.0.0.0/red'" found
1414
Pattern "ERROR.*Server.*Invalid value for command line option admin-address: '::/red'" found
15+
Pattern "ERROR.*Server.*Invalid value for command line option bind-addresses: '127.0.0.1/'" found
16+
Pattern "ERROR.*Server.*Invalid value for command line option bind-addresses: '127.0.0.1/,localhost'" found
17+
Pattern "ERROR.*Server.*Invalid value for command line option admin-address: '127.0.0.1/'" found
1518
# Try specifying incorrect values to --mysqlx-bind-address
1619
# restart: --log-error=MYSQLD_LOG --mysqlx-bind-address=10.0.2.1/green
1720
Pattern "ERROR.*Server.*Unknown network namespace 'green'" found

0 commit comments

Comments
 (0)