Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decrease coverage requirement in UTxOIndexSpec
Has been failing twice recently. Latest failure was Failures: test/unit/Cardano/Wallet/Primitive/Types/UTxOIndexSpec.hs:146:9: 1) Cardano.Wallet.Primitive.Types.UTxOIndex, Indexed UTxO set properties, Index Selection, prop_selectRandom_one_withAsset Insufficient coverage (after 800 tests): 89.5% index has more than one asset 71.1% index has the specified asset 71.1% selected an entry Only 71.1% index has the specified asset, but expected 80.0% Only 71.1% selected an entry, but expected 80.0% To rerun use: --match "/Cardano.Wallet.Primitive.Types.UTxOIndex/Indexed UTxO set properties/Index Selection/prop_selectRandom_one_withAsset/" test/unit/Cardano/Wallet/Primitive/Types/UTxOIndexSpec.hs:148:9: 2) Cardano.Wallet.Primitive.Types.UTxOIndex, Indexed UTxO set properties, Index Selection, prop_selectRandom_one_withAssetOnly Insufficient coverage (after 800 tests): 89.5% index has more than one asset 71.1% index has the specified asset 22.5% selected an entry Only 71.1% index has the specified asset, but expected 80.0% To rerun use: --match "/Cardano.Wallet.Primitive.Types.UTxOIndex/Indexed UTxO set properties/Index Selection/prop_selectRandom_one_withAssetOnly/" test/unit/Cardano/Wallet/Primitive/Types/UTxOIndexSpec.hs:154:9: 3) Cardano.Wallet.Primitive.Types.UTxOIndex, Indexed UTxO set properties, Index Selection, prop_selectRandom_all_withAsset Insufficient coverage (after 800 tests): 89.5% index has more than one asset 71.1% index has the specified asset 71.1% selected at least one entry Only 71.1% index has the specified asset, but expected 80.0% Only 71.1% selected at least one entry, but expected 80.0% To rerun use: --match "/Cardano.Wallet.Primitive.Types.UTxOIndex/Indexed UTxO set properties/Index Selection/prop_selectRandom_all_withAsset/" test/unit/Cardano/Wallet/Primitive/Types/UTxOIndexSpec.hs:156:9: 4) Cardano.Wallet.Primitive.Types.UTxOIndex, Indexed UTxO set properties, Index Selection, prop_selectRandom_all_withAssetOnly Insufficient coverage (after 800 tests): 89.5% index has more than one asset 71.1% index has the specified asset 22.5% selected at least one entry Only 71.1% index has the specified asset, but expected 80.0% To rerun use: --match "/Cardano.Wallet.Primitive.Types.UTxOIndex/Indexed UTxO set properties/Index Selection/prop_selectRandom_all_withAssetOnly/"
- Loading branch information