fix(test): stabilize scheduled E2E AutoTest runs - #1730
Merged
wenyt (wenytang-ms) merged 2 commits intoAug 20, 2026
Conversation
Use deterministic disk checks for save steps, skip LLM verification for the no-op navigation assertion, and avoid unnecessary apt traffic when Xvfb is already installed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The Go to Super Implementation plan covers vscode-java#4438, which is present in stable 1.55.0 and fixed in the pre-release used by scheduled runs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
wenyt (wenytang-ms)
marked this pull request as ready for review
August 20, 2026 07:39
wenyt (wenytang-ms)
requested review from
Changyong Gong (chagong),
Sheng Chen (jdneo) and
Jinbo Wang (testforstephen)
as code owners
August 20, 2026 07:39
Changyong Gong (chagong)
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Root cause
Scheduled run https://github.com/microsoft/vscode-java-pack/actions/runs/32218296105 had two LLM false downgrades and seven Ubuntu jobs that spent the full 30-minute job timeout in
apt-get update. Scheduled run https://github.com/microsoft/vscode-java-pack/actions/runs/32334502296 reproduced the save-step false downgrade on macOS. In every save failure, the before/after screenshots showed the dirty indicator clearing; the post-failure LLM analysis also contradicted the initial verdict.The first PR run https://github.com/microsoft/vscode-java-pack/actions/runs/32336603235 installed stable
redhat.javaon pull requests. Stable 1.55.0 contains the #4438 regression this plan is designed to detect, so all three platforms correctly found the hover link was not clickable. Scheduled runs passed because they use the fixed pre-release; the plan now declares that requirement explicitly.Validation
npx -y @vscjava/vscode-autotest validate test-plans\java-maven.yamlnpx -y @vscjava/vscode-autotest validate test-plans\java-gradle.yamlnpx -y @vscjava/vscode-autotest validate test-plans\java-go-to-super-implementation.yaml.github/workflows/e2e-autotest.ymlwith the repository'sjs-yamlbash -n