Bug #90580 | rpl.rpl_transaction_write_set_extraction_savepoint test fails | ||
---|---|---|---|
Submitted: | 23 Apr 2018 17:29 | Modified: | 24 Apr 2018 11:37 |
Reporter: | Valeriy Kravchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Row Based Replication ( RBR ) | Severity: | S3 (Non-critical) |
Version: | 8.0.11 | OS: | Fedora (27) |
Assigned to: | CPU Architecture: | x86 | |
Tags: | rpl.rpl_transaction_write_set_extraction_savepoint, savepoint, test |
[23 Apr 2018 17:29]
Valeriy Kravchuk
[24 Apr 2018 3:08]
Erlend Dahl
rpl.rpl_transaction_write_set_extraction_savepoint was removed in 8.0.1, please check your setup.
[24 Apr 2018 11:37]
Valeriy Kravchuk
This test was, indded, a leftover of some older 8.0.x version: openxs@ao756:~/git/mysql-server$ ls -l ~/dbs/8.0/mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction* -rw-rw-r-- 1 openxs openxs 44 січ 26 2017 /home/openxs/dbs/8.0/mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction-master.opt -rw-rw-r-- 1 openxs openxs 44 гру 10 2015 /home/openxs/dbs/8.0/mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction_savepoint-master.opt -rw-rw-r-- 1 openxs openxs 2020 гру 10 2015 /home/openxs/dbs/8.0/mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction_savepoint.test -rw-rw-r-- 1 openxs openxs 44 січ 26 2017 /home/openxs/dbs/8.0/mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction-slave.opt -rw-rw-r-- 1 openxs openxs 5406 кві 19 15:32 /home/openxs/dbs/8.0/mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction.test It does NOT exist in current source code: openxs@ao756:~/git/mysql-server$ ls -l mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction* -rw-rw-r-- 1 openxs openxs 5406 кві 19 15:32 mysql-test/suite/rpl/t/rpl_transaction_write_set_extraction.test openxs@ao756:~/git/mysql-server$ The test rpl_transaction_write_set_extraction that exists needs debug binaries: openxs@ao756:~/dbs/8.0/mysql-test$ ./mtr rpl.rpl_transaction_write_set_extraction Logging: ./mtr rpl.rpl_transaction_write_set_extraction 2018-04-24T11:34:50.414220Z 0 [Warning] [MY-010139] [Server] Changed limits: max_open_files: 1024 (requested 8161) 2018-04-24T11:34:50.414362Z 0 [Warning] [MY-010142] [Server] Changed limits: table_open_cache: 431 (requested 4000) 2018-04-24T11:34:50.414808Z 0 [System] [MY-010116] [Server] /home/openxs/dbs/8.0/bin/mysqld (mysqld 8.0.11) starting as process 1150 MySQL Version 8.0.11 Checking supported features... - SSL connections supported Collecting tests... - adding combinations for rpl Checking leftover processes... Removing old var directory... Creating var directory '/home/openxs/dbs/8.0/mysql-test/var'... Installing system database... Using parallel: 1 ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009 rpl.rpl_transaction_write_set_extraction [ skipped ] Test needs debug binaries -------------------------------------------------------------------------- The servers were restarted 0 times Spent 0.000 of 51 seconds executing testcases Completed: All 0 tests were successful. 1 tests were skipped, 0 by the test itself. openxs@ao756:~/dbs/8.0/mysql-test$ To summarize, this was also my fault (assuming that dropping tests in the process of development is OK).