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

add the maxAmount to be mint by the faucet in the definition of the builtin asset #2078

Merged
merged 4 commits into from
Aug 7, 2020

Conversation

jeremyletang
Copy link
Member

This adds a new fields in the builtins assets so we can define what's the max amount which can be requested through the faucet.

@edd
Copy link
Member

edd commented Aug 7, 2020

Related: #2075

proto/assets.proto Outdated Show resolved Hide resolved
Copy link
Contributor

@peterbarrow peterbarrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nonblocking: I've noticed many min/max functions floating around in different blocks of code. Does it make sense to put them in all one place (a maths or utils library maybe) ?

@jeremyletang
Copy link
Member Author

Nonblocking: I've noticed many min/max functions floating around in different blocks of code. Does it make sense to put them in all one place (a maths or utils library maybe) ?

It could make sense indeed. If I'm opening a ticket now so we can audit this later on, is that fine by you @peterbarrow ?

@vega-ci-bot
Copy link
Collaborator

system-tests failed.

=== Test summary ===
../../grpcTesting/governance/newAssetTests.py E                          [100%]
 ERROR at setup of testNewBuiltInAsset 
../../grpcTesting/governance/newMarketGovTests.py EEEEEEEEEEEEEEEEEEEEEx [ 47%]
EEEEEEEEEEEEEEEEEEEEEEEE                                                 [100%]
 ERROR at setup of testVoteNDecline 
 ERROR at setup of testFutureExpiredReject 
 ERROR at setup of testVoteYNProposalDraw 
 ERROR at setup of testVoteYYNProposalPass 
 ERROR at setup of testNewMarketRejectNoStake 
 ERROR at setup of testNewMarketValidProposal 
 ERROR at setup of testGetAllProposals 
 ERROR at setup of testGetAllOfTheProposals[6] 
 ERROR at setup of testGetNewMarketProposals[6] 
 ERROR at setup of testGetAllOfTheProposals[2] 
 ERROR at setup of testGetNewMarketProposals[2] 
 ERROR at setup of testGetAllOfTheProposals[5] 
 ERROR at setup of testGetNewMarketProposals[5] 
 ERROR at setup of testGetAllOfTheProposals[4] 
 ERROR at setup of testGetNewMarketProposals[4] 
 ERROR at setup of testGetAllOfTheProposals[3] 
 ERROR at setup of testGetNewMarketProposals[3] 
 ERROR at setup of testGetProposalsByParty 
 ERROR at setup of testGetRejectedProposalsByParty 
 ERROR at setup of testGetOpenProposalsByParty 
 ERROR at setup of testGetVotesByParty 
 ERROR at setup of testNewMarketOpenSingleTok 
 ERROR at setup of testVoteYSmallHolder 
 ERROR at setup of testVoteYMediumNSmallHolder 
 ERROR at setup of testVoteTopUpSmallDuringVote 
 ERROR at setup of testVoteYNNoFundsProposal 
 ERROR at setup of testNewMarketInvalidParty 
 ERROR at setup of testInvalidEnactTime 
 ERROR at setup of testVoteYOwnOpenProposal 
 ERROR at setup of testVoteYOpenProposal 
 ERROR at setup of testVoteNOpenProposal 
 ERROR at setup of testVoteNoStakeOpenProposal 
 ERROR at setup of testVoteNoStakeAddFunds 
 ERROR at setup of testVoteRejectProposal 
 ERROR at setup of testVotePassedProposal 
 ERROR at setup of testVoteBothYNOpen 
 ERROR at setup of testVoteTwiceYSameUser 
 ERROR at setup of testVoteInvalidProposalID 
 ERROR at setup of testVoteEnactedMarket 
 ERROR at setup of testVoteDeclinedMarket 
 ERROR at setup of testVoteYTaintedKey 
 ERROR at setup of testNewMarketClosedProposal 
 ERROR at setup of testSubmitEnactedGTCOrder 
 ERROR at setup of testSubmitUnEnactedMarketGTCOrder 
 ERROR at setup of testFiftyYesVoteProposal 
../../grpcTesting/governance/newMarketTradesTests.py EEEEEEEEEEEE        [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/margins/marginsTests.py EEEx                           [100%]
 ERROR at setup of testMarginLevelStoppedFOK 
 ERROR at setup of testMarginLevPartFillGTC 
 ERROR at setup of testRemainOnePartFillIOC 
../../grpcTesting/markets/marketsTests.py EEEEEEEEEEEEEE                 [100%]
 ERROR at setup of testMarkets 
 ERROR at setup of testMarketsData 
 ERROR at setup of testMarketDataByID 
 ERROR at setup of testGetMarketsByID 
 ERROR at setup of testMarketDepthEmpty 
 ERROR at setup of testMarketDepthExpiredOrder 
 ERROR at setup of testMarketDepthEmptyFilledOrder 
 ERROR at setup of testMarketDepthCancelOrder 
 ERROR at setup of testMarketDepthSellOnly 
 ERROR at setup of testMarketDepthBuyOnly 
 ERROR at setup of testMarketDepthLevel1 
 ERROR at setup of testMarketDepthLevel2 
 ERROR at setup of testMarketBestBid 
 ERROR at setup of testMarketBestAsk 
../../grpcTesting/orders/amendOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEE [ 84%]
EEEEE                                                                    [100%]
 ERROR at setup of testAmendMarketOrderFail 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[60] 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[90] 
 ERROR at setup of testAmendPastExpireNoTIFGTTOrder 
 ERROR at setup of testAmendPriceGTCOrder 
 ERROR at setup of testAmendSizeIncreaseGTCOrder 
 ERROR at setup of testAmendSizeReduceGTCOrder 
 ERROR at setup of testAmendInvSizeGTCOrder 
 ERROR at setup of testAmendSizeToZeroGTCOrder 
 ERROR at setup of testAmendTraderGTCOrder 
 ERROR at setup of testAmendGTCToGTTOrder 
 ERROR at setup of testAmendPriceDifferentPubKey 
 ERROR at setup of testAmendPriceTaintedKey 
 ERROR at setup of testAmendGTCMarginCheckFail 
 ERROR at setup of testAmendPastExpireTIFGTTOrder 
 ERROR at setup of testAmendOrderGTTToGTC 
 ERROR at setup of testAmendGTCToGTTExpireOrder 
 ERROR at setup of testAmendSizeGTTOrder 
 ERROR at setup of testAmendGTTOrderToZero 
 ERROR at setup of testAmendPriceThenSizeGTTOrder 
 ERROR at setup of testAmendBothPriceSizeGTTOrder 
 ERROR at setup of testAmendFilledGTTOrder 
 ERROR at setup of testAmendFilledGTC 
 ERROR at setup of testAmendCancelledGTCOrder 
 ERROR at setup of testAmendCancelledGTTOrder 
 ERROR at setup of testAmendGTTGTCPriceSize 
 ERROR at setup of testAmendMultipleTimes 
 ERROR at setup of testAmendPricePartiallyFilledGTCOrder 
 ERROR at setup of testAmendGTTMarginCheckFail 
 ERROR at setup of testAmendGTCGTTAllFields 
 ERROR at setup of testAmendMultiGTCtoGTT 
 ERROR at setup of testAmendInvalidExpiryGTT 
../../grpcTesting/orders/cancelOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEE    [100%]
 ERROR at setup of testCancelGTCOrder 
 ERROR at setup of testCancelGTTOrder 
 ERROR at setup of testCancelCancelledOrder 
 ERROR at setup of testCancelPartiallyFilledIOCOrder 
 ERROR at setup of testCancelPartiallyFilledGTCOrder 
 ERROR at setup of testCancelFilledGTCOrder 
 ERROR at setup of testCancelFilledGTTOrder 
 ERROR at setup of testCancelFilledIOCOrder 
 ERROR at setup of testCancelFilledFOKOrder 
 ERROR at setup of testCancelStoppedIOC 
 ERROR at setup of testCancelExpiredGTTOrder 
 ERROR at setup of testCancelInvalidOrderId 
 ERROR at setup of testCancelAllParamsInvalid 
 ERROR at setup of testCancelIncorrectMarketId 
 ERROR at setup of testCancelIncorrectPartyId 
 ERROR at setup of testCheckPositionsAccountsForCancelledOrders 
 ERROR at setup of testCancelNoPubKey 
 ERROR at setup of testCancelEmptyMarket 
 ERROR at setup of testCancelNoOrderId 
 ERROR at setup of testCancelOrderIdExtra 
 ERROR at setup of testCancelNewPubKey 
 ERROR at setup of testAmendCancelGTCOrder 
 ERROR at setup of testCancelPartiallyFilledGTTOrder 
../../grpcTesting/orders/generalOrdersTests.py EEEEEEEEEEEEE             [100%]
 ERROR at setup of testGetOrderByMarketAndId[orderparam0] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam1] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam2] 
 ERROR at setup of testOrdersByMarket 
 ERROR at setup of testOrdersByPartyId[orderparam0] 
 ERROR at setup of testOrdersByPartyId[orderparam1] 
 ERROR at setup of testOrdersByPartyId[orderparam2] 
 ERROR at setup of testOrdersByOrderId[orderparam0] 
 ERROR at setup of testOrdersByOrderId[orderparam1] 
 ERROR at setup of testOrdersByOrderId[orderparam2] 
 ERROR at setup of testOrderByReference[orderparam0] 
 ERROR at setup of testOrderByReference[orderparam1] 
 ERROR at setup of testOrderByReference[orderparam2] 
../../grpcTesting/orders/limitOrdersTests.py EEEEEEEEEEEE                [100%]
 ERROR at setup of testActiveGTCOrder 
 ERROR at setup of testRejectedGTCMarginCheckFail 
 ERROR at setup of testFilledGTCOrder 
 ERROR at setup of testPartiallyFilledGTC 
 ERROR at setup of testFilledGTTOrder 
 ERROR at setup of testExpiredGTTOrder 
 ERROR at setup of testPartiallyFilledGTTOrder 
 ERROR at setup of testExpirePartiallyFilledGTTOrder 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testFilledIOCOrder 
 ERROR at setup of testPartiallyFilledIOCOrder 
 ERROR at setup of testRejectedGTTMarginCheckFail 
../../grpcTesting/orders/marketOrdersTests.py EEEEEEEE                   [100%]
 ERROR at setup of testStoppedFOKNonMatch 
 ERROR at setup of testRejectedFOKMarginCheckFail 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testStoppedFOKMatchPartially 
 ERROR at setup of testStoppedIOCNonMatch 
 ERROR at setup of testStoppedIOCPartialMatch 
 ERROR at setup of testRejectedIOCMarginCheckFail 
 ERROR at setup of testFilledIOCOrder 
../../grpcTesting/orders/mixedOrdersTests.py EEEEEEEEEEEEEEEEEEEEE       [100%]
 ERROR at setup of testGTCOrders[orderparam0] 
 ERROR at setup of testGTCOrders[orderparam1] 
 ERROR at setup of testGTTOrder[orderparam0] 
 ERROR at setup of testGTTOrder[orderparam1] 
 ERROR at setup of testFOKOrder[orderparam0] 
 ERROR at setup of testFOKOrder[orderparam1] 
 ERROR at setup of testIOCOrder[orderparam0] 
 ERROR at setup of testIOCOrder[orderparam1] 
 ERROR at setup of testMixMarket[orderparam0] 
 ERROR at setup of testMixMarket[orderparam1] 
 ERROR at setup of testMixMarket[orderparam2] 
 ERROR at setup of testMixMarket[orderparam3] 
 ERROR at setup of testMixLimit[orderparam0] 
 ERROR at setup of testMixLimit[orderparam1] 
 ERROR at setup of testMixLimit[orderparam2] 
 ERROR at setup of testMixAmends[orderparam0] 
 ERROR at setup of testMixAmends[orderparam1] 
 ERROR at setup of testMixAmends[orderparam2] 
 ERROR at setup of testMixCancellations[orderparam0] 
 ERROR at setup of testMixCancellations[orderparam1] 
 ERROR at setup of testMixCancellations[orderparam2] 
../../grpcTesting/orders/negativeOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEE [ 57%]
EEEExEEEEEEEEEsEEE                                                       [100%]
 ERROR at setup of testSubmitInvalidGTCOrder 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Buy] 
 ERROR at setup of testPrepSubMrktOrderNoSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNegSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[IOC] 
 ERROR at setup of testPrepSubOrderNoTiF[Market] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTC] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Market] 
 ERROR at setup of testSubmitInvalidOrderType[GTC] 
 ERROR at setup of testSubmitInvalidSideType[GTC] 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Sell] 
 ERROR at setup of testPrepSubMrktOrderNoSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNegSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[FOK] 
 ERROR at setup of testPrepSubOrderNoTiF[Limit] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTT] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Limit] 
 ERROR at setup of testSubmitInvalidOrderType[GTT] 
 ERROR at setup of testSubmitInvalidSideType[GTT] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Unspecified] 
 ERROR at setup of testSubmitInvalidMarketIdOrder 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam0] 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam1] 
 ERROR at setup of testWashGTTOrder 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Buy] 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Sell] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam0] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam1] 
 ERROR at setup of testAmendNegPriceGTCOrder[Buy] 
 ERROR at setup of testAmendNegPriceGTCOrder[Sell] 
 ERROR at setup of testAmendExpiredGTTOrder 
 ERROR at setup of testAmendSizePartiallyFilledIOCOrder 
 ERROR at setup of testPrepSubMrktOrderNoMarketId 
 ERROR at setup of testSubmitNetworkOrderType 
 ERROR at setup of testSubmitManyInvalidArgs 
 ERROR at setup of testSubmitOrderNoSide 
../../grpcTesting/parallel/submitParallelOrdersTests.py FFFFFFFF         [100%]
 testGTCOrders 
 testGTTOrder 
 testFOKOrder 
 testIOCOrder 
 testMixMarket 
 testMixLimit 
 testAmendments 
 testCancellations 
../../grpcTesting/trading/positionsTests.py EE                           [100%]
 ERROR at setup of testFullyFilled[orderparam0] 
 ERROR at setup of testPartialFills[orderparam0] 
../../grpcTesting/trading/tradesTests.py EEEEEEEEEEEE                    [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/wallet/walletTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 91%]
EEE                                                                      [100%]
 ERROR at setup of testLoginWrongPass 
 ERROR at setup of testLoginFail 
 ERROR at setup of testLogoutGetKey 
 ERROR at setup of testLogoutListKeys 
 ERROR at setup of testLogoutUpdateMeta 
 ERROR at setup of testUpdateMetaNonOwner 
 ERROR at setup of testUpdateMetaInvalidPubKey 
 ERROR at setup of testUpdateMetaNoPubKey 
 ERROR at setup of testUpdateMetaWrongPass 
 ERROR at setup of testUpdateMetaNoData 
 ERROR at setup of testUpdateMeta 
 ERROR at setup of testUpdateMetaEmptyVal 
 ERROR at setup of testUpdateMetaEmptyKey 
 ERROR at setup of testUpdateMetaLargeKey 
 ERROR at setup of testUpdateMetaLargeVal 
 ERROR at setup of testLogoutSignTnx 
 ERROR at setup of testMetaUpdtFailSignTnx 
 ERROR at setup of testSignTnxNotLoggedIn 
 ERROR at setup of testTaintKeySignTnx 
 ERROR at setup of testMetaUpdtTaintKeySignTnx 
 ERROR at setup of testSignTnxInvalidSig[] 
 ERROR at setup of testSignTnxNoData 
 ERROR at setup of testSignTnxPubSigReverse 
 ERROR at setup of testSignTnxInvalidPass 
 ERROR at setup of testSignNoTnx 
 ERROR at setup of testSignNoPubKey 
 ERROR at setup of testSignTnxDifferentMarket 
 ERROR at setup of testSignTnxTaintKeySubmit 
 ERROR at setup of testCancelOrderTaintedKey 
 ERROR at setup of testSignTnxTrimTnxLength 
 ERROR at setup of testSignTnxTAddTnxLength 
 ERROR at setup of testSignTnxBuffOverflow 
 ERROR at setup of testListKeys 
../../rest/orders/negativeOrdersTests.py .                               [100%]

@jeremyletang
Copy link
Member Author

@peterbarrow #2079.

@vega-ci-bot
Copy link
Collaborator

system-tests failed.

=== Test summary ===
../../grpcTesting/governance/newAssetTests.py E                          [100%]
 ERROR at setup of testNewBuiltInAsset 
../../grpcTesting/governance/newMarketGovTests.py EEEEEEEEEEEEEEEEEEEEEx [ 47%]
EEEEEEEEEEEEEEEEEEEEEEEE                                                 [100%]
 ERROR at setup of testVoteNDecline 
 ERROR at setup of testFutureExpiredReject 
 ERROR at setup of testVoteYNProposalDraw 
 ERROR at setup of testVoteYYNProposalPass 
 ERROR at setup of testNewMarketRejectNoStake 
 ERROR at setup of testNewMarketValidProposal 
 ERROR at setup of testGetAllProposals 
 ERROR at setup of testGetAllOfTheProposals[6] 
 ERROR at setup of testGetNewMarketProposals[6] 
 ERROR at setup of testGetAllOfTheProposals[2] 
 ERROR at setup of testGetNewMarketProposals[2] 
 ERROR at setup of testGetAllOfTheProposals[5] 
 ERROR at setup of testGetNewMarketProposals[5] 
 ERROR at setup of testGetAllOfTheProposals[4] 
 ERROR at setup of testGetNewMarketProposals[4] 
 ERROR at setup of testGetAllOfTheProposals[3] 
 ERROR at setup of testGetNewMarketProposals[3] 
 ERROR at setup of testGetProposalsByParty 
 ERROR at setup of testGetRejectedProposalsByParty 
 ERROR at setup of testGetOpenProposalsByParty 
 ERROR at setup of testGetVotesByParty 
 ERROR at setup of testNewMarketOpenSingleTok 
 ERROR at setup of testVoteYSmallHolder 
 ERROR at setup of testVoteYMediumNSmallHolder 
 ERROR at setup of testVoteTopUpSmallDuringVote 
 ERROR at setup of testVoteYNNoFundsProposal 
 ERROR at setup of testNewMarketInvalidParty 
 ERROR at setup of testInvalidEnactTime 
 ERROR at setup of testVoteYOwnOpenProposal 
 ERROR at setup of testVoteYOpenProposal 
 ERROR at setup of testVoteNOpenProposal 
 ERROR at setup of testVoteNoStakeOpenProposal 
 ERROR at setup of testVoteNoStakeAddFunds 
 ERROR at setup of testVoteRejectProposal 
 ERROR at setup of testVotePassedProposal 
 ERROR at setup of testVoteBothYNOpen 
 ERROR at setup of testVoteTwiceYSameUser 
 ERROR at setup of testVoteInvalidProposalID 
 ERROR at setup of testVoteEnactedMarket 
 ERROR at setup of testVoteDeclinedMarket 
 ERROR at setup of testVoteYTaintedKey 
 ERROR at setup of testNewMarketClosedProposal 
 ERROR at setup of testSubmitEnactedGTCOrder 
 ERROR at setup of testSubmitUnEnactedMarketGTCOrder 
 ERROR at setup of testFiftyYesVoteProposal 
../../grpcTesting/governance/newMarketTradesTests.py EEEEEEEEEEEE        [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/margins/marginsTests.py EEEx                           [100%]
 ERROR at setup of testMarginLevelStoppedFOK 
 ERROR at setup of testMarginLevPartFillGTC 
 ERROR at setup of testRemainOnePartFillIOC 
../../grpcTesting/markets/marketsTests.py EEEEEEEEEEEEEE                 [100%]
 ERROR at setup of testMarkets 
 ERROR at setup of testMarketsData 
 ERROR at setup of testMarketDataByID 
 ERROR at setup of testGetMarketsByID 
 ERROR at setup of testMarketDepthEmpty 
 ERROR at setup of testMarketDepthExpiredOrder 
 ERROR at setup of testMarketDepthEmptyFilledOrder 
 ERROR at setup of testMarketDepthCancelOrder 
 ERROR at setup of testMarketDepthSellOnly 
 ERROR at setup of testMarketDepthBuyOnly 
 ERROR at setup of testMarketDepthLevel1 
 ERROR at setup of testMarketDepthLevel2 
 ERROR at setup of testMarketBestBid 
 ERROR at setup of testMarketBestAsk 
../../grpcTesting/orders/amendOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEE [ 84%]
EEEEE                                                                    [100%]
 ERROR at setup of testAmendMarketOrderFail 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[60] 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[90] 
 ERROR at setup of testAmendPastExpireNoTIFGTTOrder 
 ERROR at setup of testAmendPriceGTCOrder 
 ERROR at setup of testAmendSizeIncreaseGTCOrder 
 ERROR at setup of testAmendSizeReduceGTCOrder 
 ERROR at setup of testAmendInvSizeGTCOrder 
 ERROR at setup of testAmendSizeToZeroGTCOrder 
 ERROR at setup of testAmendTraderGTCOrder 
 ERROR at setup of testAmendGTCToGTTOrder 
 ERROR at setup of testAmendPriceDifferentPubKey 
 ERROR at setup of testAmendPriceTaintedKey 
 ERROR at setup of testAmendGTCMarginCheckFail 
 ERROR at setup of testAmendPastExpireTIFGTTOrder 
 ERROR at setup of testAmendOrderGTTToGTC 
 ERROR at setup of testAmendGTCToGTTExpireOrder 
 ERROR at setup of testAmendSizeGTTOrder 
 ERROR at setup of testAmendGTTOrderToZero 
 ERROR at setup of testAmendPriceThenSizeGTTOrder 
 ERROR at setup of testAmendBothPriceSizeGTTOrder 
 ERROR at setup of testAmendFilledGTTOrder 
 ERROR at setup of testAmendFilledGTC 
 ERROR at setup of testAmendCancelledGTCOrder 
 ERROR at setup of testAmendCancelledGTTOrder 
 ERROR at setup of testAmendGTTGTCPriceSize 
 ERROR at setup of testAmendMultipleTimes 
 ERROR at setup of testAmendPricePartiallyFilledGTCOrder 
 ERROR at setup of testAmendGTTMarginCheckFail 
 ERROR at setup of testAmendGTCGTTAllFields 
 ERROR at setup of testAmendMultiGTCtoGTT 
 ERROR at setup of testAmendInvalidExpiryGTT 
../../grpcTesting/orders/cancelOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEE    [100%]
 ERROR at setup of testCancelGTCOrder 
 ERROR at setup of testCancelGTTOrder 
 ERROR at setup of testCancelCancelledOrder 
 ERROR at setup of testCancelPartiallyFilledIOCOrder 
 ERROR at setup of testCancelPartiallyFilledGTCOrder 
 ERROR at setup of testCancelFilledGTCOrder 
 ERROR at setup of testCancelFilledGTTOrder 
 ERROR at setup of testCancelFilledIOCOrder 
 ERROR at setup of testCancelFilledFOKOrder 
 ERROR at setup of testCancelStoppedIOC 
 ERROR at setup of testCancelExpiredGTTOrder 
 ERROR at setup of testCancelInvalidOrderId 
 ERROR at setup of testCancelAllParamsInvalid 
 ERROR at setup of testCancelIncorrectMarketId 
 ERROR at setup of testCancelIncorrectPartyId 
 ERROR at setup of testCheckPositionsAccountsForCancelledOrders 
 ERROR at setup of testCancelNoPubKey 
 ERROR at setup of testCancelEmptyMarket 
 ERROR at setup of testCancelNoOrderId 
 ERROR at setup of testCancelOrderIdExtra 
 ERROR at setup of testCancelNewPubKey 
 ERROR at setup of testAmendCancelGTCOrder 
 ERROR at setup of testCancelPartiallyFilledGTTOrder 
../../grpcTesting/orders/generalOrdersTests.py EEEEEEEEEEEEE             [100%]
 ERROR at setup of testGetOrderByMarketAndId[orderparam0] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam1] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam2] 
 ERROR at setup of testOrdersByMarket 
 ERROR at setup of testOrdersByPartyId[orderparam0] 
 ERROR at setup of testOrdersByPartyId[orderparam1] 
 ERROR at setup of testOrdersByPartyId[orderparam2] 
 ERROR at setup of testOrdersByOrderId[orderparam0] 
 ERROR at setup of testOrdersByOrderId[orderparam1] 
 ERROR at setup of testOrdersByOrderId[orderparam2] 
 ERROR at setup of testOrderByReference[orderparam0] 
 ERROR at setup of testOrderByReference[orderparam1] 
 ERROR at setup of testOrderByReference[orderparam2] 
