test: requests wait for schema cache load

* nix: add postgrest-test-big-schema command
This commit is contained in:
steve-chavez
2024-03-15 06:18:26 -05:00
committed by Steve Chavez
parent 92ac7e574e
commit 4b289b1c97
6 changed files with 77 additions and 23 deletions
+5 -1
View File
@@ -81,7 +81,7 @@ jobs:
uses: ./.github/actions/setup-nix
with:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
tools: tests.testSpec.bin tests.testIO.bin withTools.postgresql-${{ matrix.pgVersion }}.bin
tools: tests.testSpec.bin tests.testIO.bin tests.testBigSchema.bin withTools.postgresql-${{ matrix.pgVersion }}.bin
- name: Run spec tests
if: always()
@@ -91,6 +91,10 @@ jobs:
if: always()
run: postgrest-with-postgresql-${{ matrix.pgVersion }} postgrest-test-io -vv
- name: Run IO tests on a big schema
if: always()
run: postgrest-with-postgresql-${{ matrix.pgVersion }} postgrest-test-big-schema -vv
memory:
name: Memory