Changes between Version 3 and Version 4 of SelectiveTestEWS


Ignore:
Timestamp:
Apr 18, 2012 12:25:34 PM (12 years ago)
Author:
beszedes@inf.u-szeged.hu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SelectiveTestEWS

    v3 v4  
    11= Selective Regression Tests in Early Warning System =
    22
    3 Regression test selection based on procedure level code coverage of the changes will be applied to EWS. See the description of the selection method, meta-bug and patch at [wiki:"SelectiveTestBuildBot"].
     3Regression test selection based on procedure level code coverage of the changes will be applied to EWS. See the description of the selection method, meta-bug and patches at [wiki:"SelectiveTestBuildBot"].
    44
    5 Before introducing it to the [http://queues.webkit.org/ official EWS ] we plan to make some tests for its reliability and efficiency. The test system is available at: http://qt-ews.appspot.com/queue-status/qt-st-ews
     5Before introducing it to the [http://queues.webkit.org/ official EWS] we plan to make some tests for its reliability and efficiency. The test system is available at: http://qt-ews.appspot.com/queue-status/qt-st-ews
    66
    7 == Usage ==
    8 
     7The test system is modified so that it executes both the full and the selective test on the patch. First the test selection is performed based on the changes in the patch and using the coverage database, and if it returns a non-trivial selection (not 0 and not all the tests), then the full test is executed on the same patch. The system returns always with a failure so that we can examine the build logs to verify the correctness.