Merge ~juliank/autopkgtest/+git/development:blocking-io into ~ubuntu-release/autopkgtest/+git/development:master

Proposed by Julian Andres Klode
Status: Merged
Merged at revision: 237232c1abd5ce2a76d76f6d344c4c65ba5fa8b9
Proposed branch: ~juliank/autopkgtest/+git/development:blocking-io
Merge into: ~ubuntu-release/autopkgtest/+git/development:master
Diff against target: 13 lines (+2/-0)
1 file modified
runner/autopkgtest (+2/-0)
Reviewer Review Type Date Requested Status
Iain Lane Approve
Julian Andres Klode Pending
Review via email: mp+404086@code.launchpad.net

This proposal supersedes a proposal from 2021-06-11.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

I find the idea of testing in production to be scary, but ... I guess we can, this should be "ok".

It's to do with us upgrading to focal from xenial, something new in python3 since then

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/runner/autopkgtest b/runner/autopkgtest
2index 68199d4..22f796c 100755
3--- a/runner/autopkgtest
4+++ b/runner/autopkgtest
5@@ -817,6 +817,8 @@ def main():
6 signal.signal(signal.SIGTERM, signal_handler)
7 signal.signal(signal.SIGQUIT, signal_handler)
8
9+ os.set_blocking(sys.stderr.fileno(), True)
10+
11 try:
12 setup_trace()
13 testbed = adt_testbed.Testbed(vserver_argv=vserver_args,

Subscribers

People subscribed via source and target branches