Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: tools/perf/docs/perf_bot_sheriffing.md

Issue 2617233002: [Telemetry] Update android perf bot docs to include test trace information. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/docs/perf_bot_sheriffing.md
diff --git a/tools/perf/docs/perf_bot_sheriffing.md b/tools/perf/docs/perf_bot_sheriffing.md
index 419dea53fd9b01aeabdec18d5143fee3efb1c1a4..585391c48c401574af4e94a92313ab0cece63840 100644
--- a/tools/perf/docs/perf_bot_sheriffing.md
+++ b/tools/perf/docs/perf_bot_sheriffing.md
@@ -155,6 +155,22 @@ Here are the common components you should also use:
If you still need help, ask the speed infra chat, or escalate to sullivan@.
+### Android Cross-Device Failures
+
+Sometimes when looking at failing android tests you will notice that there are
+tests on multiple devices failing. Sometimes (but not always) this means that
+there is a problem on the host machine. One way this problem can occur is if
+a test is using the wrong version of adb in one of its commands. This causes
+the adb server on the host to reset which can cause failures to anything
+trying to communicate with a device via adb during that time. A good tool
+for diagnosing this is the **Test Trace** step on the android runs. This is a
+trace of which tests are running. If you have all the tests across all the
+testing shards failing, it may be an issue on the host not with the tests.
+This will no longer be used when the android bots move to swarming, since
+each device will be sandboxed from the others and not run from a single
+point.
+
+
### Clobbering
Sometimes when a compile step is failing, you may be asked to clobber
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698