testsuite icon indicating copy to clipboard operation
testsuite copied to clipboard

[Improvement] Optimize runtime of single_process_type test

Open martin-mat opened this issue 8 months ago • 0 comments

single_process_type takes much time. Example in GH actions: https://github.com/cnti-testcatalog/testsuite/actions/runs/9616958098/job/26625214259

It seems that the test executes kubectl numerous times (unnecessarily?)

martin-mat avatar Jun 24 '24 22:06 martin-mat