Skip to content

Tests fail with byte-streams 0.2.1-alpha2 and up #10

Open
@KingMob

Description

@KingMob

I went to bump up byte-streams, since 0.2.0 is quite old, and started seeing a lot of failures in the concat-roundtrip-compressors test like:

FAIL in (concat-roundtrip-compressors) (byte_transforms_simple_check.clj:51)
expected: {:result true}
  actual: {:shrunk {:total-nodes-visited 186, :depth 0, :pass? false, :result false, :result-data nil, :time-shrinking-ms 406, :smallest [#object["[B" 0x3305897c "[B@3305897c"] 1 :gzip]}, :failed-after-ms 1151, :num-tests 1888, :seed 1651736988115, :fail [#object["[B" 0x3305897c "[B@3305897c"] 1 :gzip], :result false, :result-data nil, :failing-size 87, :pass? false, :test-var "concat-roundtrip-compressors"}

The only change in byte-streams from 0.2.1-alpha1 to 0.2.1-alpha2 was clj-commons/byte-streams@4750b5b.

This is almost certainly a byte-streams bug, possibly related to clj-commons/byte-streams#37, given the code change, but this issue serves as a reminder to revisit when byte-streams is fixed.

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