mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-28 20:49:52 +02:00
itest: reorder test cases to even out blocks per tranche
This commit is contained in:
parent
e018c02d40
commit
cdc6f63f17
@ -13,34 +13,10 @@ var allTestCases = []*lntest.TestCase{
|
|||||||
Name: "basic funding flow",
|
Name: "basic funding flow",
|
||||||
TestFunc: testBasicChannelFunding,
|
TestFunc: testBasicChannelFunding,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "multi hop htlc local timeout",
|
|
||||||
TestFunc: testMultiHopHtlcLocalTimeout,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "multi hop receiver chain claim",
|
Name: "multi hop receiver chain claim",
|
||||||
TestFunc: testMultiHopReceiverChainClaim,
|
TestFunc: testMultiHopReceiverChainClaim,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "multi hop local force close on-chain htlc timeout",
|
|
||||||
TestFunc: testMultiHopLocalForceCloseOnChainHtlcTimeout,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "multi hop remote force close on-chain htlc timeout",
|
|
||||||
TestFunc: testMultiHopRemoteForceCloseOnChainHtlcTimeout,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "multi hop htlc local chain claim",
|
|
||||||
TestFunc: testMultiHopHtlcLocalChainClaim,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "multi hop htlc remote chain claim",
|
|
||||||
TestFunc: testMultiHopHtlcRemoteChainClaim,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "multi hop htlc aggregation",
|
|
||||||
TestFunc: testMultiHopHtlcAggregation,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "external channel funding",
|
Name: "external channel funding",
|
||||||
TestFunc: testExternalFundingChanPoint,
|
TestFunc: testExternalFundingChanPoint,
|
||||||
@ -145,14 +121,6 @@ var allTestCases = []*lntest.TestCase{
|
|||||||
Name: "send update disable channel",
|
Name: "send update disable channel",
|
||||||
TestFunc: testSendUpdateDisableChannel,
|
TestFunc: testSendUpdateDisableChannel,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Name: "private channel update policy",
|
|
||||||
TestFunc: testUpdateChannelPolicyForPrivateChannel,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
Name: "update channel policy fee rate accuracy",
|
|
||||||
TestFunc: testUpdateChannelPolicyFeeRateAccuracy,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Name: "connection timeout",
|
Name: "connection timeout",
|
||||||
TestFunc: testNetworkConnectionTimeout,
|
TestFunc: testNetworkConnectionTimeout,
|
||||||
@ -165,6 +133,26 @@ var allTestCases = []*lntest.TestCase{
|
|||||||
Name: "addpeer config",
|
Name: "addpeer config",
|
||||||
TestFunc: testAddPeerConfig,
|
TestFunc: testAddPeerConfig,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "multi hop htlc local timeout",
|
||||||
|
TestFunc: testMultiHopHtlcLocalTimeout,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "multi hop local force close on-chain htlc timeout",
|
||||||
|
TestFunc: testMultiHopLocalForceCloseOnChainHtlcTimeout,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "multi hop remote force close on-chain htlc timeout",
|
||||||
|
TestFunc: testMultiHopRemoteForceCloseOnChainHtlcTimeout,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "private channel update policy",
|
||||||
|
TestFunc: testUpdateChannelPolicyForPrivateChannel,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "update channel policy fee rate accuracy",
|
||||||
|
TestFunc: testUpdateChannelPolicyFeeRateAccuracy,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "unannounced channels",
|
Name: "unannounced channels",
|
||||||
TestFunc: testUnannouncedChannels,
|
TestFunc: testUnannouncedChannels,
|
||||||
@ -297,6 +285,18 @@ var allTestCases = []*lntest.TestCase{
|
|||||||
Name: "REST API",
|
Name: "REST API",
|
||||||
TestFunc: testRestAPI,
|
TestFunc: testRestAPI,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "multi hop htlc local chain claim",
|
||||||
|
TestFunc: testMultiHopHtlcLocalChainClaim,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "multi hop htlc remote chain claim",
|
||||||
|
TestFunc: testMultiHopHtlcRemoteChainClaim,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
Name: "multi hop htlc aggregation",
|
||||||
|
TestFunc: testMultiHopHtlcAggregation,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Name: "revoked uncooperative close retribution",
|
Name: "revoked uncooperative close retribution",
|
||||||
TestFunc: testRevokedCloseRetribution,
|
TestFunc: testRevokedCloseRetribution,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user