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

Fix broken snapshot and proto tests #512

Merged
merged 4 commits into from
Nov 6, 2018
Merged

Conversation

elharo
Copy link
Contributor

@elharo elharo commented Oct 31, 2018

@chingor13
fix #509
fix #514

@elharo elharo requested a review from a team as a code owner October 31, 2018 12:30
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 31, 2018
@elharo elharo changed the title Fix broken snapshot tests Fix broken snapshot and proto tests Oct 31, 2018
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 31, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 31, 2018
@@ -1197,7 +1198,8 @@ public void testExecute_curlLogger() throws Exception {
if (message.startsWith("curl")) {
found = true;
assertEquals("curl -v --compressed -H 'Accept-Encoding: gzip' -H 'User-Agent: "
+ HttpRequest.USER_AGENT_SUFFIX + "' -- 'http://google.com/#q=a'\"'\"'b'\"'\"'c'",
+ "Google-HTTP-Java-Client/" + HttpRequest.VERSION + " (gzip)"

This comment was marked as spam.

@chingor13 chingor13 merged commit 710117e into googleapis:master Nov 6, 2018
chingor13 added a commit that referenced this pull request Nov 7, 2018
@elharo elharo deleted the i509 branch November 7, 2018 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ProtocolBuffersTest doesn't compile HttpRequestTest.testExecute failing at HEAD
4 participants