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

Add sweeper for uptime and monitoring alerts. #944

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

andrewsomething
Copy link
Member

$ make testacc PKG_NAME=digitalocean/monitoring TESTARGS="-count=1"==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test -v ./digitalocean/monitoring/... -count=1 -timeout 120m -parallel=10
=== RUN   TestAccDigitalOceanMonitorAlert_importBasic
=== PAUSE TestAccDigitalOceanMonitorAlert_importBasic
=== RUN   TestAccDigitalOceanMonitorAlert
=== PAUSE TestAccDigitalOceanMonitorAlert
=== RUN   TestAccDigitalOceanMonitorAlertSlackEmailAlerts
=== PAUSE TestAccDigitalOceanMonitorAlertSlackEmailAlerts
=== RUN   TestAccDigitalOceanMonitorAlertUpdate
=== PAUSE TestAccDigitalOceanMonitorAlertUpdate
=== RUN   TestAccDigitalOceanMonitorAlertWithTag
=== PAUSE TestAccDigitalOceanMonitorAlertWithTag
=== CONT  TestAccDigitalOceanMonitorAlert_importBasic
=== CONT  TestAccDigitalOceanMonitorAlertUpdate
=== CONT  TestAccDigitalOceanMonitorAlertWithTag
=== CONT  TestAccDigitalOceanMonitorAlertSlackEmailAlerts
=== CONT  TestAccDigitalOceanMonitorAlert
--- PASS: TestAccDigitalOceanMonitorAlert (63.01s)
--- PASS: TestAccDigitalOceanMonitorAlertSlackEmailAlerts (63.47s)
--- PASS: TestAccDigitalOceanMonitorAlertWithTag (63.49s)
--- PASS: TestAccDigitalOceanMonitorAlert_importBasic (64.39s)
--- PASS: TestAccDigitalOceanMonitorAlertUpdate (117.08s)
PASS
ok      github.com/digitalocean/terraform-provider-digitalocean/digitalocean/monitoring 117.092s

$ make testacc PKG_NAME=digitalocean/uptime TESTARGS="-count=1"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test -v ./digitalocean/uptime/... -count=1 -timeout 120m -parallel=2
=== RUN   TestAccDigitalOceanUptimeAlert_Basic
=== PAUSE TestAccDigitalOceanUptimeAlert_Basic
=== RUN   TestAccDigitalOceanUptimeCheck_Basic
=== PAUSE TestAccDigitalOceanUptimeCheck_Basic
=== CONT  TestAccDigitalOceanUptimeAlert_Basic
=== CONT  TestAccDigitalOceanUptimeCheck_Basic
--- PASS: TestAccDigitalOceanUptimeCheck_Basic (4.92s)
--- PASS: TestAccDigitalOceanUptimeAlert_Basic (7.50s)
PASS
ok      github.com/digitalocean/terraform-provider-digitalocean/digitalocean/uptime     7.505s

@andrewsomething andrewsomething requested a review from a team February 10, 2023 19:53
@andrewsomething andrewsomething temporarily deployed to Acceptance Tests February 10, 2023 19:55 — with GitHub Actions Inactive
@andrewsomething andrewsomething temporarily deployed to Acceptance Tests February 13, 2023 17:12 — with GitHub Actions Inactive
@andrewsomething andrewsomething merged commit 1e308da into main Feb 13, 2023
@andrewsomething andrewsomething deleted the asb/sweeper-monitoring branch February 13, 2023 17:35
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.

None yet

2 participants