Commit Graph

74 Commits (ba4ec0097a47820db3bd686fdb708eca3b717d74)

Author SHA1 Message Date
James Nugent cb8a0549e1 Merge pull request #5757 from hashicorp/f-output-testing
10 years ago
James Nugent 35f9d2e081 Add TestCheckOutput helper to resource testing
10 years ago
Radek Simko bf9f5879ca helper/resource: Remove NotFoundError function
10 years ago
James Nugent f946695187 Merge pull request #5444 from TimeIncOSS/f-aws-logs-metric-filter
10 years ago
Paul Hinze c3e27b3e0a provider/test: a test provider
10 years ago
Radek Simko fd2fcaf1d5 helper/resource: Implement resource-wide NotFoundError
10 years ago
Radek Simko 034287fdc2 helper/resource: Error shouldn't be returned in case of success
10 years ago
Radek Simko 8582f4df9f helper/resource: Fix TestRetry
10 years ago
Paul Hinze 108ccf0007 builtin: Refactor resource.Retry to clarify return
10 years ago
Paul Hinze 5160578e18 helper/resource: restore retval of resource.Retry on timeout
10 years ago
Paul Hinze bba8a79a52 acctests: log a line w/ the non-empty plan
10 years ago
Radek Simko ab73f2b762 helper: Add StateChangeConf.ContinuousTargetOccurence (int)
10 years ago
Paul Hinze 24048b4dca providers: Mention check number when acctest fails
10 years ago
Ian Duffy 47ac10d66b Change resource.StateChangeConf to use an array for target states
10 years ago
Paul Hinze d59db52f06 helper/resource: Fix data race in resource.Retry
10 years ago
Paul Hinze a8d2ad3ebe refactor s3 bucket test to expect non-empty plan
10 years ago
James Nugent e976d6e787 testing: Use a copy of pre-destroy state in destroy check
11 years ago
Paul Hinze 4bd4e18def core: use same logging setup for acctests
11 years ago
Mitchell Hashimoto 344e7c26b5 fix a bunch of tests from go-getter import
11 years ago
Clint f979fd7dee Merge pull request #2571 from TimeIncOSS/f-aws-autogenerated-elb-name
11 years ago
Radek Simko 9882cc59d8 aws: Add regression test for renaming ecs_cluster
11 years ago
Radek Simko 70b7243dd6 helper: Add resource.PrefixedUniqueId
11 years ago
Paul Hinze 385b17d679 provider/template: don't error when rendering fails in Exists
11 years ago
Paul Hinze a96a3372c6 provider/template: don't diff when there's no diff
11 years ago
Paul Hinze fbce3a3caa helper/resource: don't fail test on config warnings
11 years ago
Josh Bleecher Snyder 76bcac3031 providers/template: add tests, address review comments
11 years ago
Paul Hinze 88744d569f helper/resource/testing: unit tests to cover #1770
11 years ago
Paul Hinze dbf6d1bd00 helper/resource: fix accidentaly swallowing of acctest step errors
11 years ago
Paul Hinze 149e52ad1f helper/resource: verify refresh+plan after each step
11 years ago
Phil Frost bd8ac4fe5e Better document StateChangeConf.WaitForState
11 years ago
Paul Hinze 92ebb60293 helper/resource: ok let's actually use RFC4122
11 years ago
Paul Hinze d1106e9e22 helper/resource: add UniqueId() helper
11 years ago
Mitchell Hashimoto dc69603cd4 helper/resource: docs
11 years ago
Matt Good 21b0a03d70 Support for multiple providers of the same type
11 years ago
Paul Hinze 7fe34d4547 providers: check for empty plan after each test step
11 years ago
Paul Hinze 97acccd3ed core: targeted operations
11 years ago
Jack Pearkes c180487af6 helper/resource: allow configuration of not found checks in state change
11 years ago
Mitchell Hashimoto 5a64d0900b providers/aws: test for allowing in-place lC update
11 years ago
Mitchell Hashimoto b4f8b7f43b helper/resource: RetryError for quitting quickly
12 years ago
Mitchell Hashimoto 36f225dea0 fmt
12 years ago
Mitchell Hashimoto ef62fa80db helper/resource: add Retry function
12 years ago
Mitchell Hashimoto 9ba39d93b7 helper/resource: compile
12 years ago
Mitchell Hashimoto 9b2b3a963f ResourceDiff => InstanceDiff
12 years ago
Mitchell Hashimoto 0bcbccf046 helper/resource: compiles, fails because Context doesn't work, probably
12 years ago
Alex Gaynor 46154ca1d3 Fixed a ton of typos in docs and comments
12 years ago
Mitchell Hashimoto d7ecc76148 helper/resource: refactor wait a bit and introduce delay/mintimeout
12 years ago
Mitchell Hashimoto f8b974c9aa helper/resource: never use an interval more than 10 seconds on wait
12 years ago
Mitchell Hashimoto 91ad873113 helper/resource: improve logging and output for tests
12 years ago
Mitchell Hashimoto dbe5a1254a helper/resource: better error if config doesn't validate
12 years ago
Mitchell Hashimoto 9ab4a5bf88 helper/resource: exponential backoff
12 years ago