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

Update client to v2.11.0 Release #84

Merged
merged 1 commit into from
Aug 24, 2018

Conversation

iancward
Copy link
Contributor

Also switched from gopkg to retrieving package directly from github.com
Updating the client is pre-work prior to addressing #76

Also switched from gopkg to retrieving package directly from github.com
Updating the client is pre-work prior to addressing DataDog#76
@ghost ghost added the size/L label Aug 23, 2018
@iancward
Copy link
Contributor Author

output from acceptance tests:

➜  terraform-provider-datadog git:(master) ✗ make testacc   
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v  -timeout 120m
?   	github.com/terraform-providers/terraform-provider-datadog	[no test files]

=== RUN   TestDatadogDowntime_import
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestDatadogDowntime_import (2.00s)
=== RUN   TestDatadogMonitor_import
--- PASS: TestDatadogMonitor_import (2.78s)
=== RUN   TestDatadogMonitor_import_no_recovery
--- PASS: TestDatadogMonitor_import_no_recovery (6.19s)
=== RUN   TestDatadogUser_import
--- PASS: TestDatadogUser_import (2.81s)
=== RUN   TestProvider
--- PASS: TestProvider (0.00s)
=== RUN   TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN   TestAccDatadogDowntime_Basic
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_Basic (2.19s)
=== RUN   TestAccDatadogDowntime_BasicWithMonitor
Resource datadog_monitor.downtime_monitor, type = datadog_monitor
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_BasicWithMonitor (2.62s)
=== RUN   TestAccDatadogDowntime_BasicMultiScope
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_BasicMultiScope (1.88s)
=== RUN   TestAccDatadogDowntime_BasicNoRecurrence
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_BasicNoRecurrence (1.50s)
=== RUN   TestAccDatadogDowntime_BasicUntilDateRecurrence
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_BasicUntilDateRecurrence (1.44s)
=== RUN   TestAccDatadogDowntime_BasicUntilOccurrencesRecurrence
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_BasicUntilOccurrencesRecurrence (2.68s)
=== RUN   TestAccDatadogDowntime_WeekDayRecurring
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_WeekDayRecurring (1.94s)
=== RUN   TestAccDatadogDowntime_Updated
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_Updated (3.39s)
=== RUN   TestAccDatadogDowntime_TrimWhitespace
Resource datadog_downtime.foo, type = datadog_downtime
--- PASS: TestAccDatadogDowntime_TrimWhitespace (1.41s)
=== RUN   TestResourceDatadogDowntimeRecurrenceTypeValidation
--- PASS: TestResourceDatadogDowntimeRecurrenceTypeValidation (0.00s)
=== RUN   TestResourceDatadogDowntimeRecurrenceWeekDaysValidation
--- PASS: TestResourceDatadogDowntimeRecurrenceWeekDaysValidation (0.00s)
=== RUN   TestAccDatadogMetricMetadata_Basic
--- PASS: TestAccDatadogMetricMetadata_Basic (2.30s)
=== RUN   TestAccDatadogMetricMetadata_Updated
--- PASS: TestAccDatadogMetricMetadata_Updated (3.26s)
=== RUN   TestAccDatadogMonitor_Basic
--- PASS: TestAccDatadogMonitor_Basic (2.03s)
=== RUN   TestAccDatadogMonitorServiceCheck_Basic
--- PASS: TestAccDatadogMonitorServiceCheck_Basic (1.39s)
=== RUN   TestAccDatadogMonitor_BasicNoTreshold
--- PASS: TestAccDatadogMonitor_BasicNoTreshold (2.02s)
=== RUN   TestAccDatadogMonitor_Updated
--- PASS: TestAccDatadogMonitor_Updated (5.96s)
=== RUN   TestAccDatadogMonitor_UpdatedToRemoveTags
--- PASS: TestAccDatadogMonitor_UpdatedToRemoveTags (5.19s)
=== RUN   TestAccDatadogMonitor_TrimWhitespace
--- PASS: TestAccDatadogMonitor_TrimWhitespace (1.46s)
=== RUN   TestAccDatadogMonitor_Basic_float_int
--- PASS: TestAccDatadogMonitor_Basic_float_int (5.10s)
=== RUN   TestAccDatadogTimeboard_update
--- PASS: TestAccDatadogTimeboard_update (7.80s)
=== RUN   TestValidateAggregatorMethod
--- PASS: TestValidateAggregatorMethod (0.00s)
=== RUN   TestAccDatadogUser_Updated
--- PASS: TestAccDatadogUser_Updated (3.78s)
PASS
ok  	github.com/terraform-providers/terraform-provider-datadog/datadog	73.170s

@masci masci added this to the 1.2.0 milestone Aug 24, 2018
Copy link
Contributor

@masci masci left a comment

Choose a reason for hiding this comment

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

LGTM!

@masci masci merged commit 4932835 into DataDog:master Aug 24, 2018
nitrocode pushed a commit to nitrocode/terraform-provider-datadog that referenced this pull request Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants