-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add stress test for many invocations and fix memory leak #641
Add stress test for many invocations and fix memory leak #641
Conversation
For some reason my test fails but did not fail the entire CI test ... 🤔 |
The stress test runs by default with 1000 invocations ( Example:
This should run for a while. Note that the go test framework aborts when exceeding a test run with more than 10min. |
As mentioned earlier, the changes in #637 introduced a memory leak when decoding the creator certificate. Additionally, some
|
2dc97ca
to
f3b8079
Compare
Just squashed fixups so this PR is ready for merge. |
f3b8079
to
d3f8e91
Compare
Signed-off-by: Marcus Brandenburger <[email protected]>
Signed-off-by: Marcus Brandenburger <[email protected]>
- Adding missing free actions Signed-off-by: Marcus Brandenburger <[email protected]>
8a88b68
to
cd8841d
Compare
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.
lg - pending CI
Add another stress test to detect memory leaks.