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

cmd: fix test peers out of range #3280

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

KaloyanTanev
Copy link
Contributor

After #3267 was merged, on ctx.Done() we push the latest unfinished test. This causes out of range in the outer function in some ocassions.

category: bug
ticket: none

@KaloyanTanev KaloyanTanev self-assigned this Sep 12, 2024
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.72%. Comparing base (6eb8442) to head (7b48060).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3280      +/-   ##
==========================================
+ Coverage   57.63%   57.72%   +0.09%     
==========================================
  Files         211      211              
  Lines       30418    30420       +2     
==========================================
+ Hits        17532    17561      +29     
+ Misses      10997    10974      -23     
+ Partials     1889     1885       -4     

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

@KaloyanTanev KaloyanTanev added the merge when ready Indicates bulldozer bot may merge when all checks pass label Sep 12, 2024
@obol-bulldozer obol-bulldozer bot merged commit 0481998 into main Sep 12, 2024
11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the kalo/fix-testpeers-out-of-range branch September 12, 2024 12:28
pinebit pushed a commit that referenced this pull request Sep 16, 2024
After #3267 was merged, on `ctx.Done()` we push the latest unfinished test. This causes out of range in the outer function in some ocassions.

category: bug
ticket: none
@pinebit pinebit mentioned this pull request Sep 16, 2024
obol-bulldozer bot pushed a commit that referenced this pull request Sep 17, 2024
For release v1.1.1 cherry picked:

* [core/validatorapi: workaround for Gnosis proposals](#3238)
* [*: enable gnosis hotfix automatically](#3257)
*: [fix flaky testpeers test #3267](#3267)
* [cmd: increase testpeers tests timeouts #3268](#3268)
* [cmd: fix test peers out of range #3280](#3280)
* [testutil: update docker-compose command to docker compose](#3249)

category: misc
ticket: none
gsora pushed a commit that referenced this pull request Sep 18, 2024
After #3267 was merged, on `ctx.Done()` we push the latest unfinished test. This causes out of range in the outer function in some ocassions.

category: bug
ticket: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants