~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/server_mgmt/server.py

  • Committer: Mark Atwood
  • Date: 2011-05-31 19:55:04 UTC
  • mfrom: (2313.2.2 innodb_bugfix)
  • Revision ID: me@mark.atwood.name-20110531195504-3j1uh09y83t9r72q
mergeĀ lp:~patrick-crews/drizzle/bug786568

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        self.failed_test = 0 # was the last test a failure?  our state is suspect
79
79
        self.server_start_timeout = 60 * self.valgrind_time_buffer
80
80
        self.pid = None
 
81
        self.need_reset = False
81
82
 
82
83
    def initialize_databases(self):
83
84
        """ Call schemawriter to make db.opt files """