Uh oh!
There was an error while loading. Please reload this page.
Add new postgresql env vars (#1) - #279
Conversation
* Add support for additional PostgreSQL Container env variables. Added interface for environment variables that the PostgreSQL container now supports: * POSTGRES_INITDB_ARGS * POSTGRES_INITDB_WALDIR * POSTGRES_HOST_AUTH_METHOD * PGDATA As a bonus, added tests for POSTGRES_INITDB_ARGS and POSTGRES_HOST_AUTH_METHOD.
Codecov Report
@@ Coverage Diff @@## master #279 +/- ##
==========================================
+ Coverage 86.73% 86.87% +0.14%
==========================================
Files 29 29 Lines 814 823 +9 Branches 57 59 +2 ==========================================
+ Hits 706 715 +9
Misses 78 78 Partials 30 30
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ksquaredkey
commented
Feb 8, 2023
Hmm, is testcontaners-python an abandoned project? |
tillahoffmann
commented
Feb 17, 2023
Hey, sorry for the delay. I'll revisit this PR once #296 is merged. |
tillahoffmann
commented
May 19, 2023
#296 has been merged. Would you mind rebasing on |
ksquaredkey
commented
May 19, 2023
Uh. Not sure why the PR above changed. I renamed master to main in my Fork to match the upstream here about the time this says I deleted the master branch. From the look of #296, it looks like I'll have substantial refactoring to make to match current main, so maybe not a bad thing if I start with a fresh post-296 PR. |
Added interface for environment variables that the PostgreSQL container now supports:
As a bonus, added tests for POSTGRES_INITDB_ARGS and POSTGRES_HOST_AUTH_METHOD.
Issue #278