ianmiell / shutit

Automation framework for programmers
http://ianmiell.github.io/shutit/
MIT License
2.15k stars 110 forks source link

pause point failure to continue #268

Closed ianmiell closed 7 years ago

ianmiell commented 7 years ago

after a replace container.

ianmiell commented 7 years ago

May be related to CTRL-g problems. Interestingly challenge uses pause_point under the hood with no issues.

ianmiell commented 7 years ago

I think I've got this one:

the challenge acts on the pexpect_child object, but that has gone, so the pause_point fails, falling through to the challenge_check as there's no flag set.

This is the difference to the other cases. I need to do as the others do, and return, or call challenge on the NEW object.

ianmiell commented 7 years ago

Fixed; get the session id and call that before returning challenge.