This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 08c5ad1  Add TS_USE_QUIC to traffic_layout info (#7074)
08c5ad1 is described below

commit 08c5ad125a89ef4c6759710f7682a846f68ce908
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Aug 4 12:21:25 2020 +0900

    Add TS_USE_QUIC to traffic_layout info (#7074)
    
    (cherry picked from commit 2ee141137545a84584d8047eee70b171b5254c40)
---
 doc/developer-guide/testing/blackbox-testing.en.rst | 1 +
 src/traffic_layout/info.cc                          | 1 +
 tests/README.md                                     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/doc/developer-guide/testing/blackbox-testing.en.rst 
b/doc/developer-guide/testing/blackbox-testing.en.rst
index 07c8296..0e8b394 100644
--- a/doc/developer-guide/testing/blackbox-testing.en.rst
+++ b/doc/developer-guide/testing/blackbox-testing.en.rst
@@ -252,6 +252,7 @@ Condition Testing
         - TS_HAS_IP_TOS
         - TS_USE_HWLOC
         - TS_USE_SET_RBIO
+        - TS_USE_QUIC
         - TS_USE_LINUX_NATIVE_AIO
         - TS_HAS_SO_PEERCRED
         - TS_USE_REMOTE_UNWINDING
diff --git a/src/traffic_layout/info.cc b/src/traffic_layout/info.cc
index 4cb6195..05495c5 100644
--- a/src/traffic_layout/info.cc
+++ b/src/traffic_layout/info.cc
@@ -111,6 +111,7 @@ produce_features(bool json)
   print_feature("TS_USE_HWLOC", TS_USE_HWLOC, json);
   print_feature("TS_USE_SET_RBIO", TS_USE_SET_RBIO, json);
   print_feature("TS_USE_TLS13", TS_USE_TLS13, json);
+  print_feature("TS_USE_QUIC", TS_USE_QUIC, json);
   print_feature("TS_USE_LINUX_NATIVE_AIO", TS_USE_LINUX_NATIVE_AIO, json);
   print_feature("TS_HAS_SO_PEERCRED", TS_HAS_SO_PEERCRED, json);
   print_feature("TS_USE_REMOTE_UNWINDING", TS_USE_REMOTE_UNWINDING, json);
diff --git a/tests/README.md b/tests/README.md
index e6bea58..cdab158 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -311,6 +311,7 @@ ts.Disk.remap_config.AddLine(
  * TS_HAS_IP_TOS
  * TS_USE_HWLOC
  * TS_USE_SET_RBIO
+ * TS_USE_QUIC
  * TS_USE_LINUX_NATIVE_AIO
  * TS_HAS_SO_PEERCRED
  * TS_USE_REMOTE_UNWINDING

Reply via email to