-
Notifications
You must be signed in to change notification settings - Fork 950
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: api_ulimit_test: add test for ulimit #2328
test: api_ulimit_test: add test for ulimit #2328
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2328 +/- ##
=========================================
+ Coverage 69.07% 69.1% +0.03%
=========================================
Files 279 279
Lines 18834 18834
=========================================
+ Hits 13009 13016 +7
+ Misses 4360 4349 -11
- Partials 1465 1469 +4
|
@Ace-Tang how to understand the following issue? thanks! [Fail] [k8s.io] Security Context bucket [It] runtime should support RunAsUserName
/home/travis/gopath/src/github.com/kubernetes-incubator/cri-tools/pkg/validate/container.go:467 |
6842dd1
to
0a2cea1
Compare
@chuanchang , I will check the issue.
Seems validate |
ping @chuanchang any update/response of this PR? |
After offline discussion with @chuanchang . We are going to keep the source code unchanged(remove the
cc @allencloud @fuweid @Ace-Tang please move this on @chuanchang , thanks! |
sure. |
Signed-off-by: Alex Jia <chuanchang.jia@gmail.com>
0a2cea1
to
f25d6f1
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
This patch will cover ulimit related testing.
Signed-off-by: Alex Jia chuanchang.jia@gmail.com
Ⅰ. Describe what this PR did
As summary.
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
Ⅳ. Describe how to verify it
go test
Ⅴ. Special notes for reviews