https://github.com/favna/copy-in-repro
A reproduction repo for GH issue
https://github.com/favna/copy-in-repro
Last synced: 5 months ago
JSON representation
A reproduction repo for GH issue
- Host: GitHub
- URL: https://github.com/favna/copy-in-repro
- Owner: favna
- Created: 2024-03-21T15:18:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T04:47:43.000Z (6 months ago)
- Last Synced: 2024-11-17T05:25:33.618Z (6 months ago)
- Language: Java
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy In Repro
This is a small repro for [this issue](https://github.com/pgjdbc/r2dbc-postgresql/discussions/638).
To run this repro:
1. Make sure you have Docker installed, or another way to start a Postgres server
2. Run `docker compose up -d greenplum` to start a Postgres server
3. Run `./gradlew clean build update` to build the Java code and run Liquibase migrations
4. Run `./run-app.sh` to run the application
5. Observe the issue, the application hangs.