~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/dbqp.py

  • Committer: patrick crews
  • Date: 2011-01-23 20:31:58 UTC
  • mto: (2119.2.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2121.
  • Revision ID: gleebix@gmail.com-20110123203158-edw17l852lfcowpm
Removed innodb_bug53756.test as it was using MTR2 functionality we don't have.  Tweaks to error handling for certain cases (non-existent suite)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
   print Exception, e
60
60
 
61
61
finally:
62
 
    server_manager.cleanup()
 
62
# TODO - make a more robust cleanup
 
63
# At the moment, runaway servers are our biggest concern
 
64
    if server_manager:
 
65
        server_manager.cleanup()
63
66