Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReduce intermittent failures for taskcluster #22493
Conversation
highfive
commented
Dec 19, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo p=100 r+ |
|
|
|
Error syncing changes upstream. Logs saved in error-snapshot-1545193011502. |
|
@bors-servo r+ |
|
|
Reduce intermittent failures for taskcluster These changes have passed without any intermittent failures on four runs in #22482, which is a better track record than any other PRs at this point. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22493) <!-- Reviewable:end -->
|
|
|
@bors-servo retry There're a bunch of tests under
|
|
|
|
@bors-servo retry |
Reduce intermittent failures for taskcluster These changes have passed without any intermittent failures on four runs in #22482, which is a better track record than any other PRs at this point. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22493) <!-- Reviewable:end -->
|
|
|
In the latest test failure, I have these logs: {"source": "web-platform-tests", "test": "/html/semantics/forms/textfieldselection/selection-start-end-extra.html", "thread": "TestRunnerManager-4", "time": 1545411063750, "action": "test_start", "pid": 30}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411063798, "action": "log", "message": "Got command: u'log'", "level": "DEBUG", "pid": 30}
{"thread": "TestRunnerManager-4", "process": "21309", "pid": 30, "source": "web-platform-tests", "command": "/repo/target/release/servo --hard-fail -u Servo/wptrunner -Z replace-surrogates -z http://web-platform.test:8000/html/semantics/forms/textfieldselection/selection-start-end-extra.html --user-stylesheet /repo/resources/ahem.css --certificate-path /tmp/tmpdPn8OY/cacert.pem", "time": 1545411063798, "action": "process_output", "data": "VMware, Inc."}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411063799, "action": "log", "message": "Got command: u'log'", "level": "DEBUG", "pid": 30}
{"thread": "TestRunnerManager-4", "process": "21309", "pid": 30, "source": "web-platform-tests", "command": "/repo/target/release/servo --hard-fail -u Servo/wptrunner -Z replace-surrogates -z http://web-platform.test:8000/html/semantics/forms/textfieldselection/selection-start-end-extra.html --user-stylesheet /repo/resources/ahem.css --certificate-path /tmp/tmpdPn8OY/cacert.pem", "time": 1545411063799, "action": "process_output", "data": "softpipe"}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411063799, "action": "log", "message": "Got command: u'log'", "level": "DEBUG", "pid": 30}
{"thread": "TestRunnerManager-4", "process": "21309", "pid": 30, "source": "web-platform-tests", "command": "/repo/target/release/servo --hard-fail -u Servo/wptrunner -Z replace-surrogates -z http://web-platform.test:8000/html/semantics/forms/textfieldselection/selection-start-end-extra.html --user-stylesheet /repo/resources/ahem.css --certificate-path /tmp/tmpdPn8OY/cacert.pem", "time": 1545411063799, "action": "process_output", "data": "softpipe"}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411063799, "action": "log", "message": "Got command: u'log'", "level": "DEBUG", "pid": 30}
{"thread": "TestRunnerManager-4", "process": "21309", "pid": 30, "source": "web-platform-tests", "command": "/repo/target/release/servo --hard-fail -u Servo/wptrunner -Z replace-surrogates -z http://web-platform.test:8000/html/semantics/forms/textfieldselection/selection-start-end-extra.html --user-stylesheet /repo/resources/ahem.css --certificate-path /tmp/tmpdPn8OY/cacert.pem", "time": 1545411063799, "action": "process_output", "data": "3.3 (Core Profile) Mesa 18.3.0-devel"}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411063915, "action": "log", "message": "Got command: u'log'", "level": "DEBUG", "pid": 30}
{"thread": "TestRunnerManager-4", "process": "21309", "pid": 30, "source": "web-platform-tests", "command": "/repo/target/release/servo --hard-fail -u Servo/wptrunner -Z replace-surrogates -z http://web-platform.test:8000/html/semantics/forms/textfieldselection/selection-start-end-extra.html --user-stylesheet /repo/resources/ahem.css --certificate-path /tmp/tmpdPn8OY/cacert.pem", "time": 1545411063915, "action": "process_output", "data": "[2018-12-21T16:51:03Z INFO net::http_loader] request for http://web-platform.test:8000/html/semantics/forms/textfieldselection/selection-start-end-extra.html (GET)"}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411078783, "action": "log", "message": "Got command: 'test_ended'", "level": "DEBUG", "pid": 30}
{"source": "web-platform-tests", "thread": "TestRunnerManager-4", "time": 1545411078785, "action": "log", "message": "Unexpected count in this thread 4", "level": "DEBUG", "pid": 30}
{"status": "TIMEOUT", "thread": "TestRunnerManager-4", "extra": {"test_timeout": 10}, "pid": 30, "source": "web-platform-tests", "test": "/html/semantics/forms/textfieldselection/selection-start-end-extra.html", "time": 1545411078785, "action": "test_end", "expected": "OK"}As far as I can tell, Servo requested the test file and never received a response from the WPT server before the test timeout elapsed. |
|
@bors-servo try=wpt |
|
@bors-servo ping |
|
|
|
@bors-servo try=wpt |
Reduce intermittent failures for taskcluster These changes have passed without any intermittent failures on four runs in #22482, which is a better track record than any other PRs at this point. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22493) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
Reduce intermittent failures for taskcluster These changes have passed without any intermittent failures on four runs in #22482, which is a better track record than any other PRs at this point. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22493) <!-- Reviewable:end -->
|
@bors-servo try=wpt |
Reduce intermittent failures for taskcluster These changes have passed without any intermittent failures on four runs in #22482, which is a better track record than any other PRs at this point. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22493) <!-- Reviewable:end -->
|
|
|
|
jdm commentedDec 19, 2018
•
edited by SimonSapin
These changes have passed without any intermittent failures on four runs in #22482, which is a better track record than any other PRs at this point.
This change is