itest+lntest: add flakePaymentStreamReturnEarly

Fix the flake found in the `testRelayingBlindedError` and documents the
flake found in other tests in one place.
This commit is contained in:
yyforyongyu
2025-03-10 01:42:58 +08:00
parent e0296083ca
commit d122a2ecc6
5 changed files with 27 additions and 17 deletions

View File

@@ -2329,7 +2329,8 @@ func (h *HarnessTest) AssertHtlcEvents(client rpc.HtlcEventsClient,
event := h.ReceiveHtlcEvent(client)
require.Containsf(h, eventTypes, event.EventType,
"wrong event type, got %v", userType, event.EventType)
"wrong event type, want %v, got %v", userType,
event.EventType)
events = append(events, event)