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 Problems with Big Traces #79

Closed
mawHBT opened this issue Jan 18, 2022 · 3 comments
Closed

Fix Problems with Big Traces #79

mawHBT opened this issue Jan 18, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@mawHBT
Copy link
Collaborator

mawHBT commented Jan 18, 2022

What feature do you want to see added?

If generated traces for regression test selection become too big, Jenkins can run out of memory. To avoid this, a flag (e.g. "useSimpleTrace") should be added. If set, each method-executing should be recorded only oncy.

Upstream changes

No response

@mawHBT mawHBT added the enhancement New feature or request label Jan 18, 2022
@DaGeRe
Copy link
Contributor

DaGeRe commented Jan 20, 2022

Thanks for the idea.

This should work with 3937b8d - now, you can configure onlyOneCallRecording. If it is set, only that a method is called will be recorded (but not their order). Thereby, big traces can be handled (but there will be no exact traces anymore, but just lists of recorded methods).

Does this work for you?

@DaGeRe DaGeRe self-assigned this Jan 20, 2022
@DaGeRe
Copy link
Contributor

DaGeRe commented Jan 26, 2022

I think, this works for the regression test selection now.

Since we have a similiar problem for RCA and you opened a new issue for it (#81), can we close this issue?

@mawHBT
Copy link
Collaborator Author

mawHBT commented Jan 27, 2022

For RTS this works.

@mawHBT mawHBT closed this as completed Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants