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: tx client concurrency test #4104

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

Conversation

cmwaters
Copy link
Contributor

@cmwaters cmwaters commented Dec 10, 2024

This PR makes two small tweaks:

  • Fixes TestConcurrentTxSubmission by adding a capacity of 1 to the errCh. Currently errors were being ignored because the wait group meant that there wasn't a process to read to the channel as it was being written to. This fixes this
  • Catches the case where a user cancels the context when calling ConfirmTx

This test is broken until celestiaorg/celestia-core#1553 is resolved

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