-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix: Timeout for metal spot market requests #379
fix: Timeout for metal spot market requests #379
Conversation
@aayushrangwala could you add a Conventional Commits tag to the PR title? Tags are described in the comment above. For this I think |
8e85937
to
7610e6f
Compare
@ctreatma Yes added fix |
Based on the latest test run, all the timeout tests are passing |
equinix/data_source_metal_port.go
Outdated
@@ -6,7 +6,7 @@ import ( | |||
|
|||
func dataSourceMetalPort() *schema.Resource { | |||
return &schema.Resource{ | |||
Read: resourceMetalPortRead, | |||
ReadWithoutTimeout: diagnosticsWrapper(resourceMetalPortRead), |
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.
Can these port changes be removed from this PR?
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.
Yes right. This branch got created out of the port changes.
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.
Removed
7610e6f
to
72d7f2b
Compare
72d7f2b
to
261a80b
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.
I see all spot market tests passing in the latest CI run
This PR will fix the timeout support for metal spot market requests which is already documented publicly
relates to: #357