Skip to content

Dns integration tests are failing #2834

Description

@garrettjonesgoogle

https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/105?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

First of the test failures:

testListChangesBatch(com.google.cloud.dns.it.ITDnsTest)  Time elapsed: 0.286 sec  <<< ERROR!
com.google.cloud.dns.DnsException: 
404 Not Found
Not Found
	at com.google.cloud.dns.spi.v1.HttpDnsRpc.translate(HttpDnsRpc.java:175)
	at com.google.cloud.dns.spi.v1.HttpDnsRpc.access$200(HttpDnsRpc.java:45)
	at com.google.cloud.dns.spi.v1.HttpDnsRpc$DefaultRpcBatch.submit(HttpDnsRpc.java:154)
	at com.google.cloud.dns.DnsBatch.submit(DnsBatch.java:217)
	at com.google.cloud.dns.it.ITDnsTest.testListChangesBatch(ITDnsTest.java:1596)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)
Caused by: com.google.api.client.http.HttpResponseException: 404 Not Found
Not Found
	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1070)
	at com.google.api.client.googleapis.batch.BatchRequest.execute(BatchRequest.java:241)
	at com.google.cloud.dns.spi.v1.HttpDnsRpc$DefaultRpcBatch.submit(HttpDnsRpc.java:152)
	... 14 more

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

api: dnsIssues related to the Cloud DNS API.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions