All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1)
       [not found] <bug-110313-502@http.bugs.freedesktop.org/>
@ 2019-04-15 12:31 ` bugzilla-daemon
  2019-04-25  8:08 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-04-15 12:31 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 888 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110313

Arek Hiler <arkadiusz.hiler@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|intel-gfx-bugs@lists.freede |
                   |sktop.org                   |
          Component|DRM/Intel                   |IGT
           Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop
                   |sktop.org                   |.org

--- Comment #3 from Arek Hiler <arkadiusz.hiler@intel.com> ---
This seems like a test deficiency. We are polling on udev monitor FD in
anticipation of an events. According the the log linked in the previous
comments we get EAGAIN (11), but we do not retry.

Moving to IGT.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2647 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1)
       [not found] <bug-110313-502@http.bugs.freedesktop.org/>
  2019-04-15 12:31 ` [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1) bugzilla-daemon
@ 2019-04-25  8:08 ` bugzilla-daemon
  2019-06-07 11:05 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-04-25  8:08 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 695 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110313

--- Comment #4 from Daniel Vetter <daniel@ffwll.ch> ---
(In reply to Arek Hiler from comment #3)
> This seems like a test deficiency. We are polling on udev monitor FD in
> anticipation of an events. According the the log linked in the previous
> comments we get EAGAIN (11), but we do not retry.

We already retry when we get EAGAIN, but then eventually give up. So the EAGAIN
errno is kinda expected.

The timeout right now is 1 second, which really should be enough to deliver an
uevent. Maybe the box is totally overloaded or something like that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1692 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1)
       [not found] <bug-110313-502@http.bugs.freedesktop.org/>
  2019-04-15 12:31 ` [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1) bugzilla-daemon
  2019-04-25  8:08 ` bugzilla-daemon
@ 2019-06-07 11:05 ` bugzilla-daemon
  2019-06-10  5:43 ` bugzilla-daemon
  2019-11-12  7:40 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-06-07 11:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 274 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110313

--- Comment #5 from Mika Kahola <mika.kahola@intel.com> ---
It seems that we haven't seen this bug for a while now. Can we close this one?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1)
       [not found] <bug-110313-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2019-06-07 11:05 ` bugzilla-daemon
@ 2019-06-10  5:43 ` bugzilla-daemon
  2019-11-12  7:40 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-06-10  5:43 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 797 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110313

Lakshmi <lakshminarayana.vudum@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|high                        |low

--- Comment #6 from Lakshmi <lakshminarayana.vudum@intel.com> ---
(In reply to Mika Kahola from comment #5)
> It seems that we haven't seen this bug for a while now. Can we close this
> one?

This issue occurred only once CI_DRM_5855_full (2 months, 1 week old). We can
close this issue if this failure doesn't appear in the the next 3 weeks.

Dropping the priority to Low as the reproduction rate is very low.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2407 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1)
       [not found] <bug-110313-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2019-06-10  5:43 ` bugzilla-daemon
@ 2019-11-12  7:40 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-11-12  7:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 815 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=110313

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |MOVED

--- Comment #8 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/17.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2600 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-12  7:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-110313-502@http.bugs.freedesktop.org/>
2019-04-15 12:31 ` [Bug 110313] [CI][SHARDS] igt@kms_lease@lease-uevent - fail - Failed assertion: igt_lease_change_detected(uevent_monitor, 1) bugzilla-daemon
2019-04-25  8:08 ` bugzilla-daemon
2019-06-07 11:05 ` bugzilla-daemon
2019-06-10  5:43 ` bugzilla-daemon
2019-11-12  7:40 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.