diff options
| author | k8s-merge-robot <k8s.production.user@gmail.com> | 2016-07-07 11:36:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-07 11:36:19 -0700 |
| commit | 0bc86fd69bd94f5a8437b5a2b36578ad83fe49c9 (patch) | |
| tree | b93e84248d862d0ec1bcb7b55711f1ef4925e8a6 /testing.md | |
| parent | c5324cf45267562e9a0a7331cdba17f6031ba7d8 (diff) | |
| parent | 74429867d824ffd735989de5a8d83f9c840acf61 (diff) | |
Merge pull request #28460 from wojtek-t/remove_cmd_integration
Automatic merge from submit-queue
Remove cmd/integration test
Fix #24440
After few cleanup PRs:
https://github.com/kubernetes/kubernetes/pull/27182
https://github.com/kubernetes/kubernetes/pull/27535
https://github.com/kubernetes/kubernetes/pull/26016
The only things that are being tested here is:
- starting master components without any verification (so if it didn't start, it will still work :P)
- checking if kubelet is starting containers from http manifest.
The latter is already tested in:
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/config/http_test.go#L54
So the test is now useless, at the same time, significantly increasing time spent on integration tests.
@lavalamp @mikedanese @spxtr @fejta
Diffstat (limited to 'testing.md')
| -rw-r--r-- | testing.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -226,8 +226,7 @@ hack/test-integration.sh # Run all integration tests. ``` This script runs the golang tests in package -[`test/integration`](../../test/integration/) -and a special watch cache test in `cmd/integration/integration.go`. +[`test/integration`](../../test/integration/). ### Run a specific integration test |
