Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add working tests for httpcli #1955

Conversation

ctiller
Copy link
Member

@ctiller ctiller commented Jun 5, 2015

No description provided.

@ctiller
Copy link
Member Author

ctiller commented Jun 5, 2015

green!

nicolasnoble added a commit that referenced this pull request Jun 6, 2015
…me-sort-of-test

Add working tests for httpcli
@nicolasnoble nicolasnoble merged commit 4ac6b88 into grpc:master Jun 6, 2015
gpr_asprintf(&args[0], "%s/../../test/core/httpcli/test_server.py", root);
args[1] = "--port";
gpr_asprintf(&args[2], "%d", port);
server = gpr_subprocess_create(3, (const char**)args);
Copy link
Member

Choose a reason for hiding this comment

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

That made me smile btw. It might not work under Windows properly, but we'll see.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants