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(blob): fix blobsub subscription cancellation test #3746

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

walldiss
Copy link
Member

Subscription can be not immediately canceled. This due to the fact that select can choose either of cases of ctx.Done() and sending message.

@walldiss walldiss added kind:fix Attached to bug-fixing PRs shwap labels Sep 18, 2024
@walldiss walldiss self-assigned this Sep 18, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (shwap@1279c2e). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff            @@
##             shwap    #3746   +/-   ##
========================================
  Coverage         ?   46.91%           
========================================
  Files            ?      314           
  Lines            ?    17860           
  Branches         ?        0           
========================================
  Hits             ?     8379           
  Misses           ?     8471           
  Partials         ?     1010           

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

@walldiss walldiss merged commit 89e8781 into celestiaorg:shwap Sep 18, 2024
24 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:fix Attached to bug-fixing PRs shwap
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants