kamly commented on PR #487:
URL: https://github.com/apache/apisix-docker/pull/487#issuecomment-1658155444

   @nfrankel @Sn0rt , hi I meet two problems
   
   1. if remove overwrite `apisix.yaml`
   
   when docker run with `-e APISIX_STAND_ALONE=true`
   ```shell
   docker run -d --name apache-apisix \
     -p 9080:9080 \
     -e APISIX_STAND_ALONE=true \
     apache/apisix
   ```
   
   will print warn and error info
   ```
   ...
   apisix              | 2023/07/31 12:55:13 [warn] 47#47: *11206 [lua] 
config_yaml.lua:127: wait for more time, context: ngx.timer
   apisix              | 2023/07/31 12:55:13 [error] 31#31: *12907 [lua] 
config_yaml.lua:73: failed to fetch /usr/local/apisix/conf/apisix.yaml 
attributes: cannot obtain information from file 
'/usr/local/apisix/conf/apisix.yaml': No such file or directory, context: 
ngx.timer
   ...
   ```
   
   is it as expected ?
   
   2. Unit tests fail. 
(https://github.com/apache/apisix-docker/actions/runs/5689010648/job/15470480442)
   
   I debugged the unit test and found that it will exit automatically. So 
executing `curl http://127.0.0.1:9000` will fail
   
   <img width="1568" alt="image" 
src="https://github.com/apache/apisix-docker/assets/15706085/49246d4d-91db-46d4-8900-ed50bd56bf4f";>
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to