../../grpcTesting/orders/limitOrdersTests.py EEEEEEEEEEEE                [100%]
 ERROR at setup of testActiveGTCOrder 
 ERROR at setup of testRejectedGTCMarginCheckFail 
 ERROR at setup of testFilledGTCOrder 
 ERROR at setup of testPartiallyFilledGTC 
 ERROR at setup of testFilledGTTOrder 
 ERROR at setup of testExpiredGTTOrder 
 ERROR at setup of testPartiallyFilledGTTOrder 
 ERROR at setup of testExpirePartiallyFilledGTTOrder 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testFilledIOCOrder 
 ERROR at setup of testPartiallyFilledIOCOrder 
 ERROR at setup of testRejectedGTTMarginCheckFail 
../../grpcTesting/orders/marketOrdersTests.py EEEEEEEE                   [100%]
 ERROR at setup of testStoppedFOKNonMatch 
 ERROR at setup of testRejectedFOKMarginCheckFail 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testStoppedFOKMatchPartially 
 ERROR at setup of testStoppedIOCNonMatch 
 ERROR at setup of testStoppedIOCPartialMatch 
 ERROR at setup of testRejectedIOCMarginCheckFail 
 ERROR at setup of testFilledIOCOrder 
../../grpcTesting/orders/mixedOrdersTests.py EEEEEEEEEEEEEEEEEEEEE       [100%]
 ERROR at setup of testGTCOrders[orderparam0] 
 ERROR at setup of testGTCOrders[orderparam1] 
 ERROR at setup of testGTTOrder[orderparam0] 
 ERROR at setup of testGTTOrder[orderparam1] 
 ERROR at setup of testFOKOrder[orderparam0] 
 ERROR at setup of testFOKOrder[orderparam1] 
 ERROR at setup of testIOCOrder[orderparam0] 
 ERROR at setup of testIOCOrder[orderparam1] 
 ERROR at setup of testMixMarket[orderparam0] 
 ERROR at setup of testMixMarket[orderparam1] 
 ERROR at setup of testMixMarket[orderparam2] 
 ERROR at setup of testMixMarket[orderparam3] 
 ERROR at setup of testMixLimit[orderparam0] 
 ERROR at setup of testMixLimit[orderparam1] 
 ERROR at setup of testMixLimit[orderparam2] 
 ERROR at setup of testMixAmends[orderparam0] 
 ERROR at setup of testMixAmends[orderparam1] 
 ERROR at setup of testMixAmends[orderparam2] 
 ERROR at setup of testMixCancellations[orderparam0] 
 ERROR at setup of testMixCancellations[orderparam1] 
 ERROR at setup of testMixCancellations[orderparam2] 
../../grpcTesting/orders/negativeOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEE [ 57%]
EEEExEEEEEEEEEsEEE                                                       [100%]
 ERROR at setup of testSubmitInvalidGTCOrder 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Buy] 
 ERROR at setup of testPrepSubMrktOrderNoSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNegSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[IOC] 
 ERROR at setup of testPrepSubOrderNoTiF[Market] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTC] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Market] 
 ERROR at setup of testSubmitInvalidOrderType[GTC] 
 ERROR at setup of testSubmitInvalidSideType[GTC] 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Sell] 
 ERROR at setup of testPrepSubMrktOrderNoSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNegSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[FOK] 
 ERROR at setup of testPrepSubOrderNoTiF[Limit] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTT] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Limit] 
 ERROR at setup of testSubmitInvalidOrderType[GTT] 
 ERROR at setup of testSubmitInvalidSideType[GTT] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Unspecified] 
 ERROR at setup of testSubmitInvalidMarketIdOrder 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam0] 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam1] 
 ERROR at setup of testWashGTTOrder 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Buy] 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Sell] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam0] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam1] 
 ERROR at setup of testAmendNegPriceGTCOrder[Buy] 
 ERROR at setup of testAmendNegPriceGTCOrder[Sell] 
 ERROR at setup of testAmendExpiredGTTOrder 
 ERROR at setup of testAmendSizePartiallyFilledIOCOrder 
 ERROR at setup of testPrepSubMrktOrderNoMarketId 
 ERROR at setup of testSubmitNetworkOrderType 
 ERROR at setup of testSubmitManyInvalidArgs 
 ERROR at setup of testSubmitOrderNoSide 
../../grpcTesting/parallel/submitParallelOrdersTests.py FFFFFFFF         [100%]
 testGTCOrders 
 testGTTOrder 
 testFOKOrder 
 testIOCOrder 
 testMixMarket 
 testMixLimit 
 testAmendments 
 testCancellations 
../../grpcTesting/parties/partiesTests.py EE                             [100%]
 ERROR at setup of testPartyAccountsRequest 
 ERROR at setup of testMarginLevels 
../../grpcTesting/trading/positionsTests.py EE                           [100%]
 ERROR at setup of testFullyFilled[orderparam0] 
 ERROR at setup of testPartialFills[orderparam0] 
../../grpcTesting/trading/tradesTests.py EEEEEEEEEEEE                    [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/wallet/walletTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 91%]
EEE                                                                      [100%]
 ERROR at setup of testLoginWrongPass 
 ERROR at setup of testLoginFail 
 ERROR at setup of testLogoutGetKey 
 ERROR at setup of testLogoutListKeys 
 ERROR at setup of testLogoutUpdateMeta 
 ERROR at setup of testUpdateMetaNonOwner 
 ERROR at setup of testUpdateMetaInvalidPubKey 
 ERROR at setup of testUpdateMetaNoPubKey 
 ERROR at setup of testUpdateMetaWrongPass 
 ERROR at setup of testUpdateMetaNoData 
 ERROR at setup of testUpdateMeta 
 ERROR at setup of testUpdateMetaEmptyVal 
 ERROR at setup of testUpdateMetaEmptyKey 
 ERROR at setup of testUpdateMetaLargeKey 
 ERROR at setup of testUpdateMetaLargeVal 
 ERROR at setup of testLogoutSignTnx 
 ERROR at setup of testMetaUpdtFailSignTnx 
 ERROR at setup of testSignTnxNotLoggedIn 
 ERROR at setup of testTaintKeySignTnx 
 ERROR at setup of testMetaUpdtTaintKeySignTnx 
 ERROR at setup of testSignTnxInvalidSig[] 
 ERROR at setup of testSignTnxNoData 
 ERROR at setup of testSignTnxPubSigReverse 
 ERROR at setup of testSignTnxInvalidPass 
 ERROR at setup of testSignNoTnx 
 ERROR at setup of testSignNoPubKey 
 ERROR at setup of testSignTnxDifferentMarket 
 ERROR at setup of testSignTnxTaintKeySubmit 
 ERROR at setup of testCancelOrderTaintedKey 
 ERROR at setup of testSignTnxTrimTnxLength 
 ERROR at setup of testSignTnxTAddTnxLength 
 ERROR at setup of testSignTnxBuffOverflow 
 ERROR at setup of testListKeys 
../../rest/orders/negativeOrdersTests.py .                               [100%]

@vega-ci-bot
Copy link
Collaborator

system-tests failed.

=== Test summary ===
../../grpcTesting/governance/newAssetTests.py E                          [100%]
 ERROR at setup of testNewBuiltInAsset 
