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

Test run on CLI don't stop if we opted for cancel a test on the WebUI #3280

Closed
danielbdias opened this issue Oct 18, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@danielbdias
Copy link
Contributor

Describe the bug

If an user run a slow test on the CLI and then enter on the WebUI to cancel it, the CLI will became stuck on the test run.

To Reproduce
Steps to reproduce the behavior:

  1. Run a test through the CLI with tracetest run test -f my-test.yaml
  2. Go to the WebUI, choose the test that is running and cancel it
  3. The CLI will continue to poll our API and will not stop
@danielbdias danielbdias added bug Something isn't working triage requires triage labels Oct 18, 2023
@danielbdias danielbdias removed the triage requires triage label Nov 14, 2023
@danielbdias danielbdias self-assigned this Nov 14, 2023
@xoscar
Copy link
Collaborator

xoscar commented Dec 15, 2023

We have removed the stop option from the UI after we implemented the skip trace feature, I'm closing this until we start working on the fresh new stoping mechanism

@xoscar xoscar closed this as completed Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants