Bug #31689 {master,slave}.err logs are useless contentless on PB win platform
Submitted: 18 Oct 2007 12:25 Modified: 19 Feb 2009 15:49
Reporter: Andrei Elkin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S7 (Test Cases)
Version:5.1 OS:Windows
Assigned to: Magnus Blåudd CPU Architecture:Any
Tags: 51rpl, pushbuild failing_tests

[18 Oct 2007 12:25] Andrei Elkin
Description:
Noticed, that slave.err on win contains basicly only names of tests, whereas
on a unix's it still contains valuable info.

Compare:rh32 with win

<from https://intranet.mysql.com/secure/pushbuild/getlog.pl?dir=mysql-5.1-telco-6.3&entry=tulin@...>

CURRENT_TEST: main.federated
071016 18:51:09 [Warning] The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead.
071016 18:51:09 [Note] Plugin 'InnoDB' disabled by command line option
071016 18:51:09 [Note] Event Scheduler: Loaded 0 events
071016 18:51:09 [Note] /data/pushbuild/pb/mysql-5.1-telco-6.3/40/mysql-5.1-telco-6.3-clone/sql/mysqld: ready for connections.
Version: '5.1.22-ndb-6.3.5-gcov-debug-log'  socket: '/dev/shm/pbtmp-ps_row-6/slave.sock'  port: 10062  Source distribution
071016 18:51:09 [Note] Slave SQL thread initialized, starting replication in log 'FIRST' at position 0, relay log '/dev/shm/var-ps_row-6/log/slave-relay-bin.000001' position: 4
071016 18:51:09 [Note] Slave I/O thread: connected to master 'root@127.0.0.1:10060',replication started in log 'FIRST' at position 4
071016 18:51:09 [Note] next log '/dev/shm/var-ps_row-6/log/slave-relay-bin.000002' is currently active
071016 18:51:09 [Note] next log '/dev/shm/var-ps_row-6/log/slave-relay-bin.000003' is currently active
071016 18:51:09 [Note] Slave I/O thread killed while reading event
071016 18:51:09 [Note] Slave I/O thread exiting, read up to log 'master-bin.000001', position 107
071016 18:51:09 [Note] Error reading relay log event: slave SQL thread was killed
071016 18:51:11 [Note] Found 5 of 0 rows when repairing './federated/t1'
071016 18:51:11 [Note] Got signal 15 to shutdown mysqld

<from https://intranet.mysql.com/secure/pushbuild/getlog.pl?dir=mysql-5.1-telco-6.3&entry=tulin@...>

CURRENT_TEST: main.federated
071017  2:11:17 [Warning] The syntax 'for replication startup options' is deprecated and will be removed in MySQL 5.2. Please use 'CHANGE MASTER' instead.

How to repeat:
Look at slave.err on win and unix.
[18 Oct 2007 14:15] MySQL Verification Team
Thank you for the bug report.
[6 Dec 2007 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[6 Feb 2008 16:18] Timothy Smith
Seems like PushBuild could call mysqld --console, perhaps, and redirect the output to a log file.
[2 Oct 2008 14:49] Daniel Fischer
It's mysql-test-run.pl's job to create log files. Pushbuild itself has no way to influence how mysqld is run.
[23 Dec 2008 10:29] Magnus Blåudd
Fixed in mtr.pl v2
[19 Feb 2009 15:49] Paul DuBois
Test suite changes. No changelog entry needed.