1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Renaming a few mysql-test/suite/rpl/include/*.test files into *.inc

Builders:
- amd64-fedora-38-last-N-failed
- amd64-debian-10-last-N-failed
erroneously execute MTR for these files:

- rpl/include/rpl_extra_col_master.test
- rpl/include.rpl_binlog_max_cache_size.test
- rpl/include.rpl_charset.test

when these files are changed by a commit.
Changing their extension from *.test to *.inc to avoid this.
This commit is contained in:
Alexander Barkov
2024-06-03 13:56:59 +04:00
parent 14d9801cd3
commit 4ffeca643d
10 changed files with 7 additions and 7 deletions

View File

@ -3,5 +3,5 @@
--source include/not_windows.inc
--source include/have_binlog_format_mixed.inc
--source suite/rpl/include/rpl_binlog_max_cache_size.test
--source suite/rpl/include/rpl_binlog_max_cache_size.inc
--source include/rpl_end.inc