-
Notifications
You must be signed in to change notification settings - Fork 197
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
Enable Sanity Testing #21
Conversation
|
@andyzhangx I have updated the error log above.
Ok, I'll check that. |
It's https://github.com/kubernetes/kubernetes/blob/v1.13.0/pkg/cloudprovider/providers/azure/azure_managedDiskController.go#L136, where is your |
I think there is no |
@andyzhangx I was creating fake cloud so didn't initialize the cloud config |
Okay, I'll proceed with using real cluster. |
047656d
to
5539409
Compare
Status: I have removed the Results for sanity tests for CSI v1.0.0 -
Working on resolving the error:
The detailed log can be found below - CC @andyzhangx |
@Masquerade0097 great progress! The sanity test shows some functions has issues, we could skip it in CI temporarily (or make it run as optional?), let's work together to fix those implementation issues then, it's a really good test result! There are a few items to address:
|
@andyzhangx I have skipped the sanity test for CI build as of now because it would lead to failing build. But it can be run separately by
Sure.
Done. Also, I ran the following commands to update the vendors.
Because in some files
|
Pls remove |
also, pls provide a sanity test result after fixing the disk 0 size failures, and then we could proceed to fixing those sanity test failures. |
7f4319c
to
e7012f9
Compare
@andyzhangx I have rebased this branch. Can I send different PR after I fix disk 0 size failures ? |
@Masquerade0097 sure, just use your convenient way. |
@andyzhangx I have fixed the Now 9 tests are failing with the following log. |
@Masquerade0097 pls fix my only comment, other part looks good to me, thanks. |
@andyzhangx I have made the change. |
…ncy-openshift-4.11-ose-azure-disk-csi-driver Updating ose-azure-disk-csi-driver images to be consistent with ART
On running the tests, I am getting an error as shown below. I'm working to resolve it. This is a Work In Progress Pull Request depicting the status of work.