pipelines/backend/test/integration
Niklas Hansson 00a0ffbdb7
feat(backend): upgrade argo go module to V3. Part of #5718 (#5792)
* updating argo

* updated fix deps and code

* clean up
2021-06-08 05:04:45 -07:00
..
README.md [Backend] Refactor integration tests, facilitate local testing (#3138) 2020-02-20 23:02:32 -08:00
experiment_api_test.go fix(backend): remove Bazel from building the API. Part of #3250 (#4906) 2021-02-16 16:58:30 -08:00
flags.go [Testing] KFP standalone test infra for upgradability (#1971) 2020-03-09 16:53:37 -07:00
job_api_test.go feat(backend): upgrade argo go module to V3. Part of #5718 (#5792) 2021-06-08 05:04:45 -07:00
pipeline_api_test.go feat(backend): upgrade argo go module to V3. Part of #5718 (#5792) 2021-06-08 05:04:45 -07:00
pipeline_version_api_test.go feat(backend): upgrade argo go module to V3. Part of #5718 (#5792) 2021-06-08 05:04:45 -07:00
run_api_test.go [Backend] Use service account passed from api object (#3650) 2020-05-05 23:23:08 -07:00
run_tests_locally.sh [Backend] Refactor integration tests, facilitate local testing (#3138) 2020-02-20 23:02:32 -08:00
upgrade_test.go feat(backend): upgrade argo go module to V3. Part of #5718 (#5792) 2021-06-08 05:04:45 -07:00
visualization_api_test.go [Backend] Refactor integration tests, facilitate local testing (#3138) 2020-02-20 23:02:32 -08:00

README.md

Api Server Integration Tests

WARNING

These integration tests will delete all the data in your KFP instance, please only use a test cluster to run these.

How to run

  1. Configure kubectl to connect to your kfp cluster.
  2. Run the following for all integration tests: NAMESPACE=<kfp-namespace> ./run_tests_locally.sh.
  3. Or run the following to select certain tests: NAMESPACE=<kfp-namespace> ./run_tests_locally.sh -testify.m Job. Reference: https://stackoverflow.com/a/43312451