apisix/t/core
YuanSheng Wang c351b38086
bugfix(lrucache): when creating cached objects, use resty-lock to avoid repeated creation. (#1486)
* bugfix(lrucache): one common use case for this library is avoid the so-called "dog-pile effect",
    that is, to limit concurrent backend queries for the same key when a cache miss happens.
* bugfix: catch the error messag by pcall, it may fail when generate new validator.
2020-04-22 17:47:16 +08:00
..
config.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
ctx.t bugfix: fail to get the http request header by ngx.var. * (#1348) 2020-03-27 23:13:46 +08:00
json.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
log.t feature: support to print log with specific prefix. (#1284) 2020-03-31 10:25:05 +08:00
lrucache.t bugfix(lrucache): when creating cached objects, use resty-lock to avoid repeated creation. (#1486) 2020-04-22 17:47:16 +08:00
profile.t feature: support to load different config file by ENV APISIX_PROFILE profile (#1147) 2020-02-28 08:46:42 +08:00
request.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
response.t core: support to set response headers by table. (#1129) 2020-02-18 15:19:12 +08:00
schema.t bugfix(lrucache): when creating cached objects, use resty-lock to avoid repeated creation. (#1486) 2020-04-22 17:47:16 +08:00
table.t chore: improve the preallocation in deepcopy method (#1298) 2020-03-19 08:12:33 +08:00
timer.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
uid.t license: add ASF header. (#743) 2019-10-31 09:27:28 +08:00
utils.t change: don't strip square brackets from the IPv6 (#822) 2019-11-11 09:49:22 +08:00