These integration tests will delete all the data in your KFP instance, please only use a test cluster to run these.
How to run
Configure kubectl to connect to your kfp cluster.
Run the following for all integration tests: NAMESPACE=<kfp-namespace> ./run_tests_locally.sh.
Or run the following to select certain tests: NAMESPACE=<kfp-namespace> ./run_tests_locally.sh -testify.m Job.
Reference: https://stackoverflow.com/a/43312451