Skip to content

bug: mysql test case, issue1111 failed in nightly test #1296

@RingsC

Description

@RingsC

Have you read the Contributing Guidelines on issues?

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Describe the problem

Nightly failed at:

[ 97%] tianmu.issue1111                         [ fail ]
        Test ended at 2023-02-13 18:30:10

CURRENT_TEST: tianmu.issue1111
mysqltest: In included file ./include/sync_slave_sql.inc at line 163:
included from ./include/sync_slave_sql_with_master.inc at line 75:
included from /stonedb57/install/mysql-test/suite/tianmu/t/issue1111.test at line 84:
At line 162: Error in sync_with_master.inc

The result from queries just before the failure was:
< snip >
**** slave_master_info on server_1 ****
SELECT * FROM mysql.slave_master_info;
Number_of_lines	Master_log_name	Master_log_pos	Host	User_name	User_password	Port	Connect_retry	Enabled_ssl	Ssl_ca	Ssl_capath	Ssl_cert	Ssl_cipher	Ssl_key	Ssl_verify_server_cert	Heartbeat	Bind	Ignored_server_ids	Uuid	Retry_count	Ssl_crl	Ssl_crlpath	Enabled_auto_position	Channel_name	Tls_version

**** mysql.gtid_executed on server_1 ****
SELECT * FROM mysql.gtid_executed;
source_uuid	interval_start	interval_end
rpl_topology= 1->2
rand_seed: '' _rand_state: ''
extra debug info if any: ''
rpl_topology=1->2
connection slave;
ERROR: sync_slave_sql.inc failed on connection 'slave'
ERROR: use_gtids='0'
ERROR: _saved_gtids=''
ERROR: _saved_file='master-bin.000001'
ERROR: _saved_pos='9725'
ERROR: timeout='300'
ERROR: result='-2'
ERROR: error type: The slave SQL thread was not started, the slave's master information was not initialized, the arguments were incorrect, or an error occurred.
safe_process[***030]: Child process: ***031, exit: 1

 - the logfile can be found in '/stonedb57/install/mysql-test/var/log/tianmu.issue1111/issue1111.log'

Expected behavior

No response

How To Reproduce

No response

Environment

No response

Are you interested in submitting a PR to solve the problem?

  • Yes, I will!

Metadata

Metadata

Assignees

Labels

A-bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions