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

Re-enable previous fetching algorithm testing #6125

Merged
merged 1 commit into from Jun 4, 2020

Conversation

farazdagi
Copy link
Contributor

What type of PR is this?

Other/Better Testing

What does this PR do? Why is it needed?

  • When EnableInitSyncWeightedRoundRobin was introduced some parts of the code path were deactivated in tests (we set the flag to true, and that causes some parts of code to be ignored in tests). This is not ideal as we still use the code in production. This PR makes sure that the same code is run using different flags - so is tested using both previous (blocks interleaved) and current fetching algos.

Other notes for review

@farazdagi farazdagi requested a review from nisdas June 4, 2020 11:10
@farazdagi farazdagi self-assigned this Jun 4, 2020
@farazdagi farazdagi marked this pull request as ready for review June 4, 2020 11:15
@farazdagi farazdagi requested a review from a team as a code owner June 4, 2020 11:15
@farazdagi farazdagi requested review from shayzluf and 0xKiwi June 4, 2020 11:15
@farazdagi farazdagi added OK to merge Ready For Review A pull request ready for code review labels Jun 4, 2020
@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #6125 into master will increase coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6125      +/-   ##
==========================================
+ Coverage   59.66%   59.82%   +0.15%     
==========================================
  Files         323      323              
  Lines       27358    27357       -1     
==========================================
+ Hits        16323    16366      +43     
+ Misses       8823     8773      -50     
- Partials     2212     2218       +6     

@prylabs-bulldozer prylabs-bulldozer bot merged commit 84ae840 into master Jun 4, 2020
@delete-merged-branch delete-merged-branch bot deleted the reenable-fetcher-tests branch June 4, 2020 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants