Closed chenyingkof closed 6 years ago
The acc test result about the rds service
root@SZX1000340345:~/go/src/github.com/gator1/terraform-provider-opentelekomcloud# source /root/go/bin/adminrc_lizhonghua.sh root@SZX1000340345:~/go/src/github.com/gator1/terraform-provider-opentelekomcloud# root@SZX1000340345:~/go/src/github.com/gator1/terraform-provider-opentelekomcloud# make testacc TEST=./opentelekomcloud/ TESTARGS='-run=TestAccRDSV1Instance_basic' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./opentelekomcloud/ -v -run=TestAccRDSV1Instance_basic -timeout 240m === RUN TestAccRDSV1Instance_basic --- PASS: TestAccRDSV1Instance_basic (707.38s) PASS ok github.com/gator1/terraform-provider-opentelekomcloud/opentelekomcloud 707.386s root@SZX1000340345:~/go/src/github.com/gator1/terraform-provider-opentelekomcloud# date Sat Feb 10 00:38:02 CST 2018 root@SZX1000340345:~/go/src/github.com/gator1/terraform-provider-opentelekomcloud#
In the newest version of OTC rds services, the rds instance only can be deleted with a request body: {}. This pr fix this error. The test result about deleting the rds instance in the OTC : http://paste.openstack.org/show/666932/