mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
53d081e89f
Allows failing redshift_cluster acceptance tests to pass when ran in parallel ``` $ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRedshiftCluster_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/02/09 11:15:49 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRedshiftCluster_ -timeout 120m === RUN TestAccAWSRedshiftCluster_importBasic --- PASS: TestAccAWSRedshiftCluster_importBasic (593.87s) === RUN TestAccAWSRedshiftCluster_basic --- PASS: TestAccAWSRedshiftCluster_basic (663.11s) === RUN TestAccAWSRedshiftCluster_kmsKey --- PASS: TestAccAWSRedshiftCluster_kmsKey (684.31s) === RUN TestAccAWSRedshiftCluster_enhancedVpcRoutingEnabled --- PASS: TestAccAWSRedshiftCluster_enhancedVpcRoutingEnabled (914.33s) === RUN TestAccAWSRedshiftCluster_loggingEnabled === RUN TestAccAWSRedshiftCluster_loggingEnabled --- PASS: TestAccAWSRedshiftCluster_loggingEnabled (764.83s) === RUN TestAccAWSRedshiftCluster_iamRoles --- PASS: TestAccAWSRedshiftCluster_iamRoles (907.82s) === RUN TestAccAWSRedshiftCluster_publiclyAccessible --- PASS: TestAccAWSRedshiftCluster_publiclyAccessible (691.63s) === RUN TestAccAWSRedshiftCluster_updateNodeCount --- PASS: TestAccAWSRedshiftCluster_updateNodeCount (1881.95s) === RUN TestAccAWSRedshiftCluster_tags --- PASS: TestAccAWSRedshiftCluster_tags (586.80s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 6995.524s ``` |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |