From 25cc85c42fba704facc2c95e2db624e436ab5649 Mon Sep 17 00:00:00 2001 From: xianyuanjia <56282287+xianyuanjia@users.noreply.github.com> Date: Thu, 7 May 2026 13:54:39 -0700 Subject: [PATCH 1/2] Add instruction for resetting GCP login if wrong project is used --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 07b3295..2904f96 100644 --- a/README.md +++ b/README.md @@ -171,12 +171,16 @@ To view the history of all test results you uploaded on BTX, click on the ### Troubleshooting +#### Tree view + If you see a warning indicating **"There is test suite information that is not visible in this view. Switch to Tree View to see test suites,"** you may switch to the correct Tree View by clicking on the indicated button. ![tree view](docs/images/btx_tree_view.png) +#### Missing results + If you do not get a link at all after upload, or instead of the dashboard, you see "No data to display." with a grey banner as shown below: @@ -187,6 +191,18 @@ see "No data to display." with a grey banner as shown below: 2. Report this issue to Google and attach all tool output, including the debug logs. +#### Wrong GCP project + +If you observe during upload that the project is different from the one you +entered, e.g. + +``` +Current GCP project ID: +``` + +Run the upload command with `--reset_gcp_login` to restart the first-time +setup process, then enter the correct GCP project name. + ### Additional reference To see a list of supported options, please consult `results_uploader --help`. From f3ad8b3e18c70bc4555eacbfc8cdf6d327ce6d35 Mon Sep 17 00:00:00 2001 From: xianyuanjia <56282287+xianyuanjia@users.noreply.github.com> Date: Thu, 7 May 2026 14:04:18 -0700 Subject: [PATCH 2/2] Fix per Gemini comments Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2904f96..9ce9a1e 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,9 @@ entered, e.g. Current GCP project ID: ``` -Run the upload command with `--reset_gcp_login` to restart the first-time -setup process, then enter the correct GCP project name. +Run the upload command with the `--reset_gcp_login` flag (e.g., +`results_uploader --reset_gcp_login`) to restart the +first-time setup process, then enter the correct GCP project ID. ### Additional reference