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

AlinsRan pushed a change to branch feat/toolset-plugin
in repository https://gitbox.apache.org/repos/asf/apisix.git


    from 2d39d7490 fix: handle timer creation error in toolset plugin init()
     add be57db2aa test: add toolset plugin tests and zh docs

No new revisions were added by this update.

Summary of changes:
 docs/zh/latest/config.json        |   1 +
 docs/zh/latest/plugins/toolset.md | 159 +++++++++++++
 t/plugin/table-count.t            | 255 +++++++++++++++++++++
 t/plugin/toolset.t                | 225 +++++++++++++++++++
 t/plugin/trace.dns.t              |  80 +++++++
 t/plugin/trace.headers.t          | 227 +++++++++++++++++++
 t/plugin/trace.host.t             | 223 +++++++++++++++++++
 t/plugin/trace.path.t             | 236 ++++++++++++++++++++
 t/plugin/trace.t                  | 455 ++++++++++++++++++++++++++++++++++++++
 t/table-count-example.lua         |  55 +++++
 10 files changed, 1916 insertions(+)
 create mode 100644 docs/zh/latest/plugins/toolset.md
 create mode 100644 t/plugin/table-count.t
 create mode 100644 t/plugin/toolset.t
 create mode 100644 t/plugin/trace.dns.t
 create mode 100644 t/plugin/trace.headers.t
 create mode 100644 t/plugin/trace.host.t
 create mode 100644 t/plugin/trace.path.t
 create mode 100644 t/plugin/trace.t
 create mode 100644 t/table-count-example.lua

Reply via email to