Пример #1
0
    def teardown(self):
        """Kill all Vitess processes and wait for them to end.

    MySQLTestDB's wrapper script will take care of mysqld.
    """
        self.kill()
        self.wait()
        self.mysql_db.teardown()
        environment.cleanup_test_directory(self.directory)
Пример #2
0
  def teardown(self):
    """Kill all Vitess processes and wait for them to end.

    MySQLTestDB's wrapper script will take care of mysqld.
    """
    self.kill()
    self.wait()
    self.mysql_db.teardown()
    environment.cleanup_test_directory(self.directory)