Skip to content

feat: reduce default block_rejection_timeout_steps #6013

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

Merged
merged 3 commits into from
Apr 18, 2025

Conversation

obycode
Copy link
Contributor

@obycode obycode commented Apr 15, 2025

No description provided.

@obycode obycode requested a review from a team as a code owner April 15, 2025 17:13
@obycode obycode requested review from wileyj and kantai April 15, 2025 17:13
wileyj
wileyj previously approved these changes Apr 16, 2025
@obycode obycode added this to the 3.1.0.0.9 milestone Apr 16, 2025
@obycode obycode moved this to Status: In Review in Stacks Core Eng Apr 16, 2025
@obycode
Copy link
Contributor Author

obycode commented Apr 16, 2025

Looks like this change may require some tweaks to some tests. I will come back to those.

@obycode obycode moved this from Status: In Review to Status: 💻 In Progress in Stacks Core Eng Apr 16, 2025
@wileyj wileyj self-requested a review April 16, 2025 14:17
@aldur aldur moved this from Status: 💻 In Progress to Status: In Review in Stacks Core Eng Apr 16, 2025
@aldur aldur moved this from Status: In Review to Status: 💻 In Progress in Stacks Core Eng Apr 16, 2025
obycode added 2 commits April 16, 2025 15:25
In addition to waiting for the last block it mined to be processed, now
the miner will also wait to be unblocked. This ensures that the miner
does not start mining before it is unblocked by the chains coordinator
thread.

This solves flakiness in `tests::signer::v0::verify_mempool_caches`.
@obycode obycode moved this from Status: 💻 In Progress to Status: In Review in Stacks Core Eng Apr 16, 2025
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

Attention: Patch coverage is 41.66667% with 14 lines in your changes missing coverage. Please review.

Project coverage is 83.55%. Comparing base (aab7784) to head (efa19d4).
Report is 32 commits behind head on develop.

Files with missing lines Patch % Lines
testnet/stacks-node/src/tests/signer/v0.rs 0.00% 14 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6013      +/-   ##
===========================================
- Coverage    84.10%   83.55%   -0.55%     
===========================================
  Files          528      523       -5     
  Lines       385675   384564    -1111     
  Branches       323        0     -323     
===========================================
- Hits        324355   321340    -3015     
- Misses       61312    63224    +1912     
+ Partials         8        0       -8     
Files with missing lines Coverage Δ
stackslib/src/config/mod.rs 73.35% <100.00%> (-0.03%) ⬇️
testnet/stacks-node/src/nakamoto_node/miner.rs 84.12% <100.00%> (-0.12%) ⬇️
testnet/stacks-node/src/tests/signer/v0.rs 42.00% <0.00%> (-18.71%) ⬇️

... and 50 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9d4cc3a...efa19d4. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-project-automation github-project-automation bot moved this from Status: In Review to Status: 💻 In Progress in Stacks Core Eng Apr 17, 2025
@wileyj wileyj added this pull request to the merge queue Apr 17, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 18, 2025
@wileyj wileyj added this pull request to the merge queue Apr 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 18, 2025
@wileyj wileyj added this pull request to the merge queue Apr 18, 2025
Merged via the queue into stacks-network:develop with commit 535cef0 Apr 18, 2025
203 of 205 checks passed
@github-project-automation github-project-automation bot moved this from Status: 💻 In Progress to Status: ✅ Done in Stacks Core Eng Apr 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants