slayer321 commented on code in PR #11654: URL: https://github.com/apache/apisix/pull/11654#discussion_r2217695246
########## t/kubernetes/discovery/kubernetes3.t: ########## @@ -381,6 +381,8 @@ POST /operators Content-type: application/json --- response_body_like .*"name":"default/kubernetes".* +--- error-log +attempt to get length of local 'endpointslices' (a userdata value) Review Comment: It's been around a year now since I raised this PR. I also don't remember the exact reason I added the error log. I have removed it for now and tested it locally ..test if passing. ########## t/kubernetes/discovery/kubernetes3.t: ########## @@ -381,6 +381,8 @@ POST /operators Content-type: application/json --- response_body_like .*"name":"default/kubernetes".* +--- error-log +attempt to get length of local 'endpointslices' (a userdata value) Review Comment: It's been around a year now since I raised this PR. I also don't remember the exact reason I added the error log. I have removed it for now and tested it locally ..test is passing. -- 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]
