Skip to content

cli: fix output hash endianness in 'util canceltx'#4277

Merged
roman-khimov merged 1 commit into
masterfrom
fix-TestAwaitUtilCancelTx
May 22, 2026
Merged

cli: fix output hash endianness in 'util canceltx'#4277
roman-khimov merged 1 commit into
masterfrom
fix-TestAwaitUtilCancelTx

Conversation

@AnnaShaleva
Copy link
Copy Markdown
Member

Close #3365. A replacement of #4274.

Close #3365.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
@AnnaShaleva AnnaShaleva requested a review from roman-khimov as a code owner May 22, 2026 09:10
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.50%. Comparing base (a827b71) to head (a9b2ef9).
⚠️ Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
cli/util/cancel.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4277      +/-   ##
==========================================
+ Coverage   83.49%   83.50%   +0.01%     
==========================================
  Files         359      359              
  Lines       44158    44168      +10     
==========================================
+ Hits        36871    36884      +13     
+ Misses       5471     5468       -3     
  Partials     1816     1816              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@roman-khimov roman-khimov merged commit d142c03 into master May 22, 2026
33 of 34 checks passed
@roman-khimov roman-khimov deleted the fix-TestAwaitUtilCancelTx branch May 22, 2026 09:22
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.

Race in TestAwaitUtilCancelTx caused by the test design

2 participants