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: Increased testTimeouts to promote test success on GHA runners #140

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

mattp-swirldslabs
Copy link
Contributor

Description:

The flaky test in the bug ticket succeeds 100% locally. The test failure in the ticket points to the test timing out before it can confirm the observer is called.

  • I increased the testTimeout values to 1 sec
  • I did a light refactor on the tests to get them aligned on using a common test timeout at the test suite level.

Related issue(s):

Fixes #139

  • Tested (unit, integration, etc.)

@mattp-swirldslabs mattp-swirldslabs added the Bug A error that causes the feature to behave differently than what was expected based on design docs label Aug 27, 2024
@mattp-swirldslabs mattp-swirldslabs added this to the 0.1.0 milestone Aug 27, 2024
@mattp-swirldslabs mattp-swirldslabs self-assigned this Aug 27, 2024
@mattp-swirldslabs mattp-swirldslabs marked this pull request as ready for review August 27, 2024 15:12
@mattp-swirldslabs mattp-swirldslabs requested a review from a team as a code owner August 27, 2024 15:12
Copy link
Contributor

@AlfredoG87 AlfredoG87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mattp-swirldslabs mattp-swirldslabs merged commit 5e05eaa into main Aug 27, 2024
17 checks passed
@mattp-swirldslabs mattp-swirldslabs deleted the 00139-extend-test-timeout branch August 27, 2024 15:16
Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d00633e) to head (945234b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #140   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       132       132           
===========================================
  Files             26        26           
  Lines            510       510           
  Branches          27        27           
===========================================
  Hits             510       510           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A error that causes the feature to behave differently than what was expected based on design docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky Test: testSubscribeBlockStream
2 participants