mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
56b009412d
Bug#31030 rpl000015.test fails if $MYSQL_TCP_PORT != 3306 Note: This bug does not occur in MySQL 5.0 and up, because ChangeSet 1.2328.2.1 2006/11/27 for MySQL 5.0 prevents this. The 5.0 fix uses the environment variable DEFAULT_MASTER_PORT which is set by mysql-test-run.pl. mysql-test-run.pl in 4.1 does not set this variable. There are two alternatives: 1) Backport the 5.0 fix for this test including modifications to mysql-test-run.pl and mysql-test-run-shell. This is a not acceptable impact on an old MySQL version. 2) Fix the problem different than in 5.0 like in the current ChangeSet + do not apply these changes when upmerging to 5.0 mysql-test/r/rpl000015.result: Updated result mysql-test/t/disabled.def: Enable rpl000015 mysql-test/t/rpl000015.test: Unify the MASTER_PORT number
24 lines
1.2 KiB
Modula-2
24 lines
1.2 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarely.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : Comment test
|
|
#
|
|
# Don't use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
user_limits : Bug#23921 random failure of user_limits.test
|
|
im_life_cycle : Bug#27851: Instance manager test im_life_cycle fails randomly
|
|
im_daemon_life_cycle : Bug#20294: Instance manager tests fail randomly
|
|
im_options_set : Bug#20294: Instance manager tests fail randomly
|
|
im_options_unset : Bug#20294: Instance manager tests fail randomly
|
|
im_utils : Bug#20294: Instance manager tests fail randomly
|
|
grant_cache : Bug#32651: grant_cache.test fails
|
|
rpl_log : Bug#32653: rpl_log.test fails randomly
|
|
rpl_view : Bug#32654: rpl_view.test fails randomly
|
|
ndb_backup_print : Bug#32357: ndb_backup_print test fails sometimes in pushbuild
|
|
rpl_log_pos : Bug#8693 Test 'rpl_log_pos' fails sometimes
|
|
kill : Bug#29149 Test "kill" fails on Windows
|