Skip to content

Commit

Permalink
Add known issue for mvn test and gcloud SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Jan 11, 2016
1 parent 5a23e57 commit dc1f9e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ End-to-end tests should ensure that gcloud-java works when running on the

When changes are made to authentication and project ID-related code, authentication and project ID inference should be tested using all relevant methods detailed in the [authentication docs](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) and [project ID docs](https://github.com/GoogleCloudPlatform/gcloud-java#specifying-a-project-id).

Known issue: If you have installed the Google Cloud SDK, be sure to log in (using `gcloud auth login`) before running tests. Though the Datastore tests use a local Datastore emulator that doesn't require authentication, they will not run if you have the Google Cloud SDK installed but aren't authenticated.

Adding Features
---------------
In order to add a feature to gcloud-java:
Expand Down

0 comments on commit dc1f9e7

Please sign in to comment.