-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENG-3130: Remove RaftConsensusITest.TestEarlyCommitDespiteMemoryPressure
Summary: Remove RaftConsensusITest.TestEarlyCommitDespiteMemoryPressure as discussed with @mikhail. This test currently is not suitable for us. It tests that previously added entry could be committed on ConsensusUpdate. But we have a lot of caches etc. that does not support garbage collection and would not release memory. So it is very tight bound when one could add entries initially, but could not add them later. Usually both calls fails or succeeds for us. Test Plan: Jenkins Reviewers: mikhail, bharat Reviewed By: bharat Subscribers: mikhail, ybase, bharat Differential Revision: https://phabricator.dev.yugabyte.com/D4554
- Loading branch information
Showing
1 changed file
with
0 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73502ab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.