Intersmash / intersmash

Intersmash - Cloud-native testing with Java!
Apache License 2.0
5 stars 13 forks source link

Add a PostgreSql template based provisioner. #114

Closed fabiobrz closed 11 months ago

fabiobrz commented 11 months ago

Is your feature request related to a problem? Please describe. Add a PostgreSql template based provisioner so that existing internal tests can use Intersmash.

Describe the solution you'd like A set of components (Application, Provisioner, *ProvisionerFactory and tests) for allowing users to provision PostgreSql via template, since this is needed by internal tests.

Describe alternatives you've considered Use the PostgreSql image based provisioner that Intersmash provides already, but we'd have to adjust the existing tests, which is not good in terms of return of investment.

Additional context For internal tests purposes.