lp:~fginther/+git/autotest

Owned by Francis Ginther
Get this repository:
git clone https://git.launchpad.net/~fginther/+git/autotest
Only Francis Ginther can upload to this repository. If you are Francis Ginther please log in for upload directions.

Branches

Name Last Modified Last Commit
fginther/python3-remove-cmp 2023-04-07 19:10:23 UTC
python2to3: Remove use of cmp method when comparing version strings

Author: Francis Ginther
Author Date: 2023-04-07 19:10:23 UTC

python2to3: Remove use of cmp method when comparing version strings

The version string comparison utility was using the python2 cmp method.
This is no longer available in python3.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

autotest3-more-updates 2023-04-06 11:28:49 UTC
python2to3: Allow for unicode replacement when reading from pipes

Author: Francis Ginther
Author Date: 2023-04-06 11:28:49 UTC

python2to3: Allow for unicode replacement when reading from pipes

Add an error handler when decoding command output from pipes. Otherwise
we'll hit UnicodeDecodeError exceptions.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

autotest3 2023-01-31 23:05:27 UTC
TEMP: Test str instead of bytes

Author: Francis Ginther
Author Date: 2023-01-31 21:40:39 UTC

TEMP: Test str instead of bytes

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>

fginther/2to3 2022-01-26 10:41:45 UTC
UBUNTU: SAUCE: When nuking a pid, nuke the entire process tree

Author: Francis Ginther
Author Date: 2022-01-25 23:19:19 UTC

UBUNTU: SAUCE: When nuking a pid, nuke the entire process tree

When terminating a process due to timeout, send the signal to the entire
process tree. This prevents autotest from getting stuck when child
processes are left running.

Signed-off-by: Francis Ginther <francis.ginther@canonical.com>
Acked-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers