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(ci): Replace a spurious test failure with an info log #5753

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

teor2345
Copy link
Contributor

@teor2345 teor2345 commented Nov 30, 2022

Motivation

This test is unreliable due to timing issues.

Closes #5384

Review

This is an urgent fix because it is failing on almost every PR.

Reviewer Checklist

  • Will the PR name make sense to users?
    • Does it need extra CHANGELOG info? (new features, breaking changes, large changes)
  • Are the PR labels correct?
  • Does the code do what the ticket and PR says?
  • How do you know it works? Does it have tests?

Follow Up Work

We could fix the test, but we have other tests that cover this code already.

@teor2345 teor2345 added C-bug Category: This is a bug A-rust Area: Updates to Rust code P-Critical 🚑 I-integration-fail Continuous integration fails, including build and test failures C-testing Category: These are tests labels Nov 30, 2022
@teor2345 teor2345 requested a review from a team as a code owner November 30, 2022 23:27
@teor2345 teor2345 self-assigned this Nov 30, 2022
@teor2345 teor2345 requested review from oxarbitrage and removed request for a team November 30, 2022 23:27
@teor2345 teor2345 added the C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG label Nov 30, 2022
@codecov
Copy link

codecov bot commented Dec 1, 2022

Codecov Report

Merging #5753 (d4e7af1) into main (26ff1b4) will increase coverage by 0.07%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5753      +/-   ##
==========================================
+ Coverage   78.74%   78.81%   +0.07%     
==========================================
  Files         306      306              
  Lines       38687    38687              
==========================================
+ Hits        30463    30492      +29     
+ Misses       8224     8195      -29     

@mergify mergify bot merged commit f573365 into main Dec 1, 2022
@mergify mergify bot deleted the fix-nil-fake-peer-test branch December 1, 2022 01:29
@teor2345
Copy link
Contributor Author

teor2345 commented Dec 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rust Area: Updates to Rust code C-bug Category: This is a bug C-testing Category: These are tests C-trivial Category: A trivial change that is not worth mentioning in the CHANGELOG I-integration-fail Continuous integration fails, including build and test failures
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fake_peer_set::mempool_requests_for_transactions failed with Nil response
2 participants