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

Handle retries and state drift clean up for Escalation Policy #677

Conversation

imjaroiswebdev
Copy link
Contributor

@imjaroiswebdev imjaroiswebdev commented Apr 17, 2023

Closes #273

Test cases extended...

$ make testacc TESTARGS="-run TestAccPagerDutyEscalationPolicy"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -run TestAccPagerDutyEscalationPolicy -timeout 120m
?       github.com/terraform-providers/terraform-provider-pagerduty     [no test files]
=== RUN   TestAccPagerDutyEscalationPolicy_import
--- PASS: TestAccPagerDutyEscalationPolicy_import (11.49s)
=== RUN   TestAccPagerDutyEscalationPolicy_Basic
--- PASS: TestAccPagerDutyEscalationPolicy_Basic (16.13s)
=== RUN   TestAccPagerDutyEscalationPolicyWithTeams_Basic
--- PASS: TestAccPagerDutyEscalationPolicyWithTeams_Basic (14.48s)
PASS
ok      github.com/terraform-providers/terraform-provider-pagerduty/pagerduty   42.615s

@imjaroiswebdev imjaroiswebdev marked this pull request as ready for review April 17, 2023 20:44
@imjaroiswebdev imjaroiswebdev changed the title Handle retries and state clean up for Escalation Policy Handle retries and state drift clean up for Escalation Policy Apr 17, 2023
@imjaroiswebdev imjaroiswebdev merged commit d9977b1 into PagerDuty:master Apr 17, 2023
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.

pagerduty_service eventual consistency issue on CREATE
1 participant