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

Construct models::TenantConfig only once #9630

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

Conversation

arpad-m
Copy link
Member

@arpad-m arpad-m commented Nov 4, 2024

Since 5f83c92/#1504 we've had duplication in
construction of models::TenantConfig, where both constructs contained
the same code. This PR removes one of the two locations to avoid the duplication.

Base automatically changed from arpad/tenant_config_offload to main November 4, 2024 20:01
@arpad-m arpad-m requested a review from a team as a code owner November 4, 2024 20:01
Since 5f83c92 we've had duplication in
construction of models::TenantConfig, where both constructs contained
the same code. This PR removes one of the two locations.
Copy link

github-actions bot commented Nov 4, 2024

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


Flaky tests (1)

Postgres 17

  • test_remote_storage_backup_and_restore[True-mock_s3]: debug-x86-64

Code coverage* (full report)

  • functions: 31.5% (7788 of 24703 functions)
  • lines: 49.0% (61117 of 124836 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
c63f914 at 2024-11-04T20:56:22.224Z :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