Commit Graph

109 Commits (28543694de6333696f07e1008153a6c0d2811983)

Author SHA1 Message Date
Paul Hinze 3b732131d2 Merge pull request #7446 from hashicorp/b-jit-resource-validate
10 years ago
Paul Hinze ad27190852 Merge pull request #7448 from dtolnay/timeout
10 years ago
Paul Hinze 4a1b36ac0d
core: rerun resource validation before plan and apply
10 years ago
Paul Hinze 5656d7388c
helper/resource: Consolidate unit test override
10 years ago
David Tolnay 7e1cd34819 Timing out is not success
10 years ago
Patrick Sodré 80936e3562 provider/triton: add machine domain names (#7149)
10 years ago
James Nugent 9c7cf639b3 testing: Allow acceptance test to run as unit test
10 years ago
Radek Simko 1ea5cff9b3 Merge pull request #6946 from TimeIncOSS/f-aws-s3-object-data-source
10 years ago
Radek Simko bf8931b1ab provider/aws: Mark Lambda function as gone when it's gone (#6924)
10 years ago
Radek Simko 84ab00d92e helper/resource: Add TestStep.PreventPostDestroyRefresh
10 years ago
Martin Atkins 031b561ef0 helper/resource: ignore data resource diffs during destroy
10 years ago
Mitchell Hashimoto 55583baa7e
Merge branch 'f-aws-import'
10 years ago
James Nugent 3ea3c657b5 core: Use OutputState in JSON instead of map
10 years ago
Mitchell Hashimoto 884980da1a
providers/aws: instance, nat, internet gateway
10 years ago
Mitchell Hashimoto 6a675b4a15
helper/resource: ImportState test can verify states
10 years ago
Mitchell Hashimoto ec02c8c0e2
helper/resource: testing of almost all aspects of ImportState tests
10 years ago
Mitchell Hashimoto 2d99c451fb
helper/resource: basic ImportState acceptance testing
10 years ago
Mitchell Hashimoto 9bd1c9e7ca
helper/resource: reshuffling to prepare for importstate testing
10 years ago
Mitchell Hashimoto 35c87836b4 core: Add terraform_version to state
10 years ago
Mitchell Hashimoto d85df63526
providers/aws: aws_instance id-only
10 years ago
Mitchell Hashimoto e0da21d381
helper/resource: make id-only check opt-in
10 years ago
Mitchell Hashimoto ff7b58f032
providers/aws: peering connection id-only test settings
10 years ago
Mitchell Hashimoto 0ef1b3b84a
providers/aws: response value for DescribeVpcAttribute needs to be
10 years ago
Mitchell Hashimoto 1db1bf6639
helper/resource: use the full config for id-only checks
10 years ago
Mitchell Hashimoto 0c8b0bff2c
helper/resource: can specify specific name to id refresh test
10 years ago
Mitchell Hashimoto 1a9fae6b2e
helper/resource: can disable ID refresh check
10 years ago
Mitchell Hashimoto 35f4201b9e
providers/aws: instance_tenancy is computed, set
10 years ago
Mitchell Hashimoto f2c4f8e9ba
helper/resource: fix tests
10 years ago
Mitchell Hashimoto 5c4f78796b
helper/resource: don't need to id-only check if no test steps
10 years ago
Mitchell Hashimoto a285c04dc9
helper/resource: only verify id-only run if no error
10 years ago
Mitchell Hashimoto baac14aaeb
helper/resource: guard id-only by acc var
10 years ago
Mitchell Hashimoto cb32cb8947
helper/resource: error if id-only check didn't run
10 years ago
Mitchell Hashimoto 86e0c853db
helper/resource: test for failing id-only refresh check
10 years ago
Mitchell Hashimoto 060b43fbd9
helper/resource: remove debug
10 years ago
Mitchell Hashimoto 4f6edf4fe4
helper/resource: id-only refresh testing
10 years ago
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