../../grpcTesting/governance/newMarketGovTests.py EEEEEEEEEEEEEEEEEEEEEx [ 47%]
EEEEEEEEEEEEEEEEEEEEEEEE                                                 [100%]
 ERROR at setup of testVoteNDecline 
 ERROR at setup of testFutureExpiredReject 
 ERROR at setup of testVoteYNProposalDraw 
 ERROR at setup of testVoteYYNProposalPass 
 ERROR at setup of testNewMarketRejectNoStake 
 ERROR at setup of testNewMarketValidProposal 
 ERROR at setup of testGetAllProposals 
 ERROR at setup of testGetAllOfTheProposals[6] 
 ERROR at setup of testGetNewMarketProposals[6] 
 ERROR at setup of testGetAllOfTheProposals[2] 
 ERROR at setup of testGetNewMarketProposals[2] 
 ERROR at setup of testGetAllOfTheProposals[5] 
 ERROR at setup of testGetNewMarketProposals[5] 
 ERROR at setup of testGetAllOfTheProposals[4] 
 ERROR at setup of testGetNewMarketProposals[4] 
 ERROR at setup of testGetAllOfTheProposals[3] 
 ERROR at setup of testGetNewMarketProposals[3] 
 ERROR at setup of testGetProposalsByParty 
 ERROR at setup of testGetRejectedProposalsByParty 
 ERROR at setup of testGetOpenProposalsByParty 
 ERROR at setup of testGetVotesByParty 
 ERROR at setup of testNewMarketOpenSingleTok 
 ERROR at setup of testVoteYSmallHolder 
 ERROR at setup of testVoteYMediumNSmallHolder 
 ERROR at setup of testVoteTopUpSmallDuringVote 
 ERROR at setup of testVoteYNNoFundsProposal 
 ERROR at setup of testNewMarketInvalidParty 
 ERROR at setup of testInvalidEnactTime 
 ERROR at setup of testVoteYOwnOpenProposal 
 ERROR at setup of testVoteYOpenProposal 
 ERROR at setup of testVoteNOpenProposal 
 ERROR at setup of testVoteNoStakeOpenProposal 
 ERROR at setup of testVoteNoStakeAddFunds 
 ERROR at setup of testVoteRejectProposal 
 ERROR at setup of testVotePassedProposal 
 ERROR at setup of testVoteBothYNOpen 
 ERROR at setup of testVoteTwiceYSameUser 
 ERROR at setup of testVoteInvalidProposalID 
 ERROR at setup of testVoteEnactedMarket 
 ERROR at setup of testVoteDeclinedMarket 
 ERROR at setup of testVoteYTaintedKey 
 ERROR at setup of testNewMarketClosedProposal 
 ERROR at setup of testSubmitEnactedGTCOrder 
 ERROR at setup of testSubmitUnEnactedMarketGTCOrder 
 ERROR at setup of testFiftyYesVoteProposal 
../../grpcTesting/governance/newMarketTradesTests.py EEEEEEEEEEEE        [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/margins/marginsTests.py EEEx                           [100%]
 ERROR at setup of testMarginLevelStoppedFOK 
 ERROR at setup of testMarginLevPartFillGTC 
 ERROR at setup of testRemainOnePartFillIOC 
../../grpcTesting/markets/marketsTests.py EEEEEEEEEEEEEE                 [100%]
 ERROR at setup of testMarkets 
 ERROR at setup of testMarketsData 
 ERROR at setup of testMarketDataByID 
 ERROR at setup of testGetMarketsByID 
 ERROR at setup of testMarketDepthEmpty 
 ERROR at setup of testMarketDepthExpiredOrder 
 ERROR at setup of testMarketDepthEmptyFilledOrder 
 ERROR at setup of testMarketDepthCancelOrder 
 ERROR at setup of testMarketDepthSellOnly 
 ERROR at setup of testMarketDepthBuyOnly 
 ERROR at setup of testMarketDepthLevel1 
 ERROR at setup of testMarketDepthLevel2 
 ERROR at setup of testMarketBestBid 
 ERROR at setup of testMarketBestAsk 
../../grpcTesting/orders/amendOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEE [ 84%]
EEEEE                                                                    [100%]
 ERROR at setup of testAmendMarketOrderFail 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[60] 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[90] 
 ERROR at setup of testAmendPastExpireNoTIFGTTOrder 
 ERROR at setup of testAmendPriceGTCOrder 
 ERROR at setup of testAmendSizeIncreaseGTCOrder 
 ERROR at setup of testAmendSizeReduceGTCOrder 
 ERROR at setup of testAmendInvSizeGTCOrder 
 ERROR at setup of testAmendSizeToZeroGTCOrder 
 ERROR at setup of testAmendTraderGTCOrder 
 ERROR at setup of testAmendGTCToGTTOrder 
 ERROR at setup of testAmendPriceDifferentPubKey 
 ERROR at setup of testAmendPriceTaintedKey 
 ERROR at setup of testAmendGTCMarginCheckFail 
 ERROR at setup of testAmendPastExpireTIFGTTOrder 
 ERROR at setup of testAmendOrderGTTToGTC 
 ERROR at setup of testAmendGTCToGTTExpireOrder 
 ERROR at setup of testAmendSizeGTTOrder 
 ERROR at setup of testAmendGTTOrderToZero 
 ERROR at setup of testAmendPriceThenSizeGTTOrder 
 ERROR at setup of testAmendBothPriceSizeGTTOrder 
 ERROR at setup of testAmendFilledGTTOrder 
 ERROR at setup of testAmendFilledGTC 
 ERROR at setup of testAmendCancelledGTCOrder 
 ERROR at setup of testAmendCancelledGTTOrder 
 ERROR at setup of testAmendGTTGTCPriceSize 
 ERROR at setup of testAmendMultipleTimes 
 ERROR at setup of testAmendPricePartiallyFilledGTCOrder 
 ERROR at setup of testAmendGTTMarginCheckFail 
 ERROR at setup of testAmendGTCGTTAllFields 
 ERROR at setup of testAmendMultiGTCtoGTT 
 ERROR at setup of testAmendInvalidExpiryGTT 
../../grpcTesting/orders/cancelOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEE    [100%]
 ERROR at setup of testCancelGTCOrder 
 ERROR at setup of testCancelGTTOrder 
 ERROR at setup of testCancelCancelledOrder 
 ERROR at setup of testCancelPartiallyFilledIOCOrder 
 ERROR at setup of testCancelPartiallyFilledGTCOrder 
 ERROR at setup of testCancelFilledGTCOrder 
 ERROR at setup of testCancelFilledGTTOrder 
 ERROR at setup of testCancelFilledIOCOrder 
 ERROR at setup of testCancelFilledFOKOrder 
 ERROR at setup of testCancelStoppedIOC 
 ERROR at setup of testCancelExpiredGTTOrder 
 ERROR at setup of testCancelInvalidOrderId 
 ERROR at setup of testCancelAllParamsInvalid 
 ERROR at setup of testCancelIncorrectMarketId 
 ERROR at setup of testCancelIncorrectPartyId 
 ERROR at setup of testCheckPositionsAccountsForCancelledOrders 
 ERROR at setup of testCancelNoPubKey 
 ERROR at setup of testCancelEmptyMarket 
 ERROR at setup of testCancelNoOrderId 
 ERROR at setup of testCancelOrderIdExtra 
 ERROR at setup of testCancelNewPubKey 
 ERROR at setup of testAmendCancelGTCOrder 
 ERROR at setup of testCancelPartiallyFilledGTTOrder 
../../grpcTesting/orders/generalOrdersTests.py EEEEEEEEEEEEE             [100%]
 ERROR at setup of testGetOrderByMarketAndId[orderparam0] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam1] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam2] 
 ERROR at setup of testOrdersByMarket 
 ERROR at setup of testOrdersByPartyId[orderparam0] 
 ERROR at setup of testOrdersByPartyId[orderparam1] 
 ERROR at setup of testOrdersByPartyId[orderparam2] 
 ERROR at setup of testOrdersByOrderId[orderparam0] 
 ERROR at setup of testOrdersByOrderId[orderparam1] 
 ERROR at setup of testOrdersByOrderId[orderparam2] 
 ERROR at setup of testOrderByReference[orderparam0] 
 ERROR at setup of testOrderByReference[orderparam1] 
 ERROR at setup of testOrderByReference[orderparam2] 
../../grpcTesting/orders/limitOrdersTests.py EEEEEEEEEEEE                [100%]
 ERROR at setup of testActiveGTCOrder 
 ERROR at setup of testRejectedGTCMarginCheckFail 
 ERROR at setup of testFilledGTCOrder 
 ERROR at setup of testPartiallyFilledGTC 
 ERROR at setup of testFilledGTTOrder 
 ERROR at setup of testExpiredGTTOrder 
 ERROR at setup of testPartiallyFilledGTTOrder 
 ERROR at setup of testExpirePartiallyFilledGTTOrder 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testFilledIOCOrder 
 ERROR at setup of testPartiallyFilledIOCOrder 
 ERROR at setup of testRejectedGTTMarginCheckFail 
../../grpcTesting/orders/marketOrdersTests.py EEEEEEEE                   [100%]
 ERROR at setup of testStoppedFOKNonMatch 
 ERROR at setup of testRejectedFOKMarginCheckFail 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testStoppedFOKMatchPartially 
 ERROR at setup of testStoppedIOCNonMatch 
 ERROR at setup of testStoppedIOCPartialMatch 
 ERROR at setup of testRejectedIOCMarginCheckFail 
 ERROR at setup of testFilledIOCOrder 
../../grpcTesting/orders/mixedOrdersTests.py EEEEEEEEEEEEEEEEEEEEE       [100%]
 ERROR at setup of testGTCOrders[orderparam0] 
 ERROR at setup of testGTCOrders[orderparam1] 
 ERROR at setup of testGTTOrder[orderparam0] 
 ERROR at setup of testGTTOrder[orderparam1] 
 ERROR at setup of testFOKOrder[orderparam0] 
 ERROR at setup of testFOKOrder[orderparam1] 
 ERROR at setup of testIOCOrder[orderparam0] 
 ERROR at setup of testIOCOrder[orderparam1] 
 ERROR at setup of testMixMarket[orderparam0] 
 ERROR at setup of testMixMarket[orderparam1] 
 ERROR at setup of testMixMarket[orderparam2] 
 ERROR at setup of testMixMarket[orderparam3] 
 ERROR at setup of testMixLimit[orderparam0] 
 ERROR at setup of testMixLimit[orderparam1] 
 ERROR at setup of testMixLimit[orderparam2] 
 ERROR at setup of testMixAmends[orderparam0] 
 ERROR at setup of testMixAmends[orderparam1] 
 ERROR at setup of testMixAmends[orderparam2] 
 ERROR at setup of testMixCancellations[orderparam0] 
 ERROR at setup of testMixCancellations[orderparam1] 
 ERROR at setup of testMixCancellations[orderparam2] 
../../grpcTesting/orders/negativeOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEE [ 57%]
EEEExEEEEEEEEEsEEE                                                       [100%]
 ERROR at setup of testSubmitInvalidGTCOrder 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Buy] 
 ERROR at setup of testPrepSubMrktOrderNoSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNegSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[IOC] 
 ERROR at setup of testPrepSubOrderNoTiF[Market] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTC] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Market] 
 ERROR at setup of testSubmitInvalidOrderType[GTC] 
 ERROR at setup of testSubmitInvalidSideType[GTC] 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Sell] 
 ERROR at setup of testPrepSubMrktOrderNoSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNegSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[FOK] 
 ERROR at setup of testPrepSubOrderNoTiF[Limit] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTT] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Limit] 
 ERROR at setup of testSubmitInvalidOrderType[GTT] 
 ERROR at setup of testSubmitInvalidSideType[GTT] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Unspecified] 
 ERROR at setup of testSubmitInvalidMarketIdOrder 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam0] 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam1] 
 ERROR at setup of testWashGTTOrder 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Buy] 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Sell] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam0] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam1] 
 ERROR at setup of testAmendNegPriceGTCOrder[Buy] 
 ERROR at setup of testAmendNegPriceGTCOrder[Sell] 
 ERROR at setup of testAmendExpiredGTTOrder 
 ERROR at setup of testAmendSizePartiallyFilledIOCOrder 
 ERROR at setup of testPrepSubMrktOrderNoMarketId 
 ERROR at setup of testSubmitNetworkOrderType 
 ERROR at setup of testSubmitManyInvalidArgs 
 ERROR at setup of testSubmitOrderNoSide 
../../grpcTesting/parallel/submitParallelOrdersTests.py FFFFFFFF         [100%]
 testGTCOrders 
 testGTTOrder 
 testFOKOrder 
 testIOCOrder 
 testMixMarket 
 testMixLimit 
 testAmendments 
 testCancellations 
../../grpcTesting/parties/partiesTests.py EE                             [100%]
 ERROR at setup of testPartyAccountsRequest 
 ERROR at setup of testMarginLevels 
../../grpcTesting/trading/positionsTests.py EE                           [100%]
 ERROR at setup of testFullyFilled[orderparam0] 
 ERROR at setup of testPartialFills[orderparam0] 
../../grpcTesting/trading/tradesTests.py EEEEEEEEEEEE                    [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/wallet/walletTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 91%]
EEE                                                                      [100%]
 ERROR at setup of testLoginWrongPass 
 ERROR at setup of testLoginFail 
 ERROR at setup of testLogoutGetKey 
 ERROR at setup of testLogoutListKeys 
 ERROR at setup of testLogoutUpdateMeta 
 ERROR at setup of testUpdateMetaNonOwner 
 ERROR at setup of testUpdateMetaInvalidPubKey 
 ERROR at setup of testUpdateMetaNoPubKey 
 ERROR at setup of testUpdateMetaWrongPass 
 ERROR at setup of testUpdateMetaNoData 
 ERROR at setup of testUpdateMeta 
 ERROR at setup of testUpdateMetaEmptyVal 
 ERROR at setup of testUpdateMetaEmptyKey 
 ERROR at setup of testUpdateMetaLargeKey 
 ERROR at setup of testUpdateMetaLargeVal 
 ERROR at setup of testLogoutSignTnx 
 ERROR at setup of testMetaUpdtFailSignTnx 
 ERROR at setup of testSignTnxNotLoggedIn 
 ERROR at setup of testTaintKeySignTnx 
 ERROR at setup of testMetaUpdtTaintKeySignTnx 
 ERROR at setup of testSignTnxInvalidSig[] 
 ERROR at setup of testSignTnxNoData 
 ERROR at setup of testSignTnxPubSigReverse 
 ERROR at setup of testSignTnxInvalidPass 
 ERROR at setup of testSignNoTnx 
 ERROR at setup of testSignNoPubKey 
 ERROR at setup of testSignTnxDifferentMarket 
 ERROR at setup of testSignTnxTaintKeySubmit 
 ERROR at setup of testCancelOrderTaintedKey 
 ERROR at setup of testSignTnxTrimTnxLength 
 ERROR at setup of testSignTnxTAddTnxLength 
 ERROR at setup of testSignTnxBuffOverflow 
 ERROR at setup of testListKeys 
../../rest/orders/negativeOrdersTests.py .                               [100%]

assets/config.go Outdated Show resolved Hide resolved
@vega-ci-bot
Copy link
Collaborator

system-tests failed.

=== Test summary ===
../../grpcTesting/governance/newAssetTests.py E                          [100%]
 ERROR at setup of testNewBuiltInAsset 
../../grpcTesting/governance/newMarketGovTests.py EEEEEEEEEEEEEEEEEEEEEx [ 47%]
EEEEEEEEEEEEEEEEEEEEEEEE                                                 [100%]
 ERROR at setup of testVoteNDecline 
 ERROR at setup of testFutureExpiredReject 
 ERROR at setup of testVoteYNProposalDraw 
 ERROR at setup of testVoteYYNProposalPass 
 ERROR at setup of testNewMarketRejectNoStake 
 ERROR at setup of testNewMarketValidProposal 
 ERROR at setup of testGetAllProposals 
 ERROR at setup of testGetAllOfTheProposals[6] 
 ERROR at setup of testGetNewMarketProposals[6] 
 ERROR at setup of testGetAllOfTheProposals[2] 
 ERROR at setup of testGetNewMarketProposals[2] 
 ERROR at setup of testGetAllOfTheProposals[5] 
 ERROR at setup of testGetNewMarketProposals[5] 
 ERROR at setup of testGetAllOfTheProposals[4] 
 ERROR at setup of testGetNewMarketProposals[4] 
 ERROR at setup of testGetAllOfTheProposals[3] 
 ERROR at setup of testGetNewMarketProposals[3] 
 ERROR at setup of testGetProposalsByParty 
 ERROR at setup of testGetRejectedProposalsByParty 
 ERROR at setup of testGetOpenProposalsByParty 
 ERROR at setup of testGetVotesByParty 
 ERROR at setup of testNewMarketOpenSingleTok 
 ERROR at setup of testVoteYSmallHolder 
 ERROR at setup of testVoteYMediumNSmallHolder 
 ERROR at setup of testVoteTopUpSmallDuringVote 
 ERROR at setup of testVoteYNNoFundsProposal 
 ERROR at setup of testNewMarketInvalidParty 
 ERROR at setup of testInvalidEnactTime 
 ERROR at setup of testVoteYOwnOpenProposal 
 ERROR at setup of testVoteYOpenProposal 
 ERROR at setup of testVoteNOpenProposal 
 ERROR at setup of testVoteNoStakeOpenProposal 
 ERROR at setup of testVoteNoStakeAddFunds 
 ERROR at setup of testVoteRejectProposal 
 ERROR at setup of testVotePassedProposal 
 ERROR at setup of testVoteBothYNOpen 
 ERROR at setup of testVoteTwiceYSameUser 
 ERROR at setup of testVoteInvalidProposalID 
 ERROR at setup of testVoteEnactedMarket 
 ERROR at setup of testVoteDeclinedMarket 
 ERROR at setup of testVoteYTaintedKey 
 ERROR at setup of testNewMarketClosedProposal 
 ERROR at setup of testSubmitEnactedGTCOrder 
 ERROR at setup of testSubmitUnEnactedMarketGTCOrder 
 ERROR at setup of testFiftyYesVoteProposal 
../../grpcTesting/governance/newMarketTradesTests.py EEEEEEEEEEEE        [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/margins/marginsTests.py EEEx                           [100%]
 ERROR at setup of testMarginLevelStoppedFOK 
 ERROR at setup of testMarginLevPartFillGTC 
 ERROR at setup of testRemainOnePartFillIOC 
../../grpcTesting/markets/marketsTests.py EEEEEEEEEEEEEE                 [100%]
 ERROR at setup of testMarkets 
 ERROR at setup of testMarketsData 
 ERROR at setup of testMarketDataByID 
 ERROR at setup of testGetMarketsByID 
 ERROR at setup of testMarketDepthEmpty 
 ERROR at setup of testMarketDepthExpiredOrder 
 ERROR at setup of testMarketDepthEmptyFilledOrder 
 ERROR at setup of testMarketDepthCancelOrder 
 ERROR at setup of testMarketDepthSellOnly 
 ERROR at setup of testMarketDepthBuyOnly 
 ERROR at setup of testMarketDepthLevel1 
 ERROR at setup of testMarketDepthLevel2 
 ERROR at setup of testMarketBestBid 
 ERROR at setup of testMarketBestAsk 
../../grpcTesting/orders/amendOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEE [ 84%]
EEEEE                                                                    [100%]
 ERROR at setup of testAmendMarketOrderFail 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[60] 
 ERROR at setup of testAmendSubExpireTimeGTTOrder[90] 
 ERROR at setup of testAmendPastExpireNoTIFGTTOrder 
 ERROR at setup of testAmendPriceGTCOrder 
 ERROR at setup of testAmendSizeIncreaseGTCOrder 
 ERROR at setup of testAmendSizeReduceGTCOrder 
 ERROR at setup of testAmendInvSizeGTCOrder 
 ERROR at setup of testAmendSizeToZeroGTCOrder 
 ERROR at setup of testAmendTraderGTCOrder 
 ERROR at setup of testAmendGTCToGTTOrder 
 ERROR at setup of testAmendPriceDifferentPubKey 
 ERROR at setup of testAmendPriceTaintedKey 
 ERROR at setup of testAmendGTCMarginCheckFail 
 ERROR at setup of testAmendPastExpireTIFGTTOrder 
 ERROR at setup of testAmendOrderGTTToGTC 
 ERROR at setup of testAmendGTCToGTTExpireOrder 
 ERROR at setup of testAmendSizeGTTOrder 
 ERROR at setup of testAmendGTTOrderToZero 
 ERROR at setup of testAmendPriceThenSizeGTTOrder 
 ERROR at setup of testAmendBothPriceSizeGTTOrder 
 ERROR at setup of testAmendFilledGTTOrder 
 ERROR at setup of testAmendFilledGTC 
 ERROR at setup of testAmendCancelledGTCOrder 
 ERROR at setup of testAmendCancelledGTTOrder 
 ERROR at setup of testAmendGTTGTCPriceSize 
 ERROR at setup of testAmendMultipleTimes 
 ERROR at setup of testAmendPricePartiallyFilledGTCOrder 
 ERROR at setup of testAmendGTTMarginCheckFail 
 ERROR at setup of testAmendGTCGTTAllFields 
 ERROR at setup of testAmendMultiGTCtoGTT 
 ERROR at setup of testAmendInvalidExpiryGTT 
../../grpcTesting/orders/cancelOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEE    [100%]
 ERROR at setup of testCancelGTCOrder 
 ERROR at setup of testCancelGTTOrder 
 ERROR at setup of testCancelCancelledOrder 
 ERROR at setup of testCancelPartiallyFilledIOCOrder 
 ERROR at setup of testCancelPartiallyFilledGTCOrder 
 ERROR at setup of testCancelFilledGTCOrder 
 ERROR at setup of testCancelFilledGTTOrder 
 ERROR at setup of testCancelFilledIOCOrder 
 ERROR at setup of testCancelFilledFOKOrder 
 ERROR at setup of testCancelStoppedIOC 
 ERROR at setup of testCancelExpiredGTTOrder 
 ERROR at setup of testCancelInvalidOrderId 
 ERROR at setup of testCancelAllParamsInvalid 
 ERROR at setup of testCancelIncorrectMarketId 
 ERROR at setup of testCancelIncorrectPartyId 
 ERROR at setup of testCheckPositionsAccountsForCancelledOrders 
 ERROR at setup of testCancelNoPubKey 
 ERROR at setup of testCancelEmptyMarket 
 ERROR at setup of testCancelNoOrderId 
 ERROR at setup of testCancelOrderIdExtra 
 ERROR at setup of testCancelNewPubKey 
 ERROR at setup of testAmendCancelGTCOrder 
 ERROR at setup of testCancelPartiallyFilledGTTOrder 
../../grpcTesting/orders/generalOrdersTests.py EEEEEEEEEEEEE             [100%]
 ERROR at setup of testGetOrderByMarketAndId[orderparam0] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam1] 
 ERROR at setup of testGetOrderByMarketAndId[orderparam2] 
 ERROR at setup of testOrdersByMarket 
 ERROR at setup of testOrdersByPartyId[orderparam0] 
 ERROR at setup of testOrdersByPartyId[orderparam1] 
 ERROR at setup of testOrdersByPartyId[orderparam2] 
 ERROR at setup of testOrdersByOrderId[orderparam0] 
 ERROR at setup of testOrdersByOrderId[orderparam1] 
 ERROR at setup of testOrdersByOrderId[orderparam2] 
 ERROR at setup of testOrderByReference[orderparam0] 
 ERROR at setup of testOrderByReference[orderparam1] 
 ERROR at setup of testOrderByReference[orderparam2] 
../../grpcTesting/orders/limitOrdersTests.py EEEEEEEEEEEE                [100%]
 ERROR at setup of testActiveGTCOrder 
 ERROR at setup of testRejectedGTCMarginCheckFail 
 ERROR at setup of testFilledGTCOrder 
 ERROR at setup of testPartiallyFilledGTC 
 ERROR at setup of testFilledGTTOrder 
 ERROR at setup of testExpiredGTTOrder 
 ERROR at setup of testPartiallyFilledGTTOrder 
 ERROR at setup of testExpirePartiallyFilledGTTOrder 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testFilledIOCOrder 
 ERROR at setup of testPartiallyFilledIOCOrder 
 ERROR at setup of testRejectedGTTMarginCheckFail 
../../grpcTesting/orders/marketOrdersTests.py EEEEEEEE                   [100%]
 ERROR at setup of testStoppedFOKNonMatch 
 ERROR at setup of testRejectedFOKMarginCheckFail 
 ERROR at setup of testFilledFOKOrder 
 ERROR at setup of testStoppedFOKMatchPartially 
 ERROR at setup of testStoppedIOCNonMatch 
 ERROR at setup of testStoppedIOCPartialMatch 
 ERROR at setup of testRejectedIOCMarginCheckFail 
 ERROR at setup of testFilledIOCOrder 
../../grpcTesting/orders/mixedOrdersTests.py EEEEEEEEEEEEEEEEEEEEE       [100%]
 ERROR at setup of testGTCOrders[orderparam0] 
 ERROR at setup of testGTCOrders[orderparam1] 
 ERROR at setup of testGTTOrder[orderparam0] 
 ERROR at setup of testGTTOrder[orderparam1] 
 ERROR at setup of testFOKOrder[orderparam0] 
 ERROR at setup of testFOKOrder[orderparam1] 
 ERROR at setup of testIOCOrder[orderparam0] 
 ERROR at setup of testIOCOrder[orderparam1] 
 ERROR at setup of testMixMarket[orderparam0] 
 ERROR at setup of testMixMarket[orderparam1] 
 ERROR at setup of testMixMarket[orderparam2] 
 ERROR at setup of testMixMarket[orderparam3] 
 ERROR at setup of testMixLimit[orderparam0] 
 ERROR at setup of testMixLimit[orderparam1] 
 ERROR at setup of testMixLimit[orderparam2] 
 ERROR at setup of testMixAmends[orderparam0] 
 ERROR at setup of testMixAmends[orderparam1] 
 ERROR at setup of testMixAmends[orderparam2] 
 ERROR at setup of testMixCancellations[orderparam0] 
 ERROR at setup of testMixCancellations[orderparam1] 
 ERROR at setup of testMixCancellations[orderparam2] 
../../grpcTesting/orders/negativeOrdersTests.py EEEEEEEEEEEEEEEEEEEEEEEE [ 57%]
EEEExEEEEEEEEEsEEE                                                       [100%]
 ERROR at setup of testSubmitInvalidGTCOrder 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Buy] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Buy] 
 ERROR at setup of testPrepSubMrktOrderNoSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNegSize[IOC] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[IOC] 
 ERROR at setup of testPrepSubOrderNoTiF[Market] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTC] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Market] 
 ERROR at setup of testSubmitInvalidOrderType[GTC] 
 ERROR at setup of testSubmitInvalidSideType[GTC] 
 ERROR at setup of testSubmitZeroPriceGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Sell] 
 ERROR at setup of testSubmitZeroExpireGTTOrder[Sell] 
 ERROR at setup of testPrepSubMrktOrderNoSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNegSize[FOK] 
 ERROR at setup of testPrepSubMrktOrderNoTrader[FOK] 
 ERROR at setup of testPrepSubOrderNoTiF[Limit] 
 ERROR at setup of testPrepSubMrktOrderInvalidTiF[GTT] 
 ERROR at setup of testPrepSubMrktOrderUnspecifiedTiF[Limit] 
 ERROR at setup of testSubmitInvalidOrderType[GTT] 
 ERROR at setup of testSubmitInvalidSideType[GTT] 
 ERROR at setup of testSubmitZeroSizeGTCOrder[Unspecified] 
 ERROR at setup of testSubmitInvalidMarketIdOrder 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam0] 
 ERROR at setup of testSubmitDistantFutureGTTOrder[orderparam1] 
 ERROR at setup of testWashGTTOrder 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Buy] 
 ERROR at setup of testSubmitNegativePriceLimitOrder[Sell] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam0] 
 ERROR at setup of testAmendZeroPriceGTCOrder[orderparam1] 
 ERROR at setup of testAmendNegPriceGTCOrder[Buy] 
 ERROR at setup of testAmendNegPriceGTCOrder[Sell] 
 ERROR at setup of testAmendExpiredGTTOrder 
 ERROR at setup of testAmendSizePartiallyFilledIOCOrder 
 ERROR at setup of testPrepSubMrktOrderNoMarketId 
 ERROR at setup of testSubmitNetworkOrderType 
 ERROR at setup of testSubmitManyInvalidArgs 
 ERROR at setup of testSubmitOrderNoSide 
../../grpcTesting/parallel/submitParallelOrdersTests.py FFFFFFFF         [100%]
 testGTCOrders 
 testGTTOrder 
 testFOKOrder 
 testIOCOrder 
 testMixMarket 
 testMixLimit 
 testAmendments 
 testCancellations 
../../grpcTesting/parties/partiesTests.py EE                             [100%]
 ERROR at setup of testPartyAccountsRequest 
 ERROR at setup of testMarginLevels 
../../grpcTesting/trading/positionsTests.py EE                           [100%]
 ERROR at setup of testFullyFilled[orderparam0] 
 ERROR at setup of testPartialFills[orderparam0] 
../../grpcTesting/trading/tradesTests.py EEEEEEEEEEEE                    [100%]
 ERROR at setup of testTradeGTCToGTC 
 ERROR at setup of testTradeGTTToGTT 
 ERROR at setup of testTradeGTCToIOC 
 ERROR at setup of testTradeGTCToFOK 
 ERROR at setup of testTradesByParty 
 ERROR at setup of testPositionsByParty 
 ERROR at setup of testCloseOutTraderBuyOrders 
 ERROR at setup of testCloseOutTraderSellOrders 
 ERROR at setup of testTradesByMarket 
 ERROR at setup of testTradeGTTToIOC 
 ERROR at setup of testTradeGTTToFOK 
 ERROR at setup of testNoTradeGTCToStopped 
../../grpcTesting/wallet/walletTests.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 91%]
EEE                                                                      [100%]
 ERROR at setup of testLoginWrongPass 
 ERROR at setup of testLoginFail 
 ERROR at setup of testLogoutGetKey 
 ERROR at setup of testLogoutListKeys 
 ERROR at setup of testLogoutUpdateMeta 
 ERROR at setup of testUpdateMetaNonOwner 
 ERROR at setup of testUpdateMetaInvalidPubKey 
 ERROR at setup of testUpdateMetaNoPubKey 
 ERROR at setup of testUpdateMetaWrongPass 
 ERROR at setup of testUpdateMetaNoData 
 ERROR at setup of testUpdateMeta 
 ERROR at setup of testUpdateMetaEmptyVal 
 ERROR at setup of testUpdateMetaEmptyKey 
 ERROR at setup of testUpdateMetaLargeKey 
 ERROR at setup of testUpdateMetaLargeVal 
 ERROR at setup of testLogoutSignTnx 
 ERROR at setup of testMetaUpdtFailSignTnx 
 ERROR at setup of testSignTnxNotLoggedIn 
 ERROR at setup of testTaintKeySignTnx 
 ERROR at setup of testMetaUpdtTaintKeySignTnx 
 ERROR at setup of testSignTnxInvalidSig[] 
 ERROR at setup of testSignTnxNoData 
 ERROR at setup of testSignTnxPubSigReverse 
 ERROR at setup of testSignTnxInvalidPass 
 ERROR at setup of testSignNoTnx 
 ERROR at setup of testSignNoPubKey 
 ERROR at setup of testSignTnxDifferentMarket 
 ERROR at setup of testSignTnxTaintKeySubmit 
 ERROR at setup of testCancelOrderTaintedKey 
 ERROR at setup of testSignTnxTrimTnxLength 
 ERROR at setup of testSignTnxTAddTnxLength 
 ERROR at setup of testSignTnxBuffOverflow 
 ERROR at setup of testListKeys 
../../rest/orders/negativeOrdersTests.py .                               [100%]

@edd edd merged commit 14bf466 into develop Aug 7, 2020
@edd edd mentioned this pull request Aug 10, 2020
12 tasks
@ashleyvega ashleyvega deleted the feature/add-mint-max-amount-in-builtin-assets branch November 5, 2020 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants