Closed
Description
This build saw the integration test pass in two modules and fail in the third with the following issue:
Running com.google.gcloud.dns.it.ITDnsTest
Tests run: 12, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 114.627 sec <<< FAILURE! - in com.google.gcloud.dns.it.ITDnsTest
testInvalidChangeRequest(com.google.gcloud.dns.it.ITDnsTest) Time elapsed: 24.69 sec <<< ERROR!
com.google.gcloud.dns.DnsException: The 'entity.change.deletions[0]' resource named 'subdomain.gcldjvit-65ccc5a3-5403-47f3-94ee.com. (A)' does not exist.
at com.google.gcloud.dns.it.ITDnsTest.testInvalidChangeRequest(ITDnsTest.java:652)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException:
404 Not Found
{
"code" : 404,
"errors" : [ {
"domain" : "global",
"message" : "The 'entity.change.deletions[0]' resource named 'subdomain.gcldjvit-65ccc5a3-5403-47f3-94ee.com. (A)' does not exist.",
"reason" : "notFound"
} ],
"message" : "The 'entity.change.deletions[0]' resource named 'subdomain.gcldjvit-65ccc5a3-5403-47f3-94ee.com. (A)' does not exist."
}
at com.google.gcloud.dns.it.ITDnsTest.testInvalidChangeRequest(ITDnsTest.java:652)
testListZones(com.google.gcloud.dns.it.ITDnsTest) Time elapsed: 0.686 sec <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<1>
at com.google.gcloud.dns.it.ITDnsTest.testListZones(ITDnsTest.java:379)
Results :
Failed tests:
ITDnsTest.testListZones:379 expected:<0> but was:<1>
Tests in error:
ITDnsTest.testInvalidChangeRequest:652 » Dns The 'entity.change.deletions[0]' ...
Tests run: 12, Failures: 1, Errors: 1, Skipped: 0