Skip to content

Flaky test #105

Description

@ilyshav

Sometimes test "select will emit in chunks sized equal to statement pageSize" just fails

[info] *************FAILURES**************
[info] com.ringcentral.cassandra4io.Cassandra4IOTests
[error] - select will emit in chunks sized equal to statement pageSize 478ms
[error]   assertion failed (src/it/scala/com/ringcentral/cassandra4io/CassandraSessionSuite.scala:93)
[error] 
[error]   } yield expect(result.nonEmpty && result.map(_.size).forall(_ == 2))
[error]                  |      |        |  |      |     |     |        |
[error]                  |      true     |  |      |     |     false    com.ringcentral.cassandra4io.CassandraSessionSuite$$Lambda$1443/0x00000008009c8040@33f6e111
[error]                  |               |  |      |     com.ringcentral.cassandra4io.CassandraSessionSuite$$Lambda$1442/0x00000008009bb040@121fee95
[error]                  |               |  |      List(2, 2, 1)
[error]                  |               |  List(Chunk(two, three), Chunk(null, null), Chunk(one))
[error]                  |               false
[error]                  List(Chunk(two, three), Chunk(null, null), Chunk(one))
[error] 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions