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

Address: Errors when trying to apply a business service that was manually deleted from PD #925

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

imjaroiswebdev
Copy link
Contributor

Closes #895

Acceptance tests extended to protect from regressions...

TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -count=1 -run TestAccPagerDutyBusinessService -timeout 120m
?       github.com/PagerDuty/terraform-provider-pagerduty       [no test files]
?       github.com/PagerDuty/terraform-provider-pagerduty/util/apiutil  [no test files]
=== RUN   TestAccPagerDutyBusinessServiceSubscriber_import
--- PASS: TestAccPagerDutyBusinessServiceSubscriber_import (11.80s)
=== RUN   TestAccPagerDutyBusinessServiceSubscriber_User
--- PASS: TestAccPagerDutyBusinessServiceSubscriber_User (11.02s)
=== RUN   TestAccPagerDutyBusinessServiceSubscriber_Team
--- PASS: TestAccPagerDutyBusinessServiceSubscriber_Team (9.29s)
=== RUN   TestAccPagerDutyBusinessServiceSubscriber_TeamUser
--- PASS: TestAccPagerDutyBusinessServiceSubscriber_TeamUser (11.76s)
PASS
ok      github.com/PagerDuty/terraform-provider-pagerduty/pagerduty     44.932s
=== RUN   TestAccPagerDutyBusinessService_import
--- PASS: TestAccPagerDutyBusinessService_import (11.61s)
=== RUN   TestAccPagerDutyBusinessService_Basic # 👈 Acceptance extended
--- PASS: TestAccPagerDutyBusinessService_Basic (20.25s)
=== RUN   TestAccPagerDutyBusinessService_WithTeam
--- PASS: TestAccPagerDutyBusinessService_WithTeam (11.78s)
=== RUN   TestAccPagerDutyBusinessService_SDKv2Compatibility
--- PASS: TestAccPagerDutyBusinessService_SDKv2Compatibility (18.76s)
PASS
ok      github.com/PagerDuty/terraform-provider-pagerduty/pagerdutyplugin       63.097s
testing: warning: no tests to run
PASS
ok      github.com/PagerDuty/terraform-provider-pagerduty/util  1.297s [no tests to run]

@atlantisduty
Copy link

atlantisduty bot commented Aug 14, 2024

Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors

@atlantisduty
Copy link

atlantisduty bot commented Aug 14, 2024

Error parsing command: EOF found when expecting closing quote

@imjaroiswebdev imjaroiswebdev merged commit 33bc8d4 into PagerDuty:master Aug 15, 2024
1 check 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.

Errors when trying to apply a business service that was manually deleted from PD
1 participant