|
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
# that that test should be run with this experiment enabled in CI |
|
|
|
|
# |
|
|
|
|
# Well known test tags: |
|
|
|
|
# core_end2end_test: all tests, fixtures in the core end2end suite |
|
|
|
|
# core_end2end_tests: all tests, fixtures in the core end2end suite |
|
|
|
|
# endpoint_test: endpoint related iomgr tests |
|
|
|
|
# flow_control_test: tests pertaining explicitly to flow control |
|
|
|
|
# hpack_test: hpack encode/decode tests |
|
|
|
@ -47,7 +47,8 @@ |
|
|
|
|
owner: vigneshbabu@google.com |
|
|
|
|
test_tags: ["endpoint_test", "flow_control_test"] |
|
|
|
|
- name: tcp_rcv_lowat |
|
|
|
|
description: Use SO_RCVLOWAT to avoid wakeups on the read path. |
|
|
|
|
description: |
|
|
|
|
Use SO_RCVLOWAT to avoid wakeups on the read path. |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/03/01 |
|
|
|
|
owner: vigneshbabu@google.com |
|
|
|
@ -62,31 +63,36 @@ |
|
|
|
|
owner: vigneshbabu@google.com |
|
|
|
|
test_tags: ["flow_control_test"] |
|
|
|
|
- name: flow_control_fixes |
|
|
|
|
description: Various fixes for flow control, max frame size setting. |
|
|
|
|
description: |
|
|
|
|
Various fixes for flow control, max frame size setting. |
|
|
|
|
default: true |
|
|
|
|
expiry: 2023/04/01 |
|
|
|
|
owner: ctiller@google.com |
|
|
|
|
test_tags: ["flow_control_test"] |
|
|
|
|
- name: memory_pressure_controller |
|
|
|
|
description: New memory pressure controller |
|
|
|
|
description: |
|
|
|
|
New memory pressure controller |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/03/01 |
|
|
|
|
owner: ctiller@google.com |
|
|
|
|
test_tags: [resource_quota_test] |
|
|
|
|
- name: unconstrained_max_quota_buffer_size |
|
|
|
|
description: Discard the cap on the max free pool size for one memory allocator |
|
|
|
|
description: |
|
|
|
|
Discard the cap on the max free pool size for one memory allocator |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/03/01 |
|
|
|
|
owner: ctiller@google.com |
|
|
|
|
test_tags: [resource_quota_test] |
|
|
|
|
- name: event_engine_client |
|
|
|
|
description: Use EventEngine clients instead of iomgr's grpc_tcp_client |
|
|
|
|
description: |
|
|
|
|
Use EventEngine clients instead of iomgr's grpc_tcp_client |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/04/13 |
|
|
|
|
owner: hork@google.com |
|
|
|
|
test_tags: ["core_end2end_test", "event_engine_client_test"] |
|
|
|
|
test_tags: ["event_engine_client_test"] |
|
|
|
|
- name: monitoring_experiment |
|
|
|
|
description: Placeholder experiment to prove/disprove our monitoring is working |
|
|
|
|
description: |
|
|
|
|
Placeholder experiment to prove/disprove our monitoring is working |
|
|
|
|
default: true |
|
|
|
|
expiry: 2023/06/01 |
|
|
|
|
owner: ctiller@google.com |
|
|
|
@ -100,7 +106,8 @@ |
|
|
|
|
owner: ctiller@google.com |
|
|
|
|
test_tags: ["core_end2end_test", "lame_client_test"] |
|
|
|
|
- name: free_large_allocator |
|
|
|
|
description: If set, return all free bytes from a "big" allocator |
|
|
|
|
description: |
|
|
|
|
If set, return all free bytes from a "big" allocator |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/04/01 |
|
|
|
|
owner: alishananda@google.com |
|
|
|
@ -116,25 +123,29 @@ |
|
|
|
|
# removing these until I can stabilize tests a little further |
|
|
|
|
disabled_test_tags: ["cpp_end2end_test", "xds_end2end_test"] |
|
|
|
|
- name: transport_supplies_client_latency |
|
|
|
|
description: If set, use the transport represented value for client latency in opencensus |
|
|
|
|
description: |
|
|
|
|
If set, use the transport represented value for client latency in opencensus |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/06/01 |
|
|
|
|
owner: ctiller@google.com |
|
|
|
|
test_tags: [census_test] |
|
|
|
|
- name: event_engine_listener |
|
|
|
|
description: Use EventEngine listeners instead of iomgr's grpc_tcp_server |
|
|
|
|
description: |
|
|
|
|
Use EventEngine listeners instead of iomgr's grpc_tcp_server |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/05/13 |
|
|
|
|
owner: vigneshbabu@google.com |
|
|
|
|
test_tags: ["core_end2end_test", "event_engine_listener_test"] |
|
|
|
|
test_tags: ["event_engine_listener_test"] |
|
|
|
|
- name: schedule_cancellation_over_write |
|
|
|
|
description: Allow cancellation op to be scheduled over a write |
|
|
|
|
description: |
|
|
|
|
Allow cancellation op to be scheduled over a write |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/07/01 |
|
|
|
|
owner: vigneshbabu@google.com |
|
|
|
|
test_tags: [] |
|
|
|
|
- name: trace_record_callops |
|
|
|
|
description: Enables tracing of call batch initiation and completion. |
|
|
|
|
description: |
|
|
|
|
Enables tracing of call batch initiation and completion. |
|
|
|
|
default: false |
|
|
|
|
expiry: 2023/07/01 |
|
|
|
|
owner: vigneshbabu@google.com |
|
|
|
|