This is an automated email from the ASF dual-hosted git repository.
tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 9885103 test: clean up malformed etcd data (#3743)
9885103 is described below
commit 9885103a454d7f79a0bfbc66a20ac4db4cea62be
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Mar 4 09:12:50 2021 +0800
test: clean up malformed etcd data (#3743)
Signed-off-by: spacewander <[email protected]>
---
t/node/plugin-configs.t | 2 ++
1 file changed, 2 insertions(+)
diff --git a/t/node/plugin-configs.t b/t/node/plugin-configs.t
index 5ea53ed..ab6c6e5 100644
--- a/t/node/plugin-configs.t
+++ b/t/node/plugin-configs.t
@@ -173,6 +173,8 @@ GET /t
))
-- wait for sync
ngx.sleep(0.6)
+
+ assert(core.etcd.delete("/plugin_configs/1"))
}
}
--- request