Skip to content

Commit

Permalink
Merge pull request #539 from terraform-providers/gzu/dash_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gzussa authored Jun 19, 2020
2 parents 8b437f3 + 181b7cc commit 61c9cbb
Show file tree
Hide file tree
Showing 75 changed files with 27,792 additions and 1,949 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test: fmtcheck
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
DD_API_KEY=fake DD_APP_KEY=fake RECORD=false TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout=120s
DD_API_KEY=fake DD_APP_KEY=fake RECORD=false TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout=6m

testacc: fmtcheck
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
Expand Down
445 changes: 445 additions & 0 deletions datadog/cassettes/TestAccDatadogDashboardAlertGraph.yaml

Large diffs are not rendered by default.

545 changes: 545 additions & 0 deletions datadog/cassettes/TestAccDatadogDashboardAlertGraph_import.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 61c9cbb

Please sign in to comment.