~sylvain-pineau/checkbox-ng:remote-interact-fixes

Last commit made on 2019-10-30
Get this branch:
git clone -b remote-interact-fixes https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
remote-interact-fixes
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

32b2d59... by Sylvain Pineau

remote:sa: pep8

05688f1... by Sylvain Pineau

remote:master: extend the socket timeout to 60s

37b1d3b... by Sylvain Pineau

remote: Fix user-interact jobs command not streamed and rerun interactions

- Properly catch ReRunJob exception on master side
- Always yield something from the run_job generator
- on master keep looping until next_job is False
- skip results are now handled on master side (interaction.kind == 'skip')

b2083cf... by Sylvain Pineau

session:remote_assistant: Only sleep 0.01s to stream faster

8fa0e77... by Sylvain Pineau

session:assistant: Ensure all jobs can write to CHECKBOX_DATA

21efbb1... by Sylvain Pineau

execution: Ensure all jobs can write to CHECKBOX_DATA

2f78a4f... by Sylvain Pineau

master: Add a --user to specify the target (i.e slave) normal user

c6bdeb3... by Sylvain Pineau

master: Hide connection info when running on localhost

e41ebe0... by Sylvain Pineau

master: Use getpass.getuser() to find the normal user when running on localhost

f897c6e... by Sylvain Pineau

execution: pep8