Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potentially misleading error message in _check_started #164

Open
mhasself opened this issue Sep 4, 2024 · 0 comments
Open

Potentially misleading error message in _check_started #164

mhasself opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mhasself
Copy link
Member

mhasself commented Sep 4, 2024

See

error = f"Check timed out. Operation {op} in Agent {instance} stuck in " + \

If the process stays in state "starting" for a few seconds, so it enters the timeout loop, but then proceeds to "failed" or "done" (rather than "running"), the error message will still say "Check timed out. Operation ... stuck in starting state."

This happened, just now, and made a routine Sun Safety problem in ACU look like some kind of timeout / failure to progress.

@BrianJKoopman BrianJKoopman added the bug Something isn't working label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants