Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Create test apps #3

Merged
merged 4 commits into from
Jan 23, 2016
Merged

Conversation

ajkannan
Copy link
Contributor

No description provided.

gcloud-java Test Applications
=============================

This folder contains examples of end-to-end test apps for gcloud-java.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not call it end-to-end test yet (though we can say that it could be used to end-to-end test).

@ajkannan
Copy link
Contributor Author

ajkannan commented Jan 6, 2016

@aozarov made the changes suggested.

cc/ @mziccard let me know if you had any feedback (this PR is in reference to issue 450)

@Override
public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
PrintWriter responseWriter = resp.getWriter();
String projectId = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, projectId and credentials could be moved to the else clause.

@aozarov
Copy link
Contributor

aozarov commented Jan 8, 2016

Looks good. Few more comments.

…ted, and force delete storage's bucket after test is finished
@ajkannan
Copy link
Contributor Author

@aozarov Added a commit to address your previous round of comments.

aozarov added a commit that referenced this pull request Jan 23, 2016
@aozarov aozarov merged commit 9352f49 into GoogleCloudPlatform:master Jan 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants