You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/10/13 22:55:23 UTC

[trafficserver] branch 9.2.x updated: Update the feature lists available for autest (#8392)

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

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


The following commit(s) were added to refs/heads/9.2.x by this push:
     new bbf7fdb  Update the feature lists available for autest (#8392)
bbf7fdb is described below

commit bbf7fdb4df389282c8ef45d1669bef720d59206b
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Mon Oct 11 09:07:04 2021 +0900

    Update the feature lists available for autest (#8392)
    
    This closes #7075.
    
    (cherry picked from commit d2e57c4182086717f25be94201d8a3bc97c7eccd)
---
 doc/developer-guide/testing/blackbox-testing.en.rst | 2 ++
 tests/README.md                                     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/doc/developer-guide/testing/blackbox-testing.en.rst b/doc/developer-guide/testing/blackbox-testing.en.rst
index b42744f..3b4a5c2 100644
--- a/doc/developer-guide/testing/blackbox-testing.en.rst
+++ b/doc/developer-guide/testing/blackbox-testing.en.rst
@@ -236,6 +236,7 @@ Condition Testing
 
         - TS_HAS_LIBZ
         - TS_HAS_LZMA
+        - TS_HAS_PIPE_BUFFER_SIZE_CONFIG
         - TS_HAS_JEMALLOC
         - TS_HAS_TCMALLOC
         - TS_HAS_IN6_IS_ADDR_UNSPECIFIED
@@ -252,6 +253,7 @@ Condition Testing
         - TS_HAS_IP_TOS
         - TS_USE_HWLOC
         - TS_USE_SET_RBIO
+        - TS_USE_TLS13
         - TS_USE_QUIC
         - TS_USE_LINUX_NATIVE_AIO
         - TS_HAS_SO_PEERCRED
diff --git a/tests/README.md b/tests/README.md
index a6d57ae..898c384 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -295,6 +295,7 @@ ts.Disk.remap_config.AddLine(
  This function tests for Traffic server for possible feature it has been compiled with. Current Features you can test for are:
  * TS_HAS_LIBZ
  * TS_HAS_LZMA
+ * TS_HAS_PIPE_BUFFER_SIZE_CONFIG
  * TS_HAS_JEMALLOC
  * TS_HAS_TCMALLOC
  * TS_HAS_IN6_IS_ADDR_UNSPECIFIED
@@ -311,6 +312,7 @@ ts.Disk.remap_config.AddLine(
  * TS_HAS_IP_TOS
  * TS_USE_HWLOC
  * TS_USE_SET_RBIO
+ * TS_USE_TLS13
  * TS_USE_QUIC
  * TS_USE_LINUX_NATIVE_AIO
  * TS_HAS_SO_PEERCRED