-
Notifications
You must be signed in to change notification settings - Fork 82
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
Make multiple fields nullable (nilable) in networking interface #451
Make multiple fields nullable (nilable) in networking interface #451
Conversation
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.
I ran the intergration tests locally but keep getting a failed case:
instance_config_test.go:311: failed to update linode interfaces: configs do not match
instance_config_test.go:328: failed to update linode interfaces: configs do not match
--- FAIL: TestInstance_ConfigInterfaces_Update (0.00s)
Do you mind double checking the case?
Hi @yec-akamai, thanks for the review! Did you test it with production API? We will have to wait until next week to get these passed when the API change deployed to production. You can try testing it with alpha and these errors should be gone. |
76dc5bf
to
e283e29
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.
Tests passed successfully! Nice work!
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.
Nice and tests all passed locally
📝 Description
The API schema change made some fields nullable now.
linodego
change in this PR will work with both the alpha and the production, but some tests will be failed before the API schema change deployed to the production. We may want to hold on for now, but feel free to review though. Fixtures will be added after the production deployment.✔️ How to Test
make ARGS="-run TestInstance_Config" fixtures