[Webkit-unassigned] [Bug 98551] New: TestResultsServer does not display sync_integration_tests results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 13:24:42 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98551

           Summary: TestResultsServer does not display
                    sync_integration_tests results
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://test-results.appspot.com/dashboards/flakiness_d
                    ashboard.html#group=%40DEPS%20-%20chromium.org&testTyp
                    e=sync_integration_tests
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P4
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rlarocque at chromium.org


Created an attachment (id=167374)
 --> (https://bugs.webkit.org/attachment.cgi?id=167374&action=review)
Trivial patch to fix the bug

This bug is about the server that resides in Tools/TestResultsServer, an instance of which can be found at test-results.appspot.com.

Some of the builder infrastructure for chromium has been shuffled around lately.  The sync_integration_tests are now run on dedicated builders, none of which include the word "Tests" in their title.  This means that all builders that would be able to provide information about sync_integration_tests are filtered out by isChromiumDepsGTestRunner() in builder.js.  If you click on the URL mentioned in the bug (http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40DEPS%20-%20chromium.org&testType=sync_integration_tests), you'll see that there are no results for sync_integration_tests.  However, http://test-results.appspot.com/testfile?testtype=sync_integration_tests shows that there are plenty of tests available.

I've attached a trivial patch that makes isChromiumDepsGTestRunner() no longer filter out the sync builders.  I have verified locally that this allows the tool to return results for sync_integration_tests when the 'group' is set to @DEPS.  I'm not too familiar with this code, so this may not be the best solution.  I hope it's a useful starting point.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list