[Autotest] bluetooth_AdapterPairing.mouse fails with ["[--- failed: test_stop_discovery ({'stop_discovery': False, 'is_not_discovering': False})] |
|
Issue description
Chrome OS: R71-11077
What steps will reproduce the problem?
Run bluetooth_AadpterPairing test. (I was able to recreate this failure on sabin. )
What is the expected result?
Test passes
What happens instead?
test_stop_discovery fails with
["[--- failed: test_stop_discovery ({'stop_discovery': False, 'is_not_discovering': False})]
The failure seems to have started in R70-10991
,
Nov 9
This test fails with the following error on some devices
10:40:44 INFO | autoserv| test_device_class_of_service: <Fault 1: "<type 'exceptions.UnicodeDecodeError'>:'utf8' codec can't decode byte 0x98 in position 3: invalid start byte">
This is due to "EIR" key containing some value that cannot be encoded using utf-8.
dbus.Dictionary({dbus.String(u'EIR'): dbus.ByteArray('\n\tRNBT-61B9\x04\r\x80\x05\x00'
,
Nov 12
Submited https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1331166 to increase the timeout after stop_discovery. @josephsih, What is the expected time for is_discovering to fail after stop_discovery is called? I have seen it take ~60 seconds on Sabin.
,
Nov 12
Unicode error should be fixed with this CL https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1304453 |
|
►
Sign in to add a comment |
|
Comment 1 by shijinabraham@chromium.org
, Nov 8