Files
palladum-lightning/tests
Rusty Russell ea1d233dc1 bookkeeper: test (failing!) for rebalances on restart.
```
lightningd-1 2025-09-22T02:10:10.978Z **BROKEN** plugin-bookkeeper: Unparsable datastore ["bookkeeper","rebalances","1-2"]
```

And, indeed, rebalance is missing:

```
>       outbound_ev = only_one([ev for ev in inc_evs if ev['tag'] == 'rebalance_fee'])

tests/test_bookkeeper.py:825: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

arr = []

    def only_one(arr):
        """Many JSON RPC calls return an array; often we only expect a single entry
        """
>       assert len(arr) == 1
E       AssertionError

```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-10-01 15:35:50 +09:30
..
2025-08-11 11:06:22 +09:30
2025-08-11 11:06:22 +09:30
2025-05-02 13:34:21 -07:00
2025-09-30 11:37:31 +09:30