Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky test: when passed unresolved inputs, may fail - Passed only 99 tests #3183

Closed
1 task done
Anviking opened this issue Mar 18, 2022 · 1 comment
Closed
1 task done
Assignees
Labels
Test failure A flaky test or nightly CI failure

Comments

@Anviking
Copy link
Member

Please ensure:

  • This is actually a flaky test already present in the code and not caused by your PR.

Context

Combination of

        not (null dropped) ==> do
        shouldKeep <- vectorOf (length inputs) $ frequency
            [ (8, pure False)
            , (2, pure True)
            ]

Job name

cardano-wallet-core:unit

Test case name(s)

when passed unresolved inputs, may fail

Error message

test/unit/Cardano/Wallet/Shelley/TransactionSpec.hs:2036:13:
  1) Cardano.Wallet.Shelley.Transaction.balanceTransaction, when passed unresolved inputs, may fail
       *** Gave up! Passed only 99 tests; 5 discarded tests (10% unknown txins).


### Build link

https://hydra.iohk.io/build/13314576
@Anviking
Copy link
Member Author

Anviking commented Apr 5, 2022

Should be fixed.

@Anviking Anviking closed this as completed Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Test failure A flaky test or nightly CI failure
Projects
None yet
Development

No branches or pull requests

1 participant