[Bug 111191] [CI][BAT] igt at kms_chamelium@common-hpd-after-suspend - fail - previous timer already enabled
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 31 13:34:38 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111191
Arek Hiler <arkadiusz.hiler at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|not set |low
Severity|not set |minor
--- Comment #3 from Arek Hiler <arkadiusz.hiler at intel.com> ---
Seems like ther is another active thread that is waiting to toggle the port:
def ScheduleHpdToggle(self, port_id, delay_ms, rising_edge):
"""Schedules one HPD Toggle, with a delay between the toggle.
Args:
port_id: The ID of the video input port.
delay_ms: Delay in milli-second before the toggle takes place.
rising_edge: Whether the toggle should be a rising edge or a falling
edge.
"""
if self._timer and self._timer.isAlive():
raise InputFlowError('previous timer already enabled')
self._timer = threading.Timer(delay_ms / 1000.0, self._RunHpdToggle,
[port_id, rising_edge])
self._timer.start()
if rising_edge:
self.Unplug()
else:
self.Plug()
It may be a leftover from a previous test but we do not have logs / testlist
for any of the registered failures to do a popper assessment.
Anyway this is a test's/chamelium issue, so user impact is none.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20191031/b3c26ae1/attachment.html>
More information about the intel-gfx-bugs
mailing list