Skip to content

Commit

Permalink
Remove --delay-check
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Mar 26, 2024
1 parent db3d1cd commit bfb8c55
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ jobs:
--config ${{ matrix.builder }}.conf \
--skip-steps=recovery-check \
--skip-suites=recovery \
--delay-check \
${{ matrix.branch }}
# TODO: Remove --delay-check once this is fixed:
# https://www.postgresql.org/message-id/flat/fddd1cd6-dc16-40a2-9eb5-d7fef2101488%40technowledgy.de
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ jobs:
--from-source /mnt/source \
--config ${{ matrix.builder }}.conf \
--skip-steps=recovery-check \
--skip-suites=recovery \
--delay-check
# TODO: Remove --delay-check once this is fixed:
# https://www.postgresql.org/message-id/flat/fddd1cd6-dc16-40a2-9eb5-d7fef2101488%40technowledgy.de
--skip-suites=recovery
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,10 @@ COPY docker-entrypoint.sh /
COPY *.conf /usr/src

ENTRYPOINT ["/docker-entrypoint.sh"]
# TODO: Remove --delay-check once this is fixed:
# https://www.postgresql.org/message-id/flat/fddd1cd6-dc16-40a2-9eb5-d7fef2101488%40technowledgy.de
CMD [ \
"--test", \
"--config", \
"autoconf.conf", \
"--skip-steps=recovery-check", \
"--skip-suites=recovery", \
"--delay-check" \
"--skip-suites=recovery" \
]
3 changes: 0 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ docker run --rm \
--config autoconf.conf \
--skip-steps=recovery-check \
--skip-suites=recovery \
--delay-check \
"$@"
# TODO: Remove --delay-check once this is fixed:
# https://www.postgresql.org/message-id/flat/fddd1cd6-dc16-40a2-9eb5-d7fef2101488%40technowledgy.de

0 comments on commit bfb8c55

Please sign in to comment.