~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_stats/tests/t/max_session.test

Refreshing from mainline branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
disconnect con12;
50
50
disconnect con13;
51
51
 
 
52
#A sleep is needed here because on disconnect a scoreboard slot is marked 
 
53
#as being done in the session destructor. The client would have already
 
54
#been disconnected before the scoreboard slot is marked as being done. So
 
55
#its possible that the connect below could fail to reserve a slot in this
 
56
#test as the scoreboard would be full.  
 
57
--sleep 1
 
58
 
52
59
connect (con14, localhost, drizzle_test,,);
53
60
INSERT INTO b VALUES (14);
54
61