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 test restarting compute at WAL page boundary #10111

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

arssher
Copy link
Contributor

@arssher arssher commented Dec 12, 2024

Problem

We've had similar test in test_logical_replication, but then removed it because it wasn't needed to trigger LR related bug. Restarting at WAL page boundary is still a useful test, so add it separately back.

Summary of changes

Add the test.

@arssher arssher requested a review from knizhnik December 12, 2024 11:56
Copy link

github-actions bot commented Dec 12, 2024

7830 tests run: 7499 passed, 0 failed, 331 skipped (full report)


Flaky tests (12)

Postgres 17

Postgres 16

  • test_physical_replication_config_mismatch_too_many_known_xids: release-arm64
  • test_physical_replication_config_mismatch_max_locks_per_transaction: release-arm64

Postgres 15

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

Postgres 14

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

Code coverage* (full report)

  • functions: 31.3% (8382 of 26760 functions)
  • lines: 47.7% (65945 of 138291 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
4bce31d at 2024-12-12T16:48:14.082Z :recycle:

@arssher arssher added this pull request to the merge queue Dec 16, 2024
Merged via the queue into main with commit c5e3314 Dec 16, 2024
86 checks passed
@arssher arssher deleted the test-ep-restart-wal-page-boundary branch December 16, 2024 14:55
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.

2 participants