Skip to content

Commit ac98764

Browse files
author
Karolina Szczepankiewicz
committed
WL#13959 Remove relay_log_info_repository and master_info_repository -
step 3 Modify tests using FILE type of repostiories Change-Id: I99143ba02dfba6c661cf9c2dd7694c1b816e1e82
1 parent a1233bb commit ac98764

File tree

196 files changed

+426
-2937
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+426
-2937
lines changed

Diff for: mysql-test/collections/default.weekly

-4
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,6 @@ perl mysql-test-run.pl --timer --force --no-skip --testcase-timeout=60 --debug-s
164164
# Rpl suite with MTA replica-parallel-type=logical_clock and replica-preserve-commit-order=0
165165
perl mysql-test-run.pl --debug-server --timer --force --big-test --testcase-timeout=60 --comment=rpl-mta-lc-norpco --vardir=var-rpl-mta-lc-norpco --mysqld=--replica-parallel-workers=4 --mysqld=--replica-parallel-type=logical_clock --mysqld=--replica-preserve-commit-order=0 --do-suite=rpl --no-skip
166166

167-
# relay-log-info-repository
168-
perl mysql-test-run.pl --debug-server --force --timer --big-test --testcase-timeout=60 --comment=rpl_relay_log_info_file --vardir=var-rpl_relay_log_info_file --do-suite=rpl --mysqld=--relay-log-info-repository=FILE --no-skip
169-
perl mysql-test-run.pl --debug-server --force --timer --big-test --testcase-timeout=60 --comment=rpl_master_info_file --vardir=var-rpl_master_info_file --do-suite=rpl --mysqld=--master-info-repository=FILE --no-skip
170-
171167
# RPL suite + MTS + WRITESET + LOGICAL_CLOCK with binlog compression turned ON.
172168
perl mysql-test-run.pl --debug-server --timer --force --big-test --testcase-timeout=60 --comment=replication_compression_mts_lc_ws --vardir=var-rpl-comp-mts-lc-ws --mysqld=--replica_parallel_type=LOGICAL_CLOCK --mysqld=--replica_parallel_workers=4 --mysqld=--binlog-format=ROW --mysqld=--binlog-transaction-dependency-tracking=WRITESET --mysqld=--binlog-transaction-compression=ON --do-suite=rpl --no-skip
173169

Diff for: mysql-test/extra/rpl_tests/mts_spco_generate_deadlock.inc

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
#
102102

103103
--source include/have_debug_sync.inc
104-
--source include/have_slave_repository_type_table.inc
105104

106105
if ($mts_spco_gd_trx_blocking_worker_1 == '')
107106
{

Diff for: mysql-test/extra/rpl_tests/restart_slave_with_custom_connection_info_repo_file.inc

-71
This file was deleted.

0 commit comments

Comments
 (0)