fekitibi commented on PR #12535: URL: https://github.com/apache/apisix/pull/12535#issuecomment-3204579733
@SkyeYoung The tests are failing after my changes. Here’s why: when admin keys are enabled, adding an invalid admin key now causes APISIX to exit. To handle this, I updated APISIX.pm (line 972) so that admin keys are disabled by default in tests. This works for tests without a deployment section, but many tests that do have a deployment section still enable admin keys. In those cases, the keys are often defined as "~" or "null", which breaks the tests. What would be the best way to approach this? Any tips would be greatly appreciated. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org