Skip to content

When running on multiple CPUs, some asserts fail - issue with received_wei #93

@loredanacirstea

Description

@loredanacirstea

(most probably a tests issue after changing how we end the auction)

Following asserts fail only when running tests with https://pypi.python.org/pypi/pytest-xdist -n 4

assert received_wei == funds_at_price

assert 5000000002 == 5000000000

assert int(total_tokens_claimable) == auction.call().num_tokens_auctioned()

assert 5000000002000000000000000 == 5000000000000000000000000

assert unclaimed_token_supply == unclaimed_tokens

assert 4999999999000000000000000 == 5000000001000000000000001

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions