You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There it hangs. This is experiencing the traceback pasted in ansible/awx#11993, but doing so silently.
The fix is to use envvars={'ALAN': 'True'} instead.
However, the poor error handling incurs significant cost in terms of people tracking down the root cause. Runner should avoid this by giving a descriptive error right away.
It would also be ideal to figure out why tracebacks are not getting surfaced, which may be a pexpect upstream issue.
The text was updated successfully, but these errors were encountered:
Demo in python console:
There it hangs. This is experiencing the traceback pasted in ansible/awx#11993, but doing so silently.
The fix is to use
envvars={'ALAN': 'True'}
instead.However, the poor error handling incurs significant cost in terms of people tracking down the root cause. Runner should avoid this by giving a descriptive error right away.
It would also be ideal to figure out why tracebacks are not getting surfaced, which may be a pexpect upstream issue.
The text was updated successfully, but these errors were encountered: