Skip to content

CI fails on a test in "head" - sets were not equal #14

@olleolleolle

Description

@olleolleolle

This Issue is a sign-post issue about the failed test in CI, which happens on the head-ubuntu build target.

Details
Started
...............F
===============================================================================
Failure: test_eq(TC_Set)
/home/runner/work/set/set/test/test_set.rb:643:in `test_eq'
     640:     set2 = Set["a", "b", set1]
     641:     set1 = set1.add(set1.clone)
     642: 
  => 643:     assert_equal(set2, set2.clone)
     644:     assert_equal(set1.clone, set1)
     645: 
     646:     assert_not_equal(Set[Exception.new,nil], Set[Exception.new,Exception.new], "[ruby-dev:26127]")
<#<Set: {"a", "b", #<: {"a", "b", #<: {"a", "b"}>}>}>> expected but was
<#<Set: {"a", "b", #<: {"a", "b", #<: {"a", "b"}>}>}>>

diff:
  #<Set: {"a", "b", #<: {"a", "b", #<: {"a", "b"}>}>}>
===============================================================================
.................................
Finished in 0.261893699 seconds.
-------------------------------------------------------------------------------
49 tests, 333 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
97.9592% passed
-------------------------------------------------------------------------------
187.10 tests/s, 1271.51 assertions/s
rake aborted!
Command failed with status (1)

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