~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/test_mgmt/test_execution.py

  • Committer: patrick crews
  • Date: 2011-02-11 23:56:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2164.
  • Revision ID: gleebix@gmail.com-20110211235637-s2nuuhtj0sgebybp
Added in --gdb and --manual-gdb option as well as --drizzled option

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        #self.test_manager.mutex.acquire()
84
84
        self.current_testcase = self.test_manager.get_testCase(self.name)
85
85
        #self.test_manager.mutex.release()
86
 
        if self.debug:
87
 
            self.logging.debug("Executor: %s, assigned test: %s" %(self.name
88
 
                                            , self.current_testcase.fullname))
 
86
        
89
87
 
90
88
    def handle_server_reqs(self, start_and_exit):
91
89
        """ Get the servers required to execute the testCase