Hi all,
Now that the windmill tests are mandatory, I would like to run the test
suite under xvfb-run, as our test_on_merge.py script does. But it hangs
for me reproducibly on testPPAUploadResultingInNoBuilds:
$ xvfb-run bin/test -t testPPAUploadResultingInNoBuilds
Running canonical.testing.layers.LaunchpadZopelessLayer tests:
Set up canonical.testing.layers.BaseLayer in 0.025 seconds.
Set up canonical.testing.layers.ZopelessLayer in 7.735 seconds.
Set up canonical.testing.layers.DatabaseLayer in 0.866 seconds.
Set up canonical.testing.layers.LibrarianLayer in 8.597 seconds.
Set up canonical.testing.layers.MemcachedLayer in 0.135 seconds.
Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Set up canonical.testing.layers.LaunchpadScriptLayer in 0.008 seconds.
Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
It's not tragic, because I can use a VNC server instead, but it worries
me that our test suite and xvfb-run can so easily stop working together.
Aaron