-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
test(launcher): e2e test memory limits #17498
Conversation
e1aed4e
to
844c727
Compare
a8e1799
to
58708dd
Compare
@@ -93,7 +93,7 @@ var ( | |||
}, | |||
Content: "content5", | |||
} | |||
doc6 = influxdb.Document{ | |||
doc6 = influxdb.Document{ |
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.
go fmt
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 cool set of tests
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.
One little concern
6c7f775
to
e59a91a
Compare
e59a91a
to
0322e34
Compare
0322e34
to
3f9d768
Compare
3f9d768
to
13fc4f3
Compare
Testing memory limits from the launcher perspective.
Testing if memory gets properly deallocated using metrics.
This PR also adds setting memory limits for OSS via command line