Skip to content

Commit

Permalink
chore: remove unused codes (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu8685 committed Sep 23, 2023
1 parent c9cdeef commit a1f2e40
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions test/e2e/framework/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ const (
// Poll indicates how often to Poll pods, nodes and claims.
Poll = 2 * time.Second

pollShortTimeout = 1 * time.Minute
pollLongTimeout = 5 * time.Minute

// ServiceAccountProvisionTimeout indicates a service account provision timeout.
// service accounts are provisioned after namespace creation
// a service account is required to support pod creation in a namespace as part of admission control
Expand All @@ -110,13 +107,6 @@ const (
// PodReadyBeforeTimeout indicates how long pods have to be "ready" when a test begins.
PodReadyBeforeTimeout = 5 * time.Minute

// How long pods have to become scheduled onto nodes
podScheduledBeforeTimeout = PodListTimeout + (20 * time.Second)

podRespondingTimeout = 15 * time.Minute
serviceRespondingTimeout = 2 * time.Minute
endpointRegisterTimeout = time.Minute

// ClaimProvisionTimeout indicates how long claims have to become dynamically provisioned
ClaimProvisionTimeout = 5 * time.Minute

Expand All @@ -127,15 +117,6 @@ const (
// ClaimBindingTimeout indicates how long claims have to become bound
ClaimBindingTimeout = 3 * time.Minute

// ClaimDeletingTimeout indicates how long claims have to become deleted
ClaimDeletingTimeout = 3 * time.Minute

// PVReclaimingTimeout indicates how long PVs have to beome reclaimed
PVReclaimingTimeout = 3 * time.Minute

// PVBindingTimeout indicates how long PVs have to become bound
PVBindingTimeout = 3 * time.Minute

// PVDeletingTimeout indicates how long PVs have to become deleted
PVDeletingTimeout = 3 * time.Minute

Expand All @@ -146,19 +127,6 @@ const (
// RestartPodReadyAgainTimeout indicates how long a pod is allowed to become "running" and "ready" after a node
// restart before test is considered failed.
RestartPodReadyAgainTimeout = 5 * time.Minute

// Number of objects that gc can delete in a second.
// GC issues 2 requestes for single delete.
gcThroughput = 10

// Minimal number of nodes for the cluster to be considered large.
largeClusterThreshold = 100

// TODO(justinsb): Avoid hardcoding this.
awsMasterIP = "172.20.0.9"

// ssh port
sshPort = "22"
)

var (
Expand Down

0 comments on commit a1f2e40

Please sign in to comment.