This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 d13105e178 test(xds): wait for the privileged agent's startup sync
before flush_all in TEST 4 (#13937)
d13105e178 is described below
commit d13105e1789ce11137065128c35260c8bb9d9ce7
Author: Mohammad Izzraff Janius
<[email protected]>
AuthorDate: Mon Sep 14 16:09:21 2026 +0900
test(xds): wait for the privileged agent's startup sync before flush_all in
TEST 4 (#13937)
---
t/xds-library/config_xds_2.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/t/xds-library/config_xds_2.t b/t/xds-library/config_xds_2.t
index bfd9fd0d5f..3b63e3a58c 100644
--- a/t/xds-library/config_xds_2.t
+++ b/t/xds-library/config_xds_2.t
@@ -131,6 +131,7 @@ hello world
--- config
location /t {
content_by_lua_block {
+ ngx.sleep(1.5)
local core = require("apisix.core")
ngx.shared["xds-config"]:flush_all()
ngx.update_time()