kubeshop/testkube

[Feature Request] Add queuing process on Testkube to trigger the testsuite.

trangpkaxon opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

  • Regarding Test Triggers, we don't have queue mode for the same automation test run, which causes our test to run in parallel and fails because of a data conflict.

Step reproduce

  • For example, we have test suite A

    1. A is running (A-1st)
    2. Others are still using the test suite A (A-2nd)
  • Actual:

    • A-2nd can be executed concurrently with A-1st.
      => In this case, the testscript may have conflicting data that is utilized to perform
  • Expectation:

    • Run A-2nd only after A-1st has completed.

Additional context
https://github.com/kubeshop/testkube/assets/162653239/53276f6d-8383-46dc-a920-99cc229b070d

thank you @trangpkaxon looks like an intersting feature. for @TheBrunoLopes and @jmorante-ks to analyze and prioritize