-
Notifications
You must be signed in to change notification settings - Fork 949
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
[help wanted] add more unit-test for CRI #1756
Comments
It would be so appreciate that if you would help us finish this target list. Please declare which case you will finish under this issue to avoid conflict with others. Thanks! 😄 |
I'll finish |
If a method exists in both v1alpha1 and v1alpha2, do we write the same test cases or just leave one side blank? @YaoZengzeng |
|
@ZouRui89 I think both of them should have test cases even though the methods are actually the same. And if you find that this method can be extracted as a public method, don't hesitate to reconstruct it. Thanks :) |
I will complete the following tests:
|
bugfix: add missing document in Makefile Signed-off-by: Inoria-cn <s842642463@163.com>
bugfix: add missing document in Makefile Signed-off-by: Inoria-cn <s842642463@163.com>
Today, I will complete the following tests:
|
Today, I will complete the tests in |
Today, I will complete the following tests:
|
Today, I will complete the following tests:
|
Today, I will complete the following tests:
|
Today, I will complete the following tests:
|
Task tracking
cri/stream/httpstream.go
cri/stream/remotecommand/errors.go
cri/stream/errors.go
cri/stream/request_cache.go
cri/v1alpha1/cri_stream.go
cri/v1alpha1/cri_utils.go
generateMountBindings
modifySandboxNamespaceOptions
applySandboxSecurityContext
applySandboxLinuxOptions
makeSandboxPouchConfig // complete TODO
toCriSandbox // complete TODO
parseDNSOptions
setupSandboxFiles
makeContainerName // complete TODO
modifyContainerNamespaceOptions // complete TODO
getAppArmorSecurityOpts
getSELinuxSecurityOpts
getSeccompSecurityOpts
modifyHostConfig
modifyContainerConfig
updateCreateConfig
toCriContainer // compelet TODO
containerNetns
imageToCriImage // complete TODO
getUserFromImageUser // complete TODO
parseUserFromImageUser // complete TODO
getContainerMetrics
imageFSPath
parseWeightDeviceFromCRI
parseWeightDeviceFromPouch
parseThrottleDeviceFromCRI
parseThrottleDeviceFromPouch
parseUlimitFromCRI
parseUlimitFromPouch
The text was updated successfully, but these errors were encountered: