You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2021/02/11 06:11:57 UTC

[apisix] branch master updated (fcc1630 -> 7bdb05a)

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

membphis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from fcc1630  docs: update README (#3580)
     add 7bdb05a  test: add fuzzing on apisix dp (#3525)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/fuzzing-ci.yaml                  | 61 +++++++++++++++
 t/fuzzing/public.py                                | 45 +++++++++++
 t/fuzzing/route_test.py                            | 88 ++++++++++++++++++++++
 .../server/conf => t/fuzzing/upstream}/nginx.conf  | 32 +++++---
 4 files changed, 215 insertions(+), 11 deletions(-)
 create mode 100644 .github/workflows/fuzzing-ci.yaml
 create mode 100644 t/fuzzing/public.py
 create mode 100644 t/fuzzing/route_test.py
 copy {benchmark/server/conf => t/fuzzing/upstream}/nginx.conf (68%)