Comment 12 for bug 598659

Revision history for this message
Pavel Stratil (pavel-senbonzakura) wrote :

for now:

main.drizzleslap [ fail ]
timeout

Stopping All Servers
mysql-test-run: WARNING: Forcing kill of process 29271
Restoring snapshot of databases
Resuming Tests

...

transaction_log.slap [ fail ]
drizzletest: At line 18: query 'SELECT COUNT(*) FROM test.t1' failed: 20: drizzle_state_read:lost connection to server (EOF)

The result from queries just before the failure was:
SET GLOBAL transaction_log_truncate_debug= true;
CREATE SCHEMA drizzleslap;
CREATE TABLE t1
(
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
rand_float FLOAT NOT NULL
) ENGINE=InnoDB;
SELECT COUNT(*) FROM test.t1;

More results from queries before failure can be found in /var/tmp/portage/dev-db/drizzle-2010.06.1634/work/drizzle-2010.06.1634/tests/var/log/slap.log

... can give you the slap.log when I get there. compiling again ...