Commit Graph

1101 Commits (1854dd818ce7f520a80f7fd60e3cf3990812724b)

Author SHA1 Message Date
Medya Ghazizadeh d474cb27cf
Merge pull request #8953 from medyagh/increase_mem_functional
increase memory for functional test
2020-08-10 15:27:50 -07:00
Medya Gh e236c12e43 typo 2020-08-10 14:48:44 -07:00
Medya Gh b94141916c add verbosity 2020-08-10 14:36:10 -07:00
Medya Gh 06841a440d lint 2020-08-10 13:52:28 -07:00
Medya Gh 0afb311c5d don't test ingress addon on none 2020-08-10 13:29:50 -07:00
Medya Gh 5d9193874c adjust waiting for pvc 2020-08-10 13:02:10 -07:00
Medya Gh 65aae5eec7 increase memory for functional test 2020-08-10 11:53:46 -07:00
Sharif Elgamal c1067eb61e remove hardcoding of testdata directory in functional tests 2020-08-04 11:57:10 -07:00
Priya Wadhwa 43de628f81 update comment 2020-08-03 16:18:14 -04:00
Priya Wadhwa 951be82fa9 fix lint 2020-08-03 15:57:52 -04:00
Priya Wadhwa ae7fbaf8f9 make sure files are actually being maintained in PVCs in our integration test 2020-08-03 15:50:42 -04:00
Priya Wadhwa 5e899a81cc Make sure cluster roles are applied to the service account the storage provisioner runs under 2020-08-03 15:23:45 -04:00
Medya Gh 528519d658 fix test arg 2020-07-27 19:35:19 -07:00
Medya Gh 1e41de57bd fix gopogh 2020-07-27 19:00:51 -07:00
Medya Gh 650d7f3dee start args 2020-07-27 15:59:56 -07:00
Thomas Stromberg 6fa0bd9de6 Skip irrelevent upgrade-tests when --base-image is passed 2020-07-27 13:46:02 -07:00
Medya Gh 47ed4bc23c update lint version 2020-07-24 14:45:15 -07:00
Medya Ghazizadeh 8f404164d0
Merge pull request #8745 from littleroad/error_detect
Add error handling for os.RemoveAll
2020-07-24 14:38:10 -07:00
Medya Ghazizadeh a53f0ffb75
Merge pull request #8779 from priyawadhwa/skaffold
Add integration test to test against latest skaffold release
2020-07-24 12:56:37 -07:00
Thomas Stromberg 760092e9b7 Add boilerplate 2020-07-24 07:11:03 -07:00
Thomas Stromberg 51aea805f9 Make stress test more general 2020-07-23 20:34:06 -07:00
Thomas Stromberg 0b74892b2c Make stress test more general 2020-07-23 15:00:25 -07:00
Thomas Stromberg 6d2ba5b00e Merge branch 'master' into docker-stress-test 2020-07-23 14:45:52 -07:00
Thomas Stromberg 95e9fdc78b Make stress test more general 2020-07-23 14:45:29 -07:00
Thomas Stromberg 8df8e59f7c Make stress test more general 2020-07-23 14:45:24 -07:00
Thomas Stromberg 01a026370c Update 2020-07-23 14:06:46 -07:00
Thomas Stromberg b6eee6bdf8 Add Docker stress test 2020-07-23 13:44:30 -07:00
Medya Ghazizadeh 993504e054
Merge pull request #8800 from priyawadhwa/improve-json
Improve json integration test
2020-07-23 10:23:36 -07:00
Medya Ghazizadeh f9bac2a0aa
Merge pull request #8744 from tstromberg/noisy-spam
TestErrorSpam: Add overlayfs/docker perf issue to stderrAllow
2020-07-23 10:03:01 -07:00
Priya Wadhwa ff899f9e5a improve error message 2020-07-23 00:12:46 -04:00
Priya Wadhwa 22226ffc8f fixed merge conflict 2020-07-22 18:46:57 -04:00
Priya Wadhwa 8cfcea6eb6 fix test skaffold 2020-07-22 17:22:17 -04:00
Priya Wadhwa d5b31d13e6 add current minikube binary to beginning of the path 2020-07-22 16:08:31 -04:00
Priya Wadhwa d4a33b3f98 don't run test on None; make sure docker/minikube are on PATH before running skaffold 2020-07-22 15:17:51 -04:00
Priya Wadhwa efe1ce278a Add docs 2020-07-22 14:20:41 -04:00
Priya Wadhwa 6ee3954336 Add extra validation to json output test 2020-07-22 12:52:15 -04:00
Priya Wadhwa eb95f29361 Add validation for distinct current steps to json output test 2020-07-22 12:45:13 -04:00
Thomas Stromberg b18aa2a57c Apply stderrAllowRe to non-error log statements 2020-07-21 15:47:22 -07:00
Thomas Stromberg 935ea862c6 Merge branch 'master' into noisy-spam 2020-07-21 15:43:22 -07:00
Priya Wadhwa 6a33c03df2 fix unit test 2020-07-21 18:23:22 -04:00
Priya Wadhwa 8bc875d520 Rebased on master; fixed json_output integration test 2020-07-21 18:20:02 -04:00
Priya Wadhwa 5c09250429 Add integration test for error 2020-07-21 17:13:59 -04:00
Priya Wadhwa 1d48d43605 make sure minikube binary is available on PATH for skaffold binary to call 2020-07-21 14:09:43 -04:00
Priya Wadhwa 0941f0f65c update profile name to be 'minikube' 2020-07-20 17:43:31 -04:00
Priya Wadhwa c14e024fa5 Add push:false to skaffold.yaml
Since skaffold only knows you are running a local cluster if that cluster's profile name is 'minikube'
2020-07-20 17:26:55 -04:00
Priya Wadhwa aa51f179bb Add integration test to test against latest skaffold release
This PR:

1. Adds an integration test to test minikube against the latest skaffold release
1. Adds in a sample skaffold app from the skaffold repo to test
1. Adds this test to the addons_certs_docker_ubuntu Github Actions test
2020-07-20 16:45:49 -04:00
Thomas Stromberg 4f22ec9e3c Remove TestMissingContainerUpgrade merge conflict 2020-07-17 11:10:29 -07:00
Thomas Stromberg 9546b1ebc6 Merge branch 'master' into kic-image-upgrade 2020-07-17 09:56:42 -07:00
Thomas Strömberg 46a4377498
Merge pull request #8738 from tstromberg/kic-image-upgrade2
Add KicBaseImage to existing config if missing (fixes v1.9.x upgrade)
2020-07-17 09:56:27 -07:00
Lu Fengqi c219b60b05 Add error handling for os.RemoveAll
Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
2020-07-17 15:44:04 +08:00