GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
41 stars 27 forks source link

Test failure: cannot reach: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/com/google/cloud/bigquery/package-summary.html #712

Closed chanseokoh closed 6 years ago

chanseokoh commented 6 years ago

Oddly, it returns 404 briefly and redirects to

https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/com/google/cloud/bigquery/package-summary.html

Maybe we should change the URL to the new redirection.

java.lang.AssertionError: Could not reach https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/com/google/cloud/bigquery/package-summary.html expected:<200> but was:<404>
    at com.google.cloud.tools.libraries.LibrariesTest.assertReachable(LibrariesTest.java:117)
    at com.google.cloud.tools.libraries.LibrariesTest.assertApi(LibrariesTest.java:92)
    at com.google.cloud.tools.libraries.LibrariesTest.testJson(LibrariesTest.java:58)
chanseokoh commented 6 years ago

Oh, seems like this will be fixed by #710.