apisix/t
YuanSheng Wang 50c99a5e3b
bugfix: create etcd object in xpcall, this step may fail (#2312)
* bugfix: create the etcd object in `xpcall`, it may fail, the return values of `etcd.new` should be `res, err`.

fix issue: #2310

1. The old process, if creating etcd fails, etcd data will no longer be synchronized. We need to create the etcd object in xpcall.
2. the return value should be res, err of etcd.new.

* test: old test case is unstable, should delete some checkpoint which is wrong.
2020-10-05 10:22:28 +08:00
..
admin feat: Add labels for upstream object (#2279) 2020-09-28 11:20:09 +08:00
certs feat: Support admin API authentication with SSL certificates (#1747) 2020-07-21 11:41:11 +08:00
config-center-yaml feature: divide config.yaml into two files config-custom.yaml & confi… (#2023) 2020-08-18 20:18:55 +08:00
core bugfix: create etcd object in xpcall, this step may fail (#2312) 2020-10-05 10:22:28 +08:00
debug feat: add AK/SK(HMAC) auth plugin. (#2192) 2020-09-16 14:27:56 +08:00
discovery feature: divide config.yaml into two files config-custom.yaml & confi… (#2023) 2020-08-18 20:18:55 +08:00
lib bugfix: avoid overwriting Vary header in cors plugin (#2271) 2020-09-27 16:43:09 +08:00
node bugfix: create etcd object in xpcall, this step may fail (#2312) 2020-10-05 10:22:28 +08:00
plugin change(hmac-auth): update the organization of signing_string . (#2337) 2020-10-04 19:57:57 +08:00
router bugfix: supported the encryption/decryption for multi priv keys (#2179) 2020-09-22 20:37:14 +08:00
script typo: fixed typo about function. (#2007) 2020-08-06 16:06:52 +08:00
stream-node bugfix: compare server_port with number data type. (#1154) 2020-02-24 19:32:32 +08:00
stream-plugin refactory: collect upstream logic and put them in a single file. (#1734) 2020-06-22 14:21:42 +08:00
utils Batch Processor: Fix for rescheduling execution for max_retry_count is 0 and 1 (#1349) 2020-03-30 09:44:33 +08:00
apisix.luacov feature: support discovery center (#1440) 2020-05-14 23:20:44 +08:00
APISIX.pm test: use the absolute path of $apisix_home instead of ., search the lua source fine in the folder $apisix_home. (#2348) 2020-10-05 08:42:13 +08:00
fake-plugin-exit.lua fix: return response code and msg instead of exit directly in plugins. (#2115) 2020-08-25 09:56:45 +08:00
grpc-proxy-test.sh bugfix: fail to handshake if there is no certificate matched by host. (#1980) 2020-08-04 23:20:34 +08:00