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

Fix bug with compromised tests #144

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

v1-wizard
Copy link
Contributor

We found that compromised tests could be executed by JUnit twice and duplicated in the Report Portal. This fix should help with this.

Before:
2021-10-21_14-29
After:
2021-10-21_14-28

@v1-wizard
Copy link
Contributor Author

@Invictum hi. How are you? Any updates? =)

@v1-wizard
Copy link
Contributor Author

@Invictum any updates?

@v1-wizard
Copy link
Contributor Author

@Invictum Hey, how are you?

@v1-wizard
Copy link
Contributor Author

@Invictum Are you still here?

@v1-wizard
Copy link
Contributor Author

Hi @Invictum. How are you?

@v1-wizard
Copy link
Contributor Author

Hi @Invictum and @grey-rain could you merge my PR. This would help us to remove our internal version and start updating version of integration. Thanks.

@@ -18,7 +18,7 @@
* Common test recorder suitable for most cases
*/
public class Regular extends TestRecorder {
static final int RETRIES_COUNT = ReportIntegrationConfig.get().retriesCount();
final int RETRIES_COUNT = ReportIntegrationConfig.get().retriesCount();
Copy link
Collaborator

@grey-rain grey-rain Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as it is not a constant anymore, please rename it to camelCase. Could you please provide any insights about why this change was required BTW? :)
I do not mind changing it, just want to understand.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@grey-rain grey-rain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

None yet

2 participants