Merge pull request #69036 from wackxu/snapshottest

add e2e test for snapshot
This commit is contained in:
Kubernetes Prow Robot
2019-02-08 13:14:04 -08:00
committed by GitHub
18 changed files with 698 additions and 28 deletions

View File

@@ -186,6 +186,9 @@ const (
// restart before test is considered failed.
RestartPodReadyAgainTimeout = 5 * time.Minute
// How long for snapshot to create snapshotContent
SnapshotCreateTimeout = 5 * time.Minute
// Number of objects that gc can delete in a second.
// GC issues 2 requestes for single delete.
gcThroughput = 10