Fredy Wijaya

Results 15 issues of Fredy Wijaya

Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API...

deps

This PR adds the host information in the debug log messages to make debugging easier. Risk Level: low (updating debug log messages only) Testing: n/a Docs Changes: n/a Release Notes:...

This is so that when building it locally, it will also use C++17 without having to manually pass `--cxxopt=-std=c++17 --host_cxxopt=-std=c++17`. Risk Level: low Testing: CI Docs Changes: n/a Release Notes:...

Risk Level: low (tests only) Testing: unit test Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a

This PR rewrites the Java/JNI implementation of the stream callbacks by removing a lot of indirection. This should reduce the number of translation layers, copies, as well as making the...

Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API...

To reproduce: ``` bazel test --runs_per_test=100 //test/java/integration:android_engine_explicit_flow_test ``` The error: ``` 1) post_simple(test.java.integration.AndroidEngineExplicitFlowTest) java.lang.AssertionError: Error code: 0, error message: at org.junit.Assert.fail(Assert.java:89) at test.java.integration.AndroidEngineExplicitFlowTest.post_simple(AndroidEngineExplicitFlowTest.java:365) ``` What's strange is the error code...

area/test flakes

An attempt to fix https://github.com/envoyproxy/envoy/issues/33488. We suspect that the tests run slow because it has [tags = ["no-remote-exec"]](https://github.com/envoyproxy/envoy/blob/a048435d6fca8f2541cd41cbf809f9890c8a744c/mobile/test/swift/integration/BUILD#L13-L14), which means the tests will be executed locally, which currently runs on...

stale
waiting:any

Risk Level: n/a Testing: n/a Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a