[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2014-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package autopilot - 1.4+14.04.20140123.1-0ubuntu1 --- autopilot (1.4+14.04.20140123.1-0ubuntu1) trusty; urgency=low [ Barry Warsaw ] * Make Autopilot tracepoint extension module compatible with python 3. (LP: #1266574) [ Christopher Lee ] *

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2014-01-09 Thread Martin Pitt
** Changed in: autopilot Status: Fix Committed = Fix Released ** Changed in: autopilot (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title:

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-12 Thread PS Jenkins bot
Fix committed into lp:autopilot at revision None, scheduled for release in autopilot, milestone 1.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title: Executing autopilot test suite fails

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
launch_uris() indeed inherits stdout/stderr to the child, which is usually what you want. But not in this case, when we exit the parent process before the child. The launch_uris_as_manager() method gives more flexibility, in particular you can give custom GLib.SpawnFlags to it (launch_uris() just

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
To roll this fix out into the distro, we only need to upload gobject- introspection. ** Changed in: gobject-introspection (Ubuntu) Importance: Undecided = Medium ** Changed in: gobject-introspection (Ubuntu) Status: New = In Progress ** Changed in: gobject-introspection (Ubuntu)

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
I'm afraid I can't reproduce the original problem here. If I run this test, I see a few windows (Mahjong, terminal, etc.) flying by, and after a few seconds it crashes with $ autopilot run autopilot.tests.functional.test_open_window.OpenWindowTests.test_open_window Loading tests from:

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
Hang on, I *can* reproduce the autopilot hang now. Perhaps it doesn't happen everytime, but I got it two times in a row now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title: Executing

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
Annotations fixed in glib upstream: https://git.gnome.org/browse/glib/commit/?id=e6c86d5 ** Changed in: glib Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
** Changed in: gobject-introspection (Ubuntu) Status: In Progress = Fix Committed ** Changed in: autopilot Status: Confirmed = In Progress ** Changed in: autopilot Assignee: (unassigned) = Martin Pitt (pitti) -- You received this bug notification because you are a member of

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~pitti/autopilot/launch-uri-stdout -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title: Executing autopilot test suite fails to close when piped to tee To manage

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
The linked MP fixes the hang, but with that we won't see the launched program's stdout any more. It's a rather blunt fix, but otherwise we need to make up our mind: - do we want to see subprocess stdout and be responsible for killing our subprocesses on test case tearDown or - do we not

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~pitti/autopilot/fix-remmina-leak -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title: Executing autopilot test suite fails to close when piped to tee To manage

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Martin Pitt
I attached a second MP which fixes the remmina process leak. Pick your poison :-) Personally I lean towards the second one and fix other tests which also leak processes, but you might have a different opinion. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/gobject-introspection -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title: Executing autopilot test suite fails to close when piped to tee To

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Thomi Richards
Merged second MP, commented on first. Thanks for your help. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1259721 Title: Executing autopilot test suite fails to close when piped to tee To manage

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package gobject-introspection - 1.39.0-0ubuntu1 --- gobject-introspection (1.39.0-0ubuntu1) trusty; urgency=low * New upstream release. * Bump libffi, glib, and gtk-doc build dependencies according to upstream configure.ac. * Add

[Bug 1259721] Re: Executing autopilot test suite fails to close when piped to tee

2013-12-11 Thread PS Jenkins bot
Fix committed into lp:autopilot at revision None, scheduled for release in autopilot, milestone 1.4 ** Changed in: autopilot Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.