kubernetes/test/integration/master
Clayton Coleman 498727a520
Add a test that emulates large N node behavior against master
Run:

    etcd &
    kube-apiserver --etcd-servers=... ...
    UPDATE_NODE_APISERVER go test ./test/integration/master
-test.run=TestUpdateNodeObjects -test.v -tags integration

Simulates the core update loops from nodes to the API server, allowing
baseline profiling for steady state of large clusters. May require
tweaking the http.Transport used by the client to support >N idle
connections to the master.
2016-11-01 11:26:06 -04:00
..
etcd_tools_test.go move integration tests into individual pacakges 2016-07-07 00:54:15 -07:00
master_benchmark_test.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
master_test.go Add a test that emulates large N node behavior against master 2016-11-01 11:26:06 -04:00