mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-11 03:25:21 +02:00
itest: add flakeInconsistentHTLCView
This commit is contained in:
@@ -499,6 +499,7 @@ func testSweepCPFPAnchorIncomingTimeout(ht *lntest.HarnessTest) {
|
||||
carol.RPC.SettleInvoice(preimage[:])
|
||||
|
||||
// Bob should have settled his outgoing HTLC with Carol.
|
||||
flakeInconsistentHTLCView()
|
||||
ht.AssertHTLCNotActive(bob, bcChanPoint, payHash[:])
|
||||
|
||||
// We'll now mine enough blocks to trigger Bob to force close channel
|
||||
@@ -850,6 +851,7 @@ func testSweepHTLCs(ht *lntest.HarnessTest) {
|
||||
carol.RPC.SettleInvoice(preimageSettled[:])
|
||||
|
||||
// Bob should have settled his outgoing HTLC with Carol.
|
||||
flakeInconsistentHTLCView()
|
||||
ht.AssertHTLCNotActive(bob, bcChanPoint, payHashSettled[:])
|
||||
|
||||
// Let Carol go offline so we can focus on testing Bob's sweeping
|
||||
|
Reference in New Issue
Block a user