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

[apisix-dashboard] branch master updated (9824b5f -> 0b5a687)

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

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


    from 9824b5f  fix: docker build failed in backend e2e test CI (#1433)
     add 0b5a687  fix: added defer recover for go routines to prevent abnormal crash (#1419)

No new revisions were added by this update.

Summary of changes:
 api/internal/core/storage/etcd.go                  |  2 +
 api/internal/core/store/store.go                   |  2 +
 .../logging_test.go => utils/runtime/runtime.go}   | 51 ++++++++++++-------
 .../utils/runtime/runtime_test.go}                 | 58 +++++++++++-----------
 4 files changed, 64 insertions(+), 49 deletions(-)
 copy api/internal/{filter/logging_test.go => utils/runtime/runtime.go} (55%)
 copy api/{cmd/manager/main_test.go => internal/utils/runtime/runtime_test.go} (57%)