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

fix: handle context cancellations in txsim (backport #2830) #2833

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 10, 2023

This is an automatic backport of pull request #2830 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

I have seen a few CI tests fail because although the context stops the
process, it isn't correctly parsed causing the program that called the
txsim to think that there was another error and not the context Canceled
or DeadlineExceeded errors

(cherry picked from commit 5dfe777)
@celestia-bot celestia-bot requested a review from a team November 10, 2023 09:23
@github-actions github-actions bot added the bot item was created by a bot label Nov 10, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #2833 (816588d) into v1.x (46128a8) will not change coverage.
Report is 5 commits behind head on v1.x.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##             v1.x    #2833   +/-   ##
=======================================
  Coverage   20.20%   20.20%           
=======================================
  Files         139      139           
  Lines       16237    16237           
=======================================
  Hits         3280     3280           
  Misses      12649    12649           
  Partials      308      308           
Files Coverage Δ
x/blob/keeper/keeper.go 80.00% <100.00%> (ø)
app/process_proposal.go 0.00% <0.00%> (ø)

@rootulp rootulp merged commit 8e779fa into v1.x Nov 10, 2023
26 checks passed
@rootulp rootulp deleted the mergify/bp/v1.x/pr-2830 branch November 10, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants