CongwangLi

Results 10 comments of CongwangLi

@tokers Could you please re-run "CI / build (ubuntu-18.04, linux_openresty_1_19, t/plugin) (pull_request) " ? Timeout happened during building function.

> > Could you please re-run "CI / build (ubuntu-18.04, linux_openresty_1_19, t/plugin) (pull_request) " ? > > Timeout happened during building function. > > accord to: https://github.com/apache/apisix/runs/7833789308?check_suite_focus=true, maybe some error...

@tzssangglass Could you please re-run "CI Centos7 / run ci on centos7 (t/admin t/cli t/config-center-yaml t/control t/core t/debug t/deploym" which has no contact with this pr?

@tzssangglass Could you please re-run the fail test?

> > @tzssangglass Could you please re-run the fail test? > > done Could you also re-run License checker / check-license (pull_request) ? Thanks

> @jackkkkklee If some of the golang codes you added are from the OpenFucntion repo, please update the [LICENSE](https://github.com/apache/apisix/blob/master/LICENSE) to mark them. Added in the goland codes

@tokers Could you please rerun ”CI / build (ubuntu-20.04, linux_openresty, t/node t/pubsub t/router t/script t/stream-node t/utils t/w... (pull_request) Failing after 17m...“?

Sure! Name | Type | Requirement | Default | Valid Values | Description -- | -- | -- | -- | -- | -- function_uri | String | Required |  ...

Set route ``` { "plugins": { "openfunction": { "function_uri": "http://localhost:30585/default/function-sample-go", "service_token": “foo:foo123” } }, "uri": "/gohello" }' ``` simulated request: ``` POST https:///gohello {"name":"openfunction"} ``` And it will request the...

Is it caused by wrong setting of iptables? I use commands from guide and also replace the output interface name ,but it seems not working. My iptables show as below....