f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

Investigate "can receive multiple events in the correct order" failure #134

Closed safareli closed 3 years ago

safareli commented 5 years ago

this test failed on totally unrelated case change https://github.com/f-o-a-m/purescript-web3/pull/133 and is very strange as both values on the left and right side of are same https://travis-ci.org/f-o-a-m/purescript-web3/builds/593743530#L2403

Multifilter

  ✗ can receive multiple events in the correct order:

  [(Tuple 58 2),(Tuple 58 3),(Tuple 58 4),(Tuple 58 5),(Tuple 58 6),(Tuple 58 7),(Tuple 58 8),(Tuple 58 9),(Tuple 58 10),(Tuple 58 11)] = [(Tuple 58 2),(Tuple 58 3),(Tuple 58 4),(Tuple 58 5),(Tuple 58 6),(Tuple 58 7),(Tuple 58 8),(Tuple 58 9),(Tuple 58 10),(Tuple 58 11)]

Summary

73/74 tests passed
martyall commented 3 years ago

I'm going to close this because they actually are the same and I've never seen this happen since we posted this issue