Skip to content
Snippets Groups Projects
Commit b3916409 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon: Committed by Yaroslav Dynnikov
Browse files

test: fix test_raft_log

parent fa7a77fc
No related branches found
No related tags found
1 merge request!673Fix/large snapshots
......@@ -220,15 +220,17 @@ def test_raft_log(instance: Instance):
| 7 | 1 |1.0.7|Insert({_pico_property}, ["auto_offline_timeout",5.0])|
| 8 | 1 |1.0.8|Insert({_pico_property}, ["max_heartbeat_period",5.0])|
| 9 | 1 |1.0.9|Insert({_pico_property}, ["max_pg_portals",50])|
| 10 | 1 | |AddNode(1)|
| 11 | 2 | |-|
| 12 | 2 |1.1.1|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["Offline",0],["Online",1],{b}])|
| 13 | 2 |1.1.2|Insert({_pico_replicaset}, ["r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07","i1",[0.0,"Auto","Initial"]])|
| 14 | 2 |1.1.3|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["Replicated",1],["Online",1],{b}])|
| 15 | 2 |1.1.4|Update({_pico_replicaset}, ["r1"], [["=","weight[1]",1.0], ["=","weight[3]","UpToDate"]])|
| 16 | 2 |1.1.5|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["ShardingInitialized",1],["Online",1],{b}])|
| 17 | 2 |1.1.6|Replace({_pico_property}, ["vshard_bootstrapped",true])|
| 18 | 2 |1.1.7|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["Online",1],["Online",1],{b}])|
| 10 | 1 |1.0.10|Insert({_pico_property}, ["snapshot_chunk_max_size",16777216])|
| 11 | 1 |1.0.11|Insert({_pico_property}, ["snapshot_read_view_close_timeout",86400.0])|
| 12 | 1 | |AddNode(1)|
| 13 | 2 | |-|
| 14 | 2 |1.1.1|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["Offline",0],["Online",1],{b}])|
| 15 | 2 |1.1.2|Insert({_pico_replicaset}, ["r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07","i1",[0.0,"Auto","Initial"]])|
| 16 | 2 |1.1.3|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["Replicated",1],["Online",1],{b}])|
| 17 | 2 |1.1.4|Update({_pico_replicaset}, ["r1"], [["=","weight[1]",1.0], ["=","weight[3]","UpToDate"]])|
| 18 | 2 |1.1.5|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["ShardingInitialized",1],["Online",1],{b}])|
| 19 | 2 |1.1.6|Replace({_pico_property}, ["vshard_bootstrapped",true])|
| 20 | 2 |1.1.7|Replace({_pico_instance}, ["i1","68d4a766-4144-3248-aeb4-e212356716e4",1,"r1","e0df68c5-e7f9-395f-86b3-30ad9e1b7b07",["Online",1],["Online",1],{b}])|
+-----+----+-----+--------+
""".format( # noqa: E501
p=instance.port,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment