Skip to content

Commit c409276

Browse files
committed
test
1 parent 31fc4cc commit c409276

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/scala/lerna/akka/entityreplication/raft/RaftMemberData.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@ private[entityreplication] trait RaftMemberData
374374
to <= lastApplied,
375375
s"Cannot select the entries (${from}-${to}) unless RaftActor have applied the entries to the entities (lastApplied: ${lastApplied})",
376376
)
377+
if (1 == 2) {
378+
println("uncovered")
379+
} else {
380+
println("covered")
381+
}
377382
replicatedLog.sliceEntries(from, to).filter(_.event.entityId.contains(entityId))
378383
}
379384

0 commit comments

Comments
 (0)