Skip to content

Commit

Permalink
testdata: compress snapshot_succeed_via_app_resp
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Kalinnikov <[email protected]>
  • Loading branch information
pav-kv committed Jan 26, 2024
1 parent 272af02 commit feeff14
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions testdata/snapshot_succeed_via_app_resp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,11 @@
#
# See https://github.com/etcd-io/etcd/pull/10308 for additional background.

# Turn off output during the setup of the test.
log-level none
----
ok

# Start with two nodes, but the config already has a third.
# Fully replicate everything, including the leader's empty index.
log-level none
add-nodes 2 voters=(1,2,3) index=10
----
ok

campaign 1
----
ok

# Fully replicate everything, including the leader's empty index.
stabilize
----
ok
Expand All @@ -34,11 +24,7 @@ deliver-msgs drop=(3)
----
ok

# Show the Raft log messages from now on.
log-level debug
----
ok

status 1
----
1: StateReplicate match=11 next=12
Expand All @@ -56,9 +42,6 @@ INFO newRaft 3 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastter
# Time passes on the leader so that it will try the previously missing follower
# again.
tick-heartbeat 1
----
ok

process-ready 1
----
Ready MustSync=false:
Expand Down

0 comments on commit feeff14

Please sign in to comment.