Comment 4 for bug 1071997

Revision history for this message
Martin Pitt (pitti) wrote :

The previous upload from Dmitry also built fine. However, I just found a race condition locally:

======================================================================
FAIL: test_devices_detect_plugins (ubuntu_drivers.ToolTest)
ubuntu-drivers devices includes custom detection plugins
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/martin/ubuntu/build-area/ubuntu-drivers-common-0.2.72/tests/ubuntu_drivers.py", line 773, in test_devices_detect_plugins
    self.assertGreater(special_off, 0, out)
AssertionError: 0 not greater than 0 : == special.py ==
driver : picky - third-party free
driver : special - third-party free

== /tmp/tmpxkjt12/devices/white ==
modalias : pci:v00001234d00sv00000001sd00bc00sc00i00
driver : vanilla - third-party free

== /tmp/tmpxkjt12/devices/graphics ==
vendor : NVIDIA Corporation
model : GT218 [GeForce 8400 GS]
modalias : pci:nvidia
driver : nvidia-current - third-party free recommended
driver : xserver-xorg-video-nouveau - distro free builtin

== /tmp/tmpxkjt12/devices/black ==
modalias : usb:v9876dABCDsv01sd02bc00sc01i05
driver : bcmwl-kernel-source - third-party free
driver : chocolate - third-party free

As there is no other information available, I consider this bug to apply to this race condition.