« Previous | Next » 

Revision de8fb87d

IDde8fb87d451eec4c7639a0e6ae41519833a5eef8

Added by Sofia Papagiannaki over 10 years ago

pithos: Destroy test database after test execution
:
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.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences