Skip to content

Fix t test failures in esp.#21

Merged
chowchow316 merged 3 commits intoistio:masterfrom
chowchow316:test-fail
Dec 28, 2016
Merged

Fix t test failures in esp.#21
chowchow316 merged 3 commits intoistio:masterfrom
chowchow316:test-fail

Conversation

@chowchow316
Copy link
Contributor

No description provided.

@chowchow316 chowchow316 self-assigned this Dec 28, 2016
@chowchow316 chowchow316 requested a review from qiwzhang December 28, 2016 20:53
@chowchow316
Copy link
Contributor Author

Changed the condition to get latency info. PTAL.

FillLogMessage(info);
if(method() && !method()->request_streaming() && !method()->response_streaming()) {
bool is_streaming = false;
if(method() && (method()->request_streaming() || method()->response_streaming())) {
Copy link
Contributor

Choose a reason for hiding this comment

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

could you do a lint format (clang-format) for this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@chowchow316 chowchow316 merged commit 9bdb76b into istio:master Dec 28, 2016
@chowchow316 chowchow316 deleted the test-fail branch December 28, 2016 23:11
chowchow316 added a commit that referenced this pull request Jan 30, 2017
jacob-delgado pushed a commit that referenced this pull request Jun 11, 2020
* [1.6] Update envoy SHA (#21)

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* hacking generate-wasm

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* avoid define envoy_project

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* revert generate-wasm, and istio-private

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* allow wasm_include running under istio-private

Signed-off-by: Yuchen Dai <silentdai@gmail.com>
istio-testing pushed a commit that referenced this pull request Jun 12, 2020
* [1.6] Update envoy SHA  (#22)

* [1.6] Update envoy SHA (#21)

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* hacking generate-wasm

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* avoid define envoy_project

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* revert generate-wasm, and istio-private

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* allow wasm_include running under istio-private

Signed-off-by: Yuchen Dai <silentdai@gmail.com>

* Update WORKSPACE for sha in istio/envoy in release-1.6 branch

Co-authored-by: Yuchen Dai <silentdai@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants