Activity log for bug #1178514

Date Who What changed Old value New value Message
2013-05-10 03:14:18 Sam Spilsbury bug added bug
2013-05-10 04:15:02 Sam Spilsbury summary xorg-gtest tests can fail when two test runs are run on the same machine in parallel xorg-gtest tests always fail when two test runs are run on the same machine in parallel
2013-05-10 04:22:21 Sam Spilsbury description If two xorg-gtest tests are run at the same time in paralell, both will try and create a new server instance on :133 and the second one will fail. This is mainly because xorg_gest_main makes that assumption. For now we can just replace xorg_gtest_main with our own main () which does the right thing, namely incrementing the display number on failure If two xorg-gtest tests are run at the same time in paralell, both will try and create a new server instance on :133 and the second one will fail. This is mainly because xorg_gest_main makes that assumption. For now we can just replace xorg_gtest_main with our own main () which does the right thing, namely incrementing the display number on failure. The real fix is to run each test run in its own process space so that you can't have such conflicts, but that's a much more difficult task.
2013-05-10 04:22:18 Launchpad Janitor branch linked lp:~compiz-team/compiz/compiz.fix_1178514
2013-05-12 11:40:48 PS Jenkins bot compiz: status In Progress Fix Committed
2013-07-23 22:08:17 Stephen M. Webb compiz: status Fix Committed Fix Released
2013-08-22 09:34:16 Launchpad Janitor compiz (Ubuntu): status New Fix Released
2013-08-22 09:34:16 Launchpad Janitor bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=61182
2013-08-22 09:34:16 Launchpad Janitor bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=561885
2013-08-22 09:41:51 Launchpad Janitor branch linked lp:ubuntu/saucy-proposed/compiz