membphis commented on issue #1776:
URL:
https://github.com/apache/incubator-apisix/issues/1776#issuecomment-658574978
you can check the output of CI, fix them one by one.
here is an example:
```
# Failed test 'TEST 5: get plugin heartbeat schema - status code ok'
# at
/Users/runner/work/incubator-apisix/incubator-apisix/test-nginx/lib/Test/Nginx/Socket.pm
line 948.
# got: '400'
# expected: '200'
# Failed test 'TEST 5: get plugin heartbeat schema - response_body -
response is expected (repeated req 0, req 0)'
# at
/Users/runner/work/incubator-apisix/incubator-apisix/test-nginx/lib/Test/Nginx/Socket.pm
line 1589.
# got: '{"error_msg":"failed to load plugin heartbeat"}
# '
# expected: '{"additionalProperties":false,"type":"object"}
# '
# Looks like you failed 2 tests of 15.
t/admin/plugins.t ................
```
BTW, we need to remove this flag:
https://github.com/apache/incubator-apisix/blob/master/conf/config.yaml#L19
https://github.com/apache/incubator-apisix/search?q=enable_heartbeat&unscoped_q=enable_heartbeat
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]