Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
trangpkaxon opened this issue May 21, 2024 · 1 comment
Labels
feature-request 🚀 New feature request

Comments

@trangpkaxon
Copy link

trangpkaxon commented May 21, 2024

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

@trangpkaxon trangpkaxon added the feature-request 🚀 New feature request label May 21, 2024
@vsukhin
Copy link
Collaborator

vsukhin commented May 21, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request 🚀 New feature request
Projects
None yet
Development

No branches or pull requests

2 participants