From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5AAA3858C35; Fri, 9 Feb 2024 20:14:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5AAA3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707509675; bh=OEmrFmdGDJOxZI1wN86R21N4fQy+zE8Mvt8EU7DGuPw=; h=From:To:Subject:Date:From; b=AOHAKisk/dQDncs01Z70ob29Z+ZrFt0yrETm5DkUV9IzY4NJSc6yT7gyLF28hv3On yHpR8wVK0TwEpAdZ6qzIWqL1pZjnMVxA/e+RuuOyQCm36aGBRFRXFrXGgRKzKxxiUK fhv+t3kAGc4StJ54EM5bTJOYlor6of4KGuwg31+8= From: "halamour at redhat dot com" To: bunsen@sourceware.org Subject: [Bug bunsen/31364] New: Introduce test case navigation feature Date: Fri, 09 Feb 2024 20:14:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bunsen X-Bugzilla-Component: bunsen X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: halamour at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bunsen at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31364 Bug ID: 31364 Summary: Introduce test case navigation feature Product: bunsen Version: unspecified Status: NEW Severity: normal Priority: P2 Component: bunsen Assignee: bunsen at sourceware dot org Reporter: halamour at redhat dot com Target Milestone: --- Currently, tracking a single test case across multiple test runs is difficu= lt in bunsen. There is no way to know where/when a single test was run and und= er which test-runs. This feature will allow users to select a single test/subtest from a testru= n in bunsen to track, then (from separate test-runs) filter and select the resul= ts of the same subtest and display all this information in a grid. The grid will be similar to r-httpd-browse but with an emphasis on tracking= the results of a single test and with more customization regarding what informa= tion is displayed and how it is displayed. This will include configuring the gri= d's horizontal and vertical axis.=20 This will work with a python reporting script that will take the selected test's testrun# commit and expfile/subtest name as input context and use it= to fetch the test results that match the filters from bunsen. --=20 You are receiving this mail because: You are the assignee for the bug.=