Thanks to visit codestin.com
Credit goes to github.com

Skip to content

canceled or timed-out test suites leak databases in postgres #927

@spikecurtis

Description

@spikecurtis

If you hard-kill a test process or the test suite hits the (10m default) timeout, then the postgres database used by the test is leaked into the postgres database server.

By default this server is reused between test runs (i.e. in engineer's workspaces, not CI), so it can cause the server to require ever-expanding resources. On our dogfood servers I have seen this result in excess paging which then kills performance and spirals out of control.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions