tests: add test for adaptor#5452
Conversation
|
Hi @Dentrax. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
c9e1c2e to
b36b097
Compare
|
Build succeeded.
|
|
/ok-to-test |
|
All files need to have the standard file header with license/copyright; feel free to copy it from another file |
I noticed AdaptInfo missing test cases. I think this func a bit important to test since we use this func in other packages like content, store (walking), etc. Signed-off-by: Furkan Turkal <[email protected]> Signed-off-by: Furkan <[email protected]>
b36b097 to
7d70992
Compare
Oh, forgot to add, done. Maybe we can use addlicense to ensure licenses are included at the top of the files. i.e.: Wdyt? |
|
We already use |
|
Build succeeded.
|
I noticed AdaptInfo missing test cases. I think this func a bit important to test since we use this func in other packages like content, store (walking), etc.
Signed-off-by: Furkan Turkal [email protected]