kubernetes/test/integration
Patrick Ohly 81b4a695b3 test/integration: skip etcd startup for -help flag
By parsing flags in the test's main function before starting etcd we bail out
early without ever starting etcd when the test was invoked with -help.

Otherwise etcd must be available, gets started and then hangs because
flag.Parse itself exits when called by testing.go. This bypasses the code in
EtcdMain which normally stops etcd.
2021-09-24 11:51:58 +02:00
..
apimachinery Merge pull request #97350 from FabianKramm/master 2021-08-20 11:19:31 -07:00
apiserver apf: update e2e test to use v1beta2 2021-09-09 08:28:58 -04:00
auth PodSecurity: Initial webhook implementation 2021-07-09 17:04:29 -07:00
authutil This introduces an Impersonate-Uid header to server side code. 2021-07-06 10:13:16 -07:00
benchmark hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
certificates Merge pull request #99961 from margocrawf/master 2021-07-06 18:46:43 -07:00
client 'New' Event namespace validate failed (#100125) 2021-09-16 04:29:45 -07:00
configmap Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
controlplane generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cronjob integration test for cronjob with controllerv2 2021-08-31 21:15:10 +08:00
daemonset Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
defaulttolerationseconds Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
deployment Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00
disruption generated 2021-03-09 10:29:11 -05:00
dryrun remove webhook.go to revert changes to conformance test 2021-07-01 20:24:46 +00:00
dualstack integration test 2021-08-20 22:03:43 +00:00
endpoints test/integration/endpoints: check for pod existencen in TestEndpointWithTerminatingPod 2021-07-12 14:22:34 -04:00
endpointslice test/intergration/endpointslice: add tests for endpointslice terminating condition 2021-07-08 17:59:11 -04:00
etcd apf: ebable v1beta2 2021-09-09 08:28:53 -04:00
events hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
evictions fix ineffassign and varcheck 2021-07-14 08:41:22 -04:00
examples run hack/update-netparse-cve.sh 2021-08-20 10:42:09 +02:00
framework test/integration: skip etcd startup for -help flag 2021-09-24 11:51:58 +02:00
garbagecollector Merge pull request #97779 from tiloso/staticcheck-test-integration-gs 2021-03-10 16:04:23 -08:00
ipamperf run hack/update-netparse-cve.sh 2021-08-20 10:42:09 +02:00
job Add integration tests for updating Job parallelism 2021-07-14 14:26:15 -04:00
kubelet Migrate to k8s.io/utils/clock in pkg/kubelet 2021-09-10 12:20:09 +02:00
metrics Rename master to apiserver in test/integration 2021-06-18 17:40:46 +08:00
namespace Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
network move repair loop interval to a constant 2021-09-13 23:54:19 +02:00
node Rename master to apiserver in test/integration 2021-06-17 15:48:39 +08:00
objectmeta Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
openshift part1 of e2e: master to apiserver/control-plane 2021-03-31 15:50:18 +08:00
pods Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
quota test/integration/quota: poll for ResourceQuota used status in TestQuotaLimitService 2021-07-06 07:10:20 -04:00
replicaset Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
replicationcontroller Rename masterConfig to controlPlaneConfig 2021-06-04 20:55:08 +08:00
scale Drop use of deprecated clientv3.SetLogger 2021-06-15 09:53:06 -04:00
scheduler sched: retry unschedule pods immediately after a waiting pod's deletion 2021-08-06 19:08:37 -07:00
scheduler_perf test/integration: skip etcd startup for -help flag 2021-09-24 11:51:58 +02:00
secrets Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
service fix loadbalancerclass integration test funcation name 2021-06-28 20:07:02 -07:00
serviceaccount Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00
serving kube-scheduler: stop using insecure serving bits 2021-06-14 22:50:53 +02:00
statefulset Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00
storageclasses Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
storageversion remove more CRD v1beta1 client dependencies 2021-03-05 08:10:47 -05:00
tls hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
ttlcontroller Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
util Fix(test/integration/util): fix typo on logging message 2021-07-06 17:08:11 +09:00
volume Part3: master to controlplane in test/integration 2021-06-03 11:06:19 +08:00
volumescheduling Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00
.import-restrictions Make integration tests not depend on e2e tests 2021-03-25 23:02:52 +08:00
benchmark-controller.json updates pause image references 2021-08-29 21:50:05 -07:00
doc.go
utils.go Clean up the master term in test/integration comments 2021-06-18 16:31:05 +08:00