Some of the webkit layout test results were missing from the test-results table |
||||||
Issue descriptionhttps://ci.chromium.org/p/chromium/builders/luci.chromium.try/win7_chromium_rel_ng/23280, with build id: 8942949908952105104, shows that: webkit_layout_tests (with patch) Run on OS: 'Windows-7-SP1' Max shard duration: 0:18:21.866855 (shard #6) Min shard duration: 0:08:25.819312 (shard #11) Total tests: 79309 * Passed: 66453 (66371 expected, 82 unexpected) * Skipped: 10294 (10294 expected, 0 unexpected) * Failed: 2490 (2433 expected, >>>57 unexpected<<<) * Flaky: 72 (72 expected, 0 unexpected) Unexpected Failures: * http/tests/cache/history-only-cached-subresource-loads.html * http/tests/cache/loaded-from-cache-after-reload.html So, there should be 79309 tests run in the webkit_layout_tests step, and specifically, http/tests/cache/loaded-from-cache-after-reload.html should be there. However, running query: SELECT COUNT(*) FROM `test-results-hrd.events.test_results` WHERE build_id = '8942949908952105104' AND step_name = 'webkit_layout_tests (with patch)' AND path like '%http/tests/cache/loaded-from-cache-after-reload.html%' Returns 0
,
Jun 26 2018
Corresponding json test file on the server. https://test-results.appspot.com/testfile?builder=win7_chromium_rel_ng&testtype=webkit_layout_tests%20(with%20patch)&buildnumber=23280
,
Jun 27 2018
,
Jul 17
,
Jul 17
What's more, running: SELECT COUNT(*) FROM `test-results-hrd.events.test_results` WHERE build_id = '8942949908952105104' AND step_name = 'webkit_layout_tests (with patch)' Returns 11500, which doesn't match with the step description. 11500 is way less than 79309
,
Jul 17
Assigning to Sean for investigation, thank you very much!
,
Aug 2
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by liaoyuke@chromium.org
, Jun 25 2018Owner: liaoyuke@chromium.org
Status: Assigned (was: Untriaged)
Summary: Some of the webkit layout test results were uploaded to test-results table (was: Only half of the webkit layout test results were uploaded to test-results table)