Skip to content

Commit

Permalink
Enable recovery-check step
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Mar 26, 2024
1 parent db3d1cd commit fe4fd39
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
--test \
--from-source /mnt/source \
--config ${{ matrix.builder }}.conf \
--skip-steps=recovery-check \
--skip-suites=recovery \
--delay-check \
${{ matrix.branch }}
# TODO: Remove --delay-check once this is fixed:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
--test \
--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
Expand All @@ -67,4 +65,3 @@ jobs:
if: github.ref == 'refs/heads/main'
with:
path: build
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,4 @@ 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" \
]
CMD ["--test", "--config", "autoconf.conf", "--delay-check"]
2 changes: 0 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ docker run --rm \
--test \
--from-source /mnt/source \
--config autoconf.conf \
--skip-steps=recovery-check \
--skip-suites=recovery \
--delay-check \
"$@"
# TODO: Remove --delay-check once this is fixed:
Expand Down

0 comments on commit fe4fd39

Please sign in to comment.