Yiyiyimu commented on issue #2342: URL: https://github.com/apache/apisix/issues/2342#issuecomment-700161337
Bug fixed. The reason is master_luarocks use the wrong version of etcd. I've got no idea why does the error occur after this PR merged. There seems no reason. But anyway there is a more problem: currently there are two versions of etcd installed in CI, one is v3.2.17 installed from [apt](https://github.com/apache/apisix/blob/master/.github/workflows/build.yml#L32), and another one, which is what we need, v3.4.x from [source](https://github.com/apache/apisix/blob/master/utils/install-etcd.sh#L20). If we only install from source, we need to manually set daemon files for etcd, which may be ok for CI but not user-friendly at all. ---------------------------------------------------------------- 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]
