Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Refactor fullnode rotation test #3015

Merged
merged 1 commit into from
Feb 28, 2019
Merged

Refactor fullnode rotation test #3015

merged 1 commit into from
Feb 28, 2019

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Feb 28, 2019

Problem

The integration tests for leader rotation can share setup logic from existing tests. The code needs to be refactored into smaller functions.

Summary of Changes

Refactored the code, and updated the existing test to use the new functions.

@pgarg66 pgarg66 requested review from garious and mvines February 28, 2019 23:12
@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #3015 into master will decrease coverage by <.1%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #3015     +/-   ##
========================================
- Coverage    76.8%   76.8%   -0.1%     
========================================
  Files         130     130             
  Lines       19860   19861      +1     
========================================
  Hits        15261   15261             
- Misses       4599    4600      +1

1 similar comment
@codecov
Copy link

codecov bot commented Feb 28, 2019

Codecov Report

Merging #3015 into master will decrease coverage by <.1%.
The diff coverage is 0%.

@@           Coverage Diff            @@
##           master   #3015     +/-   ##
========================================
- Coverage    76.8%   76.8%   -0.1%     
========================================
  Files         130     130             
  Lines       19860   19861      +1     
========================================
  Hits        15261   15261             
- Misses       4599    4600      +1

@pgarg66 pgarg66 merged commit d5f0e49 into solana-labs:master Feb 28, 2019
@pgarg66 pgarg66 deleted the voting branch February 28, 2019 23:53
@sagar-solana sagar-solana mentioned this pull request Mar 1, 2019
yihau pushed a commit to yihau/solana that referenced this pull request Oct 2, 2024
…kport of solana-labs#2990) (solana-labs#3015)

excludes node's pubkey from bloom filter of pruned origins (solana-labs#2990)

Bloom filter of pruned origins can return false positive for a node's
own pubkey but a node should always be able to push its own values to
other nodes in the cluster.

(cherry picked from commit bce28c0)

Co-authored-by: behzad nouri <behzadnouri@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants