tokers commented on pull request #6202: URL: https://github.com/apache/apisix/pull/6202#issuecomment-1039760266
> Hi, Community. > > I have encountered follow problems. > > * When the server-info plugin is turned on by default, other plugins report errors, and I'm not sure if the errors reported here are the expected behaviour. https://github.com/apache/apisix/runs/5174938000?check_suite_focus=true#step:10:354 > * When the server-info plugin is turned off by default, errors are also reported in other checks, here the errors are due to a test of the configuration file. https://github.com/apache/apisix/runs/5177477142?check_suite_focus=true#step:10:355 > > Should I choose to turn on the server-info plugin by default or turn it off by default? If it is turned on by default, I don't know how to deal with the error here, can anyone give me some help? For the 1st question: ``` Error: led test 'TEST 7: hit - pattern "[error]" should not match any line in error.log but matches line "2022/02/13 17:07:31 [error] 14195#14195: *37 [lua] server-info.lua:131: set(): failed to set server_info: value changed before overwritten, context: ngx.timer" (req 0) ``` It's still related to the server-info plugin. For the second one, this error is normal as you disable the server-info plugin, it shouldn't exist in the list. -- 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]
