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

Set heartbeat interval for chaos test #10222

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

knizhnik
Copy link
Contributor

Problem

See https://neondb.slack.com/archives/C033RQ5SPDH/p1734707873215729

test_timeline_archival_chaos becomes more fluky with increased heartbeat interval

Summary of changes

Override heatbeat interval for test_timelirn_archival_chaos.py

@knizhnik knizhnik requested review from a team as code owners December 21, 2024 06:45
@knizhnik knizhnik requested review from hlinnaka and skyzh December 21, 2024 06:45
Copy link

github-actions bot commented Dec 21, 2024

7095 tests run: 6798 passed, 0 failed, 297 skipped (full report)


Flaky tests (3)

Postgres 17

Code coverage* (full report)

  • functions: 31.3% (8401 of 26877 functions)
  • lines: 48.0% (66702 of 139059 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
58b6120 at 2024-12-24T08:58:20.949Z :recycle:

@@ -60,7 +60,7 @@ impl Client {
) -> anyhow::Result<PagestreamClient> {
let copy_both: tokio_postgres::CopyBothDuplex<bytes::Bytes> = self
.client
.copy_both_simple(&format!("pagestream_v2 {tenant_id} {timeline_id}"))
.copy_both_simple(&format!("pagestream_v3 {tenant_id} {timeline_id}"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you pushed a lot of unrelated changes related to the protocol change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, fixed

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