Open aushacker opened 1 year ago
[test-all]
@phracek Have had a look through the available tests, none of them seem to match the required procedure.
What is needed to test would be something like:
How does that fit in with the current testing procedure?
I do not see any problem with proposed example
[test-all]
@aushacker Thank you for this pull request. Please do following steps:
make clean-versions
make generate-all
which is mandatory, because of distgen check
is failing. It means that generated changes are different then we expect it.🔴 Review - Missing review from a member (2 required)
🟢 CI - All checks have passed
A simple example showing how to configure a database with some test data.
When using ephemeral storage the database name specified by POSTGRESQL_DATABASE must be different from that created in the user provided script, otherwise the container will crash loop. This is due to the default scripts hard failing when trying to create a database that the user supplied init script has already created.
See issue #296 for narrative (known problem).