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

Enable more fine-grained control in local cluster partition tests #10418

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

carllin
Copy link
Contributor

@carllin carllin commented Jun 5, 2020

Problem

run_cluster_partition is very monolithic and hard to adapt to new test cases/different integrity checks. Extracted from: #10343

Summary of Changes

Give local cluster run_cluster_partition method on_partition_startandon_partition_end` event callbacks to give more flexibility in when to kill nodes/different types off integrity checks, etc.

Fixes #

@carllin carllin added the v1.2 label Jun 5, 2020
@codecov
Copy link

codecov bot commented Jun 5, 2020

Codecov Report

Merging #10418 into master will increase coverage by 0.0%.
The diff coverage is 0.0%.

@@           Coverage Diff           @@
##           master   #10418   +/-   ##
=======================================
  Coverage    81.6%    81.6%           
=======================================
  Files         295      295           
  Lines       69154    69166   +12     
=======================================
+ Hits        56448    56463   +15     
+ Misses      12706    12703    -3     

@carllin carllin merged commit db82d9e into solana-labs:master Jun 5, 2020
mergify bot pushed a commit that referenced this pull request Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant