-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: Postgres with JDBC app [#186332128](https://www.pivotaltracker.com/story/show/186332128) * test: force ownership management it fails: STEP: triggering ownership management @ 11/20/23 16:07:20.013 Running: cf unbind-service app-sprout-myth csb-google-postgres-small-daffodil-koala Unbinding app app-sprout-myth from service csb-google-postgres-small-daffodil-koala in org pivotal / space broker-cf-test as admin... Job (7ee84c63-f39f-4c20-a1e1-324e4fa990e5) failed: unbind could not be completed: Service broker failed to delete service binding for instance csb-google-postgres-small-daffodil-koala: Service broker error: unbind failed: Error: querying for existing role: error finding role "BWyYQqQcFlVPmpkY": pq: remaining connection slots are reserved for non-replication superuser connections with csbpg_binding_user.new_user, on main.tf line 15, in resource "csbpg_binding_user" "new_user": 15: resource "csbpg_binding_user" "new_user" { exit status 1 FAILED [#186332128](https://www.pivotaltracker.com/story/show/186332128) * test: add label for filtering purposes [#186332128](https://www.pivotaltracker.com/story/show/186332128)
- Loading branch information
1 parent
fe1e787
commit da19b51
Showing
4 changed files
with
102 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
applications: | ||
- name: jdbctestapp-postgres | ||
path: jdbctestapp-postgres-1.0.0.jar | ||
buildpacks: | ||
- java_buildpack_offline | ||
env: | ||
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 17.+ } }' | ||
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{ enabled: false }' | ||
FLYWAY_POSTGRESQL_TRANSACTIONAL_LOCK: false | ||
JAVA_OPTS: '-Djavax.net.ssl.keyStore=/app/META-INF/keystore.jks -Djavax.net.ssl.keyStorePassword=fakepassword' | ||
JAVA_KEYSTORE_PASSWORD: 'fakepassword' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters