You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| grep -v 'constructing many client instances from the same exec auth config can cause performance problems during cert rotation'
123
+
| grep -v 'constructing many client instances from the same exec auth config can cause performance problems during cert rotation'&>$(BASE_DIR)/../logs/$<.log
e.g. these tests will be used to qualify a new release.
105
+
You can run all tests with `make -kj -C e2e run`
106
+
107
+
## How to debug failed PR tests
108
+
109
+
All test suited will be logging to the `logs` folder in the root of this repository.
110
+
If you want to see the current state of a running test you can use `tail`, e.g. `tail -f ./logs/test_operator.log`, to see the progress of the operator tests, the command assumes you are running it from the project directory.
111
+
All tests that are started by our CI pipelines will report in the PR with the test status.
0 commit comments