Skip to content

Commit

Permalink
[promises] Add logging_test to promise_based_server_call testing (grp…
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller authored Jul 20, 2023
1 parent e399f1d commit 801f106
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bazel/experiments.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/lib/experiments/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
(ie when all filters in a stack are promise based)
expiry: 2023/11/01
owner: ctiller@google.com
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test"]
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test", "logging_test"]
- name: transport_supplies_client_latency
description: If set, use the transport represented value for client latency in opencensus
expiry: 2023/09/01
Expand Down
2 changes: 2 additions & 0 deletions test/cpp/ext/filters/logging/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ grpc_cc_test(
],
language = "C++",
tags = [
"logging_test",
"no_mac", # TODO(yashykt): The default stack-sizes are not enough to run this test on MacOS
],
deps = [
Expand All @@ -76,6 +77,7 @@ grpc_cc_test(
],
language = "C++",
tags = [
"logging_test",
"no_mac", # TODO(yashykt): The default stack-sizes are not enough to run this test on MacOS
],
deps = [
Expand Down

0 comments on commit 801f106

Please sign in to comment.