mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Redistribute unit test priorities based on current measurements
This commit is contained in:
committed by
manojsdoshi
parent
a1fd579756
commit
8d59c7dd40
@@ -1997,14 +1997,14 @@ BEAST_DEFINE_TESTSUITE(NegativeUNLNoAmendment, ledger, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(NegativeUNLVoteInternal, consensus, ripple);
|
||||
BEAST_DEFINE_TESTSUITE_MANUAL(NegativeUNLVoteScoreTable, consensus, ripple);
|
||||
BEAST_DEFINE_TESTSUITE_PRIO(NegativeUNLVoteGoodScore, consensus, ripple, 1);
|
||||
BEAST_DEFINE_TESTSUITE_PRIO(NegativeUNLVoteOffline, consensus, ripple, 1);
|
||||
BEAST_DEFINE_TESTSUITE_PRIO(NegativeUNLVoteMaxListed, consensus, ripple, 1);
|
||||
BEAST_DEFINE_TESTSUITE(NegativeUNLVoteOffline, consensus, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(NegativeUNLVoteMaxListed, consensus, ripple);
|
||||
BEAST_DEFINE_TESTSUITE_PRIO(
|
||||
NegativeUNLVoteRetiredValidator,
|
||||
consensus,
|
||||
ripple,
|
||||
1);
|
||||
BEAST_DEFINE_TESTSUITE_PRIO(NegativeUNLVoteNewValidator, consensus, ripple, 1);
|
||||
BEAST_DEFINE_TESTSUITE(NegativeUNLVoteNewValidator, consensus, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(NegativeUNLVoteFilterValidations, consensus, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(NegativeUNLgRPC, ledger, ripple);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user