Skip to content
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

Merged

Conversation

aayushrangwala
Copy link
Contributor

@aayushrangwala aayushrangwala commented Sep 13, 2023

This PR will fix the timeout support for metal spot market requests which is already documented publicly

relates to: #357

@aayushrangwala aayushrangwala temporarily deployed to external September 13, 2023 17:12 — with GitHub Actions Inactive
@ctreatma
Copy link
Contributor

@aayushrangwala could you add a Conventional Commits tag to the PR title? Tags are described in the comment above. For this I think fix: would make sense but a different one might work.

@aayushrangwala aayushrangwala force-pushed the timeout-fix-metal-spot-market-requests branch from 8e85937 to 7610e6f Compare September 20, 2023 14:44
@aayushrangwala aayushrangwala temporarily deployed to external September 20, 2023 14:44 — with GitHub Actions Inactive
@aayushrangwala aayushrangwala changed the title Timeout fix metal spot market requests fix: Timeout for metal spot market requests Sep 20, 2023
@aayushrangwala
Copy link
Contributor Author

@aayushrangwala could you add a Conventional Commits tag to the PR title? Tags are described in the comment above. For this I think fix: would make sense but a different one might work.

@ctreatma Yes added fix

@aayushrangwala aayushrangwala requested a deployment to external September 20, 2023 20:40 — with GitHub Actions Abandoned
@aayushrangwala
Copy link
Contributor Author

Based on the latest test run, all the timeout tests are passing

@aayushrangwala aayushrangwala requested a deployment to external September 25, 2023 16:51 — with GitHub Actions Abandoned
@@ -6,7 +6,7 @@ import (

func dataSourceMetalPort() *schema.Resource {
return &schema.Resource{
Read: resourceMetalPortRead,
ReadWithoutTimeout: diagnosticsWrapper(resourceMetalPortRead),
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@aayushrangwala aayushrangwala force-pushed the timeout-fix-metal-spot-market-requests branch from 72d7f2b to 261a80b Compare September 25, 2023 18:04
@aayushrangwala aayushrangwala temporarily deployed to external September 25, 2023 18:04 — with GitHub Actions Inactive
@aayushrangwala
Copy link
Contributor Author

aayushrangwala commented Sep 26, 2023

Screenshot 2023-09-26 at 9 24 37 PM

Tests running

Copy link
Contributor

@ctreatma ctreatma left a 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

@ctreatma ctreatma merged commit 352a76c into equinix:main Sep 26, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants