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

Add safekeeper membership conf to control file. #10196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arssher
Copy link
Contributor

@arssher arssher commented Dec 19, 2024

Problem

#9965

Summary of changes

Add safekeeper membership configuration struct itself and storing it in the control file. In passing also add creation timestamp to the control file (there were cases where I wanted it in the past).

Remove obsolete unused PersistedPeerInfo struct.

Remove the binary representation of cfile in the roundtrip test. Updating it is annoying, and we still test the actual roundtrip.

@arssher arssher requested a review from arpad-m December 19, 2024 08:59
@arssher arssher requested a review from a team as a code owner December 19, 2024 08:59
Copy link

7095 tests run: 6753 passed, 44 failed, 298 skipped (full report)


Failures on Postgres 17

Failures on Postgres 16

Failures on Postgres 15

Failures on Postgres 14

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_s3_wal_replay[release-pg14] or test_s3_wal_replay[release-pg14] or test_pull_timeline_while_evicted[release-pg14] or test_pull_timeline_while_evicted[release-pg14] or test_s3_eviction[release-pg14-0.0-True] or test_s3_eviction[release-pg14-0.0-True] or test_s3_eviction[release-pg14-0.2-True] or test_s3_eviction[release-pg14-0.2-True] or test_s3_wal_replay[release-pg15] or test_s3_wal_replay[release-pg15] or test_pull_timeline_while_evicted[release-pg15] or test_pull_timeline_while_evicted[release-pg15] or test_s3_eviction[release-pg15-0.0-True] or test_s3_eviction[release-pg15-0.0-True] or test_s3_eviction[release-pg15-0.2-True] or test_s3_eviction[release-pg15-0.2-True] or test_s3_wal_replay[release-pg16] or test_s3_wal_replay[release-pg16] or test_pull_timeline_while_evicted[release-pg16] or test_pull_timeline_while_evicted[release-pg16] or test_s3_eviction[release-pg16-0.0-True] or test_s3_eviction[release-pg16-0.0-True] or test_s3_eviction[release-pg16-0.2-True] or test_s3_eviction[release-pg16-0.2-True] or test_s3_wal_replay[release-pg17] or test_s3_wal_replay[release-pg17] or test_s3_wal_replay[release-pg17] or test_s3_wal_replay[release-pg17] or test_s3_wal_replay[debug-pg17] or test_pull_timeline_while_evicted[release-pg17] or test_pull_timeline_while_evicted[release-pg17] or test_pull_timeline_while_evicted[release-pg17] or test_pull_timeline_while_evicted[release-pg17] or test_pull_timeline_while_evicted[debug-pg17] or test_s3_eviction[release-pg17-0.0-True] or test_s3_eviction[release-pg17-0.0-True] or test_s3_eviction[release-pg17-0.0-True] or test_s3_eviction[release-pg17-0.0-True] or test_s3_eviction[debug-pg17-0.0-True] or test_s3_eviction[release-pg17-0.2-True] or test_s3_eviction[release-pg17-0.2-True] or test_s3_eviction[release-pg17-0.2-True] or test_s3_eviction[release-pg17-0.2-True] or test_s3_eviction[debug-pg17-0.2-True]"
Flaky tests (6)

Postgres 15

Postgres 14

  • test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]: release-arm64
  • test_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]: release-arm64
  • test_emergency_mode: release-arm64

Test coverage report is not available

The comment gets automatically updated with the latest test results
8b7de61 at 2024-12-19T09:56:10.147Z :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