mobs75 opened a new issue, #222:
URL: https://github.com/apache/openserverless/issues/222

   `testing/tests/6-login.sh` has no fixed retry limit when login repeatedly 
fails on kind, causing an apparently infinite loop instead of an explicit 
failure after N attempts.
   
   Suggested fix: add a maximum retry counter with an explicit `FAIL` exit once 
the threshold is exceeded, rather than retrying forever.
   
   Note: in my case the underlying login failures were actually caused by a 
local filesystem permissions issue (`bin/compile` / `lib/launcher.py` missing 
the execute bit for 'others') rather than a real login endpoint problem — but 
regardless of root cause, a script that can loop forever without ever failing 
explicitly seems worth fixing on its own, since it turns any underlying issue 
into a hang instead of a diagnosable failure.


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