Skip to content

Fix memory issues by writing to temporary files instead - #82

Open
thijsnulle wants to merge 1 commit into
ing-bank:release/3.0from
thijsnulle:bug/memory-issues
Open

Fix memory issues by writing to temporary files instead#82
thijsnulle wants to merge 1 commit into
ing-bank:release/3.0from
thijsnulle:bug/memory-issues

Conversation

@thijsnulle

Copy link
Copy Markdown
Contributor

This PR solves some issues we ran into when working with INGenious where a significantly large set of tests is ran (250+ tests with each ~1000 steps), INGenious runs out of heap space. The issue was found to be regarding the in-memory storage of several test-related logs.

As a solution, these logs have been written to temporary files and copied whenever needed.

Additionally, I refactored the AzureSummaryHandler and the AzureTestCaseHandler since they also contained memory issues, but it was difficult to find exactly what the issues were without refactoring (and deleting a lot of unused code.)

@thijsnulle
thijsnulle changed the base branch from main to release/3.0 April 28, 2026 08:51
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.

1 participant