mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
db: fix dangling peers on db upgrade.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
594f260de7
commit
6ed54dd34e
@@ -1,9 +1,6 @@
|
||||
from fixtures import * # noqa: F401,F403
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_db_dangling_peer_fix(node_factory):
|
||||
# This was taken from test_fail_unconfirmed() node.
|
||||
l1 = node_factory.get_node(dbfile='dangling-peer.sqlite3.xz')
|
||||
|
||||
Reference in New Issue
Block a user