Merge pull request #4496 from cfromknecht/moar-whitelist
lntest/itest: update error whitelist
This commit is contained in:
commit
37a29b4869
@ -202,3 +202,8 @@
|
|||||||
<time> [ERR] FNDG: received funding error from <hex>: chan_id=<hex>, err=channel too large
|
<time> [ERR] FNDG: received funding error from <hex>: chan_id=<hex>, err=channel too large
|
||||||
<time> [ERR] RPCS: [/lnrpc.Lightning/OpenChannel]: received funding error from <hex>: chan_id=<hex>, err=channel too large
|
<time> [ERR] RPCS: [/lnrpc.Lightning/OpenChannel]: received funding error from <hex>: chan_id=<hex>, err=channel too large
|
||||||
<time> [ERR] RPCS: unable to open channel to NodeKey(<hex>): received funding error from <hex>: chan_id=<hex>, err=channel too large
|
<time> [ERR] RPCS: unable to open channel to NodeKey(<hex>): received funding error from <hex>: chan_id=<hex>, err=channel too large
|
||||||
|
<time> [ERR] NTNF: unable to get hash from block with height <height>
|
||||||
|
<time> [ERR] FNDG: Unable to add new channel <chan_point> with peer <hex>: canceled adding new channel
|
||||||
|
<time> [ERR] RPCS: WS: error closing upgraded conn: write tcp4 <ip>-><ip>: write: connection reset by peer
|
||||||
|
<time> [ERR] NTFN: chain notifier shutting down
|
||||||
|
<time> [ERR] NTFN: Failed getting UTXO: get utxo request cancelled
|
||||||
|
@ -17,4 +17,5 @@ s/sync failed with local data loss: remote believes our tail height is [[:digit:
|
|||||||
s/sync failed: remote believes our tail height is [[:digit:]]+, while we have [[:digit:]]+/sync failed: remote believes our tail height is <height>, while we have <height>/g
|
s/sync failed: remote believes our tail height is [[:digit:]]+, while we have [[:digit:]]+/sync failed: remote believes our tail height is <height>, while we have <height>/g
|
||||||
s/sync failed: remote's next commit height is [[:digit:]]+, while we believe it is [[:digit:]]+/sync failed: remote's next commit height is <height>, while we believe it is <height>/g
|
s/sync failed: remote's next commit height is [[:digit:]]+, while we believe it is [[:digit:]]+/sync failed: remote's next commit height is <height>, while we believe it is <height>/g
|
||||||
s/replacement transaction <hex> has an insufficient absolute fee: needs [[:digit:]]+, has [[:digit:]]+/replacement transaction <hex> has an insufficient absolute fee: needs <amt>, has <amt>/g
|
s/replacement transaction <hex> has an insufficient absolute fee: needs [[:digit:]]+, has [[:digit:]]+/replacement transaction <hex> has an insufficient absolute fee: needs <amt>, has <amt>/g
|
||||||
s/Rescan for [[:digit:]]+ addresses/Rescan for <num> addresses/g
|
s/Rescan for [[:digit:]]+ addresses/Rescan for <num> addresses/g
|
||||||
|
s/unable to get hash from block with height [[:digit:]]+/unable to get hash from block with height <height>/g
|
||||||
|
Loading…
Reference in New Issue
Block a user