~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to tests/suite/base/r/failover.result

  • Committer: jan at mysql
  • Date: 2010-09-03 10:38:30 UTC
  • Revision ID: jan@mysql.com-20100903103830-b7cxzn1i49ma9y3o
stabilize the failover test

  * use kill(..., SIGKILL) to kill the backend right away instead of using _set_shutdown()
  * renamed COMMIT SUICIDE to KILL BACKEND
  * let the KILL BACKEND fail with 'connection went away ...' as the synchronization point 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
GET ID;
14
14
id
15
15
1
16
 
COMMIT SUICIDE;
17
 
GET ID;
 
16
KILL BACKEND;
18
17
ERROR HY000: Lost connection to MySQL server during query
19
18
GET ID;
20
19
ERROR HY000: MySQL server has gone away