Skip to content

Commit

Permalink
Merge pull request #658 from GoogleCloudPlatform/mderka-doc-patch
Browse files Browse the repository at this point in the history
Added "do not use production projects for tests"
  • Loading branch information
aozarov committed Feb 20, 2016
2 parents df52008 + d72a8c6 commit 36fe287
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 @@ -32,6 +32,8 @@ When changes are made to authentication and project ID-related code, authenticat

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.

**Please, do not use your production projects for executing integration tests.** While we do our best to make our tests independent of your project's state and content, they do perform create, modify and deletes, and you do not want to have your production data accidentally modified.

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

0 comments on commit 36fe287

Please sign in to comment.