Rusty Russell
40a4d83764
pytest: don't assume gossip order in test_gossip_query_channel_range
```
# reply_channel_range == 264
> assert msgs == ['0108'
# blockhash
+ genesis_blockhash
# first_blocknum, number_of_blocks, complete
+ format(0, '08x') + format(1000000, '08x') + '01'
# encoded_short_ids
+ format(len(encoded) // 2, '04x')
+ encoded]
E AssertionError: assert ['010806226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f00000000000f42400100110000006900000100000000680000010000'] == ['010806226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f00000000000f42400100110000006800000100000000690000010000']
E At index 0 diff: '010806226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f00000000000f42400100110000006900000100000000680000010000' != '010806226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f00000000000f42400100110000006800000100000000690000010000'
E Full diff:
E - ['010806226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f00000000000f42400100110000006800000100000000690000010000']
E ? ^ ^
E + ['010806226e46111a0b59caaf126043eb5bbf28c34f3a5e332a1fc7b2b73cf188910f00000000000f42400100110000006900000100000000680000010000']
E ? ^ ^
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-11-17 14:09:10 +10:30
..
2024-10-04 08:47:53 +09:30
2024-11-13 13:24:06 +10:30
2024-11-17 14:09:10 +10:30
2024-11-12 09:46:09 +10:30
2024-11-17 14:09:10 +10:30
2024-11-12 09:46:09 +10:30
2024-11-12 09:43:54 +10:30
2024-11-12 09:43:54 +10:30
2024-11-17 14:09:10 +10:30
2024-10-16 07:14:32 +10:30
2024-05-08 21:54:50 -05:00
2024-11-17 14:09:10 +10:30
2024-06-20 16:14:38 +09:30
2024-11-12 06:42:52 +10:30
2024-07-09 15:09:29 +02:00
2024-11-12 10:44:10 +01:00
2024-11-17 14:09:10 +10:30
2024-11-17 14:09:10 +10:30
2024-11-06 09:59:27 +01:00
2024-06-18 14:06:06 +09:30
2024-11-12 06:42:52 +10:30
2024-11-12 06:42:52 +10:30
2024-11-12 06:42:52 +10:30
2024-11-12 06:42:52 +10:30
2024-11-15 12:48:44 +10:30
2024-11-06 21:17:36 +10:30
2024-10-27 13:57:50 +11:00