Dan Hilton
Results
2
issues of
Dan Hilton
When creating or destroying a database, the operation does not seem to be wrapped in a transaction
3
https://github.com/tsuru/postgres-api/blob/master/postgresapi/models.py#L85 From the above line, the series of commands to create or delete a postgres database seems to be not be wrapped in a transaction. If one of the statements...
**Bug Description** When running performance test setup script, we create a lot of databases and bind them to apps. When we tear down the tests and similarly delete very rapidly...