MicroShed / MicroShed/microshed-testing
Hook to purge connection pool between test runs
Open
@aguibert is already working on this.
Since Sep 14, 2019.
is:enhancement
- Dominant language
- Java
- Stars
- 68
- Forks
- 25
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 6
Description
For hollow mode, connection pools may be unable to cope with DBs being replaced underneath them.
We should add a hook to purge connection pools before tests start so that connection pools start with a clean state and do not have stale connection references in them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.