-
Notifications
You must be signed in to change notification settings - Fork 129
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
Do not save the logs into memory using an auxiliary variable #3382
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seberm
added
bug
Something isn't working
step | report
Stuff related to the report step
plugin | polarion
Plugins implementing the Polarion integration
plugin | junit
The junit report plugin
labels
Nov 26, 2024
seberm
requested review from
psss,
lukaszachy,
happz,
thrix and
janhavlin
as code owners
November 26, 2024 13:53
seberm
changed the base branch from
main
to
feature/enable-huge-tree-for-lxml
November 26, 2024 13:56
11 tasks
seberm
added
the
ci | full test
Pull request is ready for the full test execution
label
Nov 26, 2024
KwisatzHaderach
approved these changes
Nov 27, 2024
seberm
force-pushed
the
feature/enable-huge-tree-for-lxml
branch
from
November 27, 2024 14:30
21cfe4d
to
4b5bc05
Compare
seberm
force-pushed
the
feature/fix-junit-template-performance
branch
from
November 27, 2024 14:48
ec7bee0
to
ba0684a
Compare
martinhoyer
approved these changes
Nov 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice
happz
force-pushed
the
feature/enable-huge-tree-for-lxml
branch
from
November 28, 2024 08:57
cbdb31c
to
a38377b
Compare
seberm
force-pushed
the
feature/fix-junit-template-performance
branch
from
November 28, 2024 12:49
ba0684a
to
bb73e58
Compare
@seberm please, rebase, there will be some conflicts :/ |
Saving the **huge** test outputs into these variables causes the performance bottleneck.
seberm
force-pushed
the
feature/fix-junit-template-performance
branch
from
November 29, 2024 09:09
bb73e58
to
c1e42ec
Compare
happz
approved these changes
Nov 29, 2024
@seberm I'm afraid unit tests are failing. |
happz
added
the
status | ready for merge
The only missing piece is to do the rebase the current 'main' and let the CI finish.
label
Nov 29, 2024
Unrelated failures, merging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
ci | full test
Pull request is ready for the full test execution
plugin | junit
The junit report plugin
plugin | polarion
Plugins implementing the Polarion integration
status | ready for merge
The only missing piece is to do the rebase the current 'main' and let the CI finish.
step | report
Stuff related to the report step
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Saving the huge test outputs into these Jinja2 variables causes the performance bottleneck.
Pull Request Checklist