-
Notifications
You must be signed in to change notification settings - Fork 79
test: address intermittent test failures #394
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: address intermittent test failures #394
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'm getting some different errors on my local, maybe just related to my account limitation:
=========================== short test summary info ============================
FAILED test/integration/models/test_linode.py::test_linode_create_disk - linode_api4.errors.ApiError: 400: [size] You do not have enough unallocated...
FAILED test/integration/models/test_linode.py::TestNetworkInterface::test_delete_interface_containing_vpc - TimeoutError: Timeout Error: resource is not available in 60 seconds
============ 2 failed, 117 passed, 21 skipped in 2462.97s (0:41:02) ============
return linode.status == status | ||
|
||
|
||
def get_type(linode: Instance, type: str): |
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.
Just to make things a bit clearer, could this be renamed to something like instance_type_condition
?
I'm seeing the |
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.
All tests are passing on my end, excellent 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.
Great work! All tests are passing now 🎉
📝 Description
Addressing some failures on TOD due to timeouts and behavior changes
Failures in TOD: http://198.19.5.79:1212/builds/6614a12400a8200001706548?team=DX&buildName=linode_api4&bld_id=6614a12400a8200001706548&testcaseStatus=failure
✔️ How to Test
make testint
- should be all passing locally📷 Preview
If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.