test: Plumb the flaky flag from envoy_cc_test to the native.cc_test#10009
test: Plumb the flaky flag from envoy_cc_test to the native.cc_test#10009lizan merged 1 commit intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Yan Avlasov <yavlasov@google.com>
|
Assigned @lizan in case there's some reason we haven't done this earlier. |
|
This seems like a good thing to have, though on the flip side it would probably mean we would never fix our flakes so I'm on the fence? |
|
Do we want to use |
|
@mattklein123 It maybe a better alternative to disabling the test, which is what happens when the reason for flakiness is not obvious or time consuming to fix. Disabled test could get stuck in limbo juts as the @lizan I think |
|
Nm, my idea was using both of |
|
Let's merge this first, we can decide whether we want to use this later when we mark tests flaky. I'm trying to use this to make coverage less flaky. |
…roxy#10009) Signed-off-by: Yan Avlasov <yavlasov@google.com>
Backport envoyproxy/envoy-wasm#422 and its prerequisite (envoyproxy#10009). * Plumb the flaky flag from envoy_cc_test to the native.cc_test (envoyproxy#10009) Signed-off-by: Yan Avlasov <yavlasov@google.com> * ci: mark //test/integration:protocol_integration_test as flaky. (envoyproxy#422) Signed-off-by: Piotr Sikora <piotrsikora@google.com>
…o#162) Backport envoyproxy/envoy-wasm#422 and its prerequisite (envoyproxy#10009). * Plumb the flaky flag from envoy_cc_test to the native.cc_test (envoyproxy#10009) Signed-off-by: Yan Avlasov <yavlasov@google.com> * ci: mark //test/integration:protocol_integration_test as flaky. (envoyproxy#422) Signed-off-by: Piotr Sikora <piotrsikora@google.com>
…fixes. (#180) * Revert "fix opencensus tracer (#155)" This reverts commit 063eeb9. * Revert "Add x-goog-user-proj header for sts credential (#152)" This reverts commit 37dbbd4. * Revert "Update GrpcService to add StsService. (envoyproxy#411)" This reverts commit ab59731. * Revert "fix tracer ssl credential (#151)" This reverts commit 02901d0. * Revert "remove url validation as it is not implemented" This reverts commit 3eb2101. * Revert "Use gRPC Security Token Service (STS) to get call credentials (envoyproxy#9101)" This reverts commit ec6b907. * Revert "[release-1.4] Use sts for call credential when STS_PORT is provided in node metadata #144 (#148)" This reverts commit 7081e43. * Revert "Upgrade gRPC to 1.25 which has gRPC STS feature (#145)" This reverts commit 03ecfad. * ci: mark //test/integration:protocol_integration_test as flaky. (#162) Backport envoyproxy/envoy-wasm#422 and its prerequisite (envoyproxy#10009). * Plumb the flaky flag from envoy_cc_test to the native.cc_test (envoyproxy#10009) Signed-off-by: Yan Avlasov <yavlasov@google.com> * ci: mark //test/integration:protocol_integration_test as flaky. (envoyproxy#422) Signed-off-by: Piotr Sikora <piotrsikora@google.com> * Remove wasm filter stress test Signed-off-by: gargnupur <gargnupur@google.com> * Remove wasm stress test framework Signed-off-by: gargnupur <gargnupur@google.com> Co-authored-by: Piotr Sikora <piotrsikora@google.com> Co-authored-by: Nupur Garg <37600866+gargnupur@users.noreply.github.com>
This flag allows test to temporarily be marked flaky while test flakiness is being diagnosed and fixed, to reduce the likelihood of CI failing.
See https://docs.bazel.build/versions/2.0.0/be/common-definitions.html#common-attributes-tests for more info about the
flakyflag.Risk Level: Low
Testing: Unit Tests
Docs Changes: N/A
Release Notes: N/A
Signed-off-by: Yan Avlasov yavlasov@google.com