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

Rerun doesn't work: duplicate test appears in the launch #64

Open
obabich-solvd opened this issue Aug 19, 2024 · 2 comments
Open

Rerun doesn't work: duplicate test appears in the launch #64

obabich-solvd opened this issue Aug 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@obabich-solvd
Copy link

When attempting to rerun a failed test, rerun does not overwrite the previous result as expected. Instead, a new test is created in the reporting, leading to duplicate test in the launch.

Steps:

  1. Run tests
  2. Find failed test
  3. Rerun the failed test

Expected result:
Rerun should overwrite the previous test result

Actual result:
A new test is created in the reporting

Screenshot 2024-08-19 at 09 36 59

Repro for agent version: 1.9.13.461-SNAPSHOT
Carina-core version: 1.2.9

@akamarouski akamarouski added the bug Something isn't working label Aug 19, 2024
@akamarouski
Copy link
Contributor

Looks like issue reproduced only with the BeforeClass configuration method

@akamarouski
Copy link
Contributor

Looks like issue starts from 1.9.10 or 1.9.11

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