Skip to content

Commit

Permalink
test: adjust Cont. ReplayTest
Browse files Browse the repository at this point in the history
Test should verify key column, to make sure on replay and processing key column family is filled.
  • Loading branch information
Zelldon committed Nov 5, 2021
1 parent 66eb002 commit 63412f1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ private void assertStates() {
processingState.entrySet().stream()
.filter(entry -> entry.getKey() != ZbColumnFamilies.DEFAULT)
// ignores transient states
.filter(entry -> entry.getKey() != ZbColumnFamilies.KEY)
// on followers we don't need to reset the key
// this will happen anyway then on leader replay
.forEach(
entry -> {
Expand Down

0 comments on commit 63412f1

Please sign in to comment.