Skip to content

test: add bulk insert to loadtest#2358

Merged
steve-chavez merged 1 commit intoPostgREST:mainfrom
steve-chavez:loadtest
Jul 6, 2022
Merged

test: add bulk insert to loadtest#2358
steve-chavez merged 1 commit intoPostgREST:mainfrom
steve-chavez:loadtest

Conversation

@steve-chavez
Copy link
Copy Markdown
Member

Add a bulk insert for the loadtest, to help with #2349.

Got the sample json from https://github.com/erik-sytnyk/movies-list/blob/master/db.json

@steve-chavez steve-chavez changed the title test: add bulk test to loadtest test: add bulk insert to loadtest Jul 6, 2022
@steve-chavez steve-chavez merged commit 3cdc6d1 into PostgREST:main Jul 6, 2022
wolfgangwalther added a commit that referenced this pull request Feb 5, 2024
PR #2358 added a bulk insert to the loadtest. However this broke the regular insert test,
which just returned 400 Bad Request because of a missing PK value since. Adding the new
id column in the payload to the ?columns= argument fixes that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants