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

avoid datalayer manage data loop delay for self subscriptions #17536

Merged

Conversation

altendky
Copy link
Contributor

@altendky altendky commented Feb 9, 2024

Purpose:

Current Behavior:

New Behavior:

Testing Notes:

@altendky altendky requested a review from a team as a code owner February 9, 2024 18:55
@altendky altendky added the Changed Required label for PR that categorizes merge commit message as "Changed" for changelog label Feb 9, 2024
Copy link

Pull Request Test Coverage Report for Build 7848390216

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • 79 unchanged lines in 30 files lost coverage.
  • Overall coverage decreased (-0.06%) to 90.808%

Files with Coverage Reduction New Missed Lines %
chia/data_layer/download_data.py 1 71.04%
chia/introducer/introducer.py 1 84.78%
chia/server/address_manager.py 1 90.19%
chia/wallet/util/wallet_sync_utils.py 1 78.14%
tests/core/util/test_file_keyring_synchronization.py 1 97.1%
tests/fee_estimation/test_fee_estimation_unit_tests.py 1 99.06%
tests/simulation/test_simulation.py 1 96.52%
tests/util/full_sync.py 1 88.89%
tests/util/test_priority_mutex.py 1 99.66%
tests/wallet/test_wallet_retry.py 1 97.18%
Totals Coverage Status
Change from base Build 7844390313: -0.06%
Covered Lines: 96733
Relevant Lines: 106478

💛 - Coveralls

@Starttoaster Starttoaster merged commit 821910b into main Feb 16, 2024
269 checks passed
@Starttoaster Starttoaster deleted the datalayer_reduce_self_subscription_download_delay branch February 16, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changed Required label for PR that categorizes merge commit message as "Changed" for changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants