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

Don't keep around the timeline's remote_client #9583

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

arpad-m
Copy link
Member

@arpad-m arpad-m commented Oct 30, 2024

Constructing a remote client is no big deal. Yes, it means an extra download from S3 but it's not that expensive. This simplifies code paths and scenarios to test. This unifies timelines that have been recently offloaded with timelines that have been offloaded in an earlier invocation of the process.

Part of #8088

constructing a remote client is no big deal. Yes, it means an extra
download from S3 but it's not that expensive. This simplifies code paths
and scenarios to test.
@arpad-m arpad-m requested a review from a team as a code owner October 30, 2024 14:40
@arpad-m arpad-m requested review from arssher and skyzh October 30, 2024 14:40
Copy link

github-actions bot commented Oct 30, 2024

5328 tests run: 5106 passed, 0 failed, 222 skipped (full report)


Flaky tests (3)

Postgres 17

Code coverage* (full report)

  • functions: 31.4% (7746 of 24667 functions)
  • lines: 48.9% (60899 of 124449 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c8cf6ce at 2024-10-30T17:04:51.640Z :recycle:

@arpad-m arpad-m merged commit bcfe013 into main Oct 30, 2024
80 checks passed
@arpad-m arpad-m deleted the arpad/offloaded_remove_remote_client branch October 30, 2024 17:44
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