Skip to content
  • Sofia Papagiannaki's avatar
    pithos: Destroy test database after test execution · 92516cc4
    Sofia Papagiannaki authored
    :
    Pithos uses a pool for the backend objects.
    Pooled backend objects override the default close behavior
    and return the object to the pool instead.
    Therefore, django was unable to destroy the database
    since there were active connections.
    Therefore, we force the pool to shutdown before
    the django attempts to destroy it.
    92516cc4