-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functional: simulate quorum disaster #9565
Commits on Apr 12, 2018
-
functional/rpcpb: add "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT…
…_FROM_SCRATCH" Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81f632f - Browse repository at this point
Copy the full SHA 81f632fView commit details -
functional/rpcpb: add "Member.SnapshotPath", more description
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a0c0dc2 - Browse repository at this point
Copy the full SHA a0c0dc2View commit details -
test: rename etcd functional test data directories
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fdf4a12 - Browse repository at this point
Copy the full SHA fdf4a12View commit details -
functional: add snapshot path to configuration
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4e7705e - Browse repository at this point
Copy the full SHA 4e7705eView commit details -
functional: rename etcd log paths
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f04902d - Browse repository at this point
Copy the full SHA f04902dView commit details -
functional: add "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNAPSHOT_FROM_…
…SCRATCH" to functional.yaml Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 77824c2 - Browse repository at this point
Copy the full SHA 77824c2View commit details -
functional/rpcpb: implement FetchSnapshot
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b24990 - Browse repository at this point
Copy the full SHA 2b24990View commit details -
functional/rpcpb: add "FETCH_SNAPSHOT" Operation
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 587dd4e - Browse repository at this point
Copy the full SHA 587dd4eView commit details -
functional/agent: add "handle_FETCH_SNAPSHOT"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2942a80 - Browse repository at this point
Copy the full SHA 2942a80View commit details -
functional/tester: fix "failureQuorum"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 473a472 - Browse repository at this point
Copy the full SHA 473a472View commit details -
functional/cluster: handle "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_SNA…
…PSHOT_FROM_SCRATCH" Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67e398c - Browse repository at this point
Copy the full SHA 67e398cView commit details -
functional/tester: implement "new_FailureCase_SIGQUIT_AND_REMOVE_QUOR…
…UM_AND_RESTORE_SNAPSHOT_FROM_SCRATCH" Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9127db - Browse repository at this point
Copy the full SHA f9127dbView commit details -
functional: rename to "SIGQUIT_AND_REMOVE_QUORUM_AND_RESTORE_LEADER_S…
…NAPSHOT_FROM_SCRATCH" Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ca137af - Browse repository at this point
Copy the full SHA ca137afView commit details -
functional: add "SnapshotInfo"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e859883 - Browse repository at this point
Copy the full SHA e859883View commit details -
functional/tester: add sendOpWithResp for SnapshotInfo
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e2bb03b - Browse repository at this point
Copy the full SHA e2bb03bView commit details -
functional/tester: rename files, adding LEADER_SNAPSHOT case
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6b128bf - Browse repository at this point
Copy the full SHA 6b128bfView commit details -
functional/tester: implement "fetchSnapshotAndFailureQuorum"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c5147d - Browse repository at this point
Copy the full SHA 3c5147dView commit details -
functional/rpcpb: add "EtcdOnSnapshotRestore"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 251e783 - Browse repository at this point
Copy the full SHA 251e783View commit details -
functional: rename "FailureCase" to "Case"
Later to add benchmark marks Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3815d6e - Browse repository at this point
Copy the full SHA 3815d6eView commit details -
functional/rpcpb: add "RESTORE_SNAPSHOT_AND_RESTART_ETCD"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a44a88c - Browse repository at this point
Copy the full SHA a44a88cView commit details -
functional/rpcpb: implement "RestoreSnapshot"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b2b3792 - Browse repository at this point
Copy the full SHA b2b3792View commit details -
functional/agent: implement "handle_RESTORE_SNAPSHOT_AND_RESTART_ETCD"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f725bac - Browse repository at this point
Copy the full SHA f725bacView commit details -
functional/rpcpb: add "RESTART_FROM_SNAPSHOT"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 606fa6f - Browse repository at this point
Copy the full SHA 606fa6fView commit details -
functional/agent: handle "RESTART_FROM_SNAPSHOT"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7213a9a - Browse repository at this point
Copy the full SHA 7213a9aView commit details -
functional/tester: implement fetchSnapshotCaseQuorum
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 888b55e - Browse repository at this point
Copy the full SHA 888b55eView commit details -
functional/rpcpb: fix os.Remove error in SnapshotPath
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f56d2c6 - Browse repository at this point
Copy the full SHA f56d2c6View commit details -
functional/tester: save SnapshotInfo from response
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bd235ab - Browse repository at this point
Copy the full SHA bd235abView commit details -
functional: wait election timeout after member add
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 448e0fc - Browse repository at this point
Copy the full SHA 448e0fcView commit details -
functional/rpcpb: clean up Checker
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2fc3eb0 - Browse repository at this point
Copy the full SHA 2fc3eb0View commit details -
functional/tester: add "Checker", remove compositeChecker
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e9c4bad - Browse repository at this point
Copy the full SHA e9c4badView commit details -
functional/tester: add "EtcdClientEndpoints" to "Checker"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f574a9a - Browse repository at this point
Copy the full SHA f574a9aView commit details -
functional/tester: whitelist lease expire checker on snapshot restore
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d275437 - Browse repository at this point
Copy the full SHA d275437View commit details -
functional: rename to "listCases"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 23ce3a1 - Browse repository at this point
Copy the full SHA 23ce3a1View commit details -
CHANGELOG-3.4: add quorum loss failure case
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 099f109 - Browse repository at this point
Copy the full SHA 099f109View commit details -
functional/tester: fix govet errors
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 554dfaa - Browse repository at this point
Copy the full SHA 554dfaaView commit details -
functional: increase dial timeout
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce19e0b - Browse repository at this point
Copy the full SHA ce19e0bView commit details -
functional.yaml: skip recover test for now
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f72449c - Browse repository at this point
Copy the full SHA f72449cView commit details