-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: add e2e tests for resource and user flags #5
Conversation
d65acdc
to
e29070b
Compare
Signed-off-by: Anqi Pang <[email protected]>
e29070b
to
bab676b
Compare
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
bfdb54e
to
cc915bc
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.
LGTM overall, please also create a follow-up to only run --no-trunc
and --no-stream
tests for cgroupv2 hosts (#5 (comment)). We can probably also move type CGMode int
from run.go
to tests.go
as multiple test options will reference it.
Signed-off-by: Anqi Pang <[email protected]>
Signed-off-by: Anqi Pang <[email protected]>
I will double check whether |
Signed-off-by: Anqi Pang <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.1...v0.2.0) (2022-12-13) ### Features * add e2e tests for resource and user flags ([#5](#5)) ([1d5ec0d](1d5ec0d)) ### Build System or External Dependencies * **deps:** bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 ([#12](#12)) ([a676453](a676453)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Issue #, if available:
Description of changes:
Testing done:
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.