Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not merge: Test check submodule forward progress #9074

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

hlinnaka
Copy link
Contributor

this is to test PR #8949.

We frequently mess up our submodule references. This adds one
safeguard: it checks that the submodule references point to the
corresponding REL_*_STABLE_neon branches, or to some commit descending
from them.

As next step, I'm thinking that we should automate things so that when
you merge a PR to the 'neon' repository that updates the submodule
references, the REL_*_STABLE_neon branches are automatically updated
to match the submodule references. That way, you never need to
manually merge PRs in the postgres repository, it's all triggered from
commits in the 'neon' repository. But that's not included here.
Because the checks are fairly expensive, taking about 4 minutes.
this is supposed to pass the test
that's not what we want. The submodule is allowed to be *ahead* of the
current REL_*_STABLE_neon branch.
Without 'branch', it will only check for "forward progress"x
this should fail
Copy link

4968 tests run: 4798 passed, 6 failed, 164 skipped (full report)


Failures on Postgres 17

Failures on Postgres 16

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_neon_cli_basics[release-pg16] or test_hot_standby_feedback[debug-pg17] or test_postgres_version[release-pg17] or test_postgres_version[debug-pg17] or test_postgres_version[release-pg17] or test_readonly_node_gc[debug-pg17]"
Flaky tests (6)

Postgres 17

Postgres 16

Postgres 14

Test coverage report is not available

The comment gets automatically updated with the latest test results
4dfbb54 at 2024-09-20T12:58:42.344Z :recycle:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant