diff --git a/DEVELOPERS.md b/DEVELOPERS.md index bd78aa3e2..a174d0c1b 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -1,5 +1,5 @@ @@ -153,6 +153,9 @@ Verifies that the deployed workloads behave as expected and integrates well toge From the project root : `pytest test` +Pytest caches the namespace name and created user tokens between run. To start a run from scratch, +run `pytest test --cache-clear`. + #### Special env variables - `PYTEST_KEEP_CLUSTER=1` : Do not destroy the cluster at the end of the test run. You must delete it using `kind delete cluster --name ess-helm` manually before running any other test run. diff --git a/newsfragments/579.changed.md b/newsfragments/579.changed.md new file mode 100644 index 000000000..f36623bc0 --- /dev/null +++ b/newsfragments/579.changed.md @@ -0,0 +1 @@ +Document how to re-run integration tests from scratch. diff --git a/newsfragments/584.changed.md b/newsfragments/585.changed.md similarity index 100% rename from newsfragments/584.changed.md rename to newsfragments/585.changed.md