~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_protocol/prototest/drizzle_prototest

  • Committer: Monty Taylor
  • Date: 2010-06-20 14:27:46 UTC
  • Revision ID: mordred@inaugust.com-20100620142746-an1iu40a3g4qcokn
Undid attempt at fixing sporadic freebsd issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
import sys
19
19
import optparse
20
 
import time
21
20
import socket
22
21
import unittest
23
22
from prototest.mysql import *
60
59
 
61
60
  def reconnect(self):
62
61
    self.tearDown()
63
 
    time.sleep(1)
64
62
    self.setUp()
65
63
 
66
64
  def testNullClientHandshake(self):