Skip to content

crash: not all shrinkable_sends the same, branch: akka-raft #91

@colin-scott

Description

@colin-scott
shrinkable_sends: List(Send(raft-member-1,BootstrapMessageConstructor(Set())), Send(raft-member-2,BootstrapMessageConstructor(Set())), Send(raft-member-3,BootstrapMessageConstructor(Set())), Send(raft-member-4,BootstrapMessageConstructor(Set())), Send(raft-member-5,BootstrapMessageConstructor(Set())), Send(raft-member-6,BootstrapMessageConstructor(Set())), Send(raft-member-7,BootstrapMessageConstructor(Set())))
Exception in thread "main" java.lang.IllegalArgumentException: Not all shrinkable_sends the same
        at akka.dispatch.verification.RunnerUtils$.shrinkSendContents(RunnerUtils.scala:557)
        at Main$$anonfun$9.apply(Runner.scala:189)
        at Main$$anonfun$9.apply(Runner.scala:186)
        at scala.collection.immutable.List.foreach(List.scala:381)
        at Main$.delayedEndpoint$Main$1(Runner.scala:186)
        at Main$delayedInit$body.apply(Runner.scala:120)
        at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
        at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
        at scala.App$$anonfun$main$1.apply(App.scala:76)
        at scala.App$$anonfun$main$1.apply(App.scala:76)
        at scala.collection.immutable.List.foreach(List.scala:381)
        at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
        at scala.App$class.main(App.scala:76)
        at Main$.main(Runner.scala:120)
        at Main.main(Runner.scala)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions