Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.5
-
None
Description
When --sync_slave_with_master fails (as well as other cases), some debug output is generated, including running mysql-test/include/show_rpl_debug_info.inc . This amongst other things does SHOW BINLOG EVENTS and SHOW RELAYLOG EVENTS.
A few tests generate huge binlogs, and then this generates too much output to be useful. Let's put a LIMIT 200 or something line that on the commands. Note that the full binlogs are still available for analysis in the left-over data directory.
Attachments
Issue Links
- links to
For what it's worth, when I need to debug a failing replication test case (which I rarely do) I disable almost all on-failure output in mysqltest and in various rpl*.inc files. The approach "let's dump everything we can possibly think of in the hope that someone might someday need it" results in a very low signal-to-noise ratio in my experience.