Skip to content

Conversation

@fmeum
Copy link
Collaborator

@fmeum fmeum commented Dec 12, 2025

Makes it easier to debug issues with this experimental feature and also matches the behavior of remote execution/caching.

Work towards #27965

…ailures`

Makes it easier to debug issues with this experimental feature and also matches the behavior of remote execution/caching.
@fmeum fmeum requested a review from a team as a code owner December 12, 2025 20:18
@github-actions github-actions bot added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team awaiting-review PR is awaiting review from an assigned reviewer labels Dec 12, 2025
@fmeum fmeum requested review from Wyverald and tjgq December 12, 2025 20:18
@fmeum
Copy link
Collaborator Author

fmeum commented Dec 12, 2025

FYI @keith

@fmeum
Copy link
Collaborator Author

fmeum commented Dec 12, 2025

@bazel-io fork 9.0.0

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request aims to improve debugging for the remote repository contents cache by showing stack traces with --verbose_failures. The implementation correctly propagates the verboseFailures flag. However, there is a logical error in maybeGetStackTrace which causes it to show the stack trace when --verbose_failures is off and only the message when it's on, which is the opposite of the intended behavior. I've provided a comment with a fix for this.

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@fmeum fmeum requested a review from Wyverald December 15, 2025 15:05
@Wyverald Wyverald added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Jan 3, 2026
@copybara-service copybara-service bot closed this in fc5f160 Jan 7, 2026
@github-actions github-actions bot removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Jan 7, 2026
bazel-io pushed a commit to bazel-io/bazel that referenced this pull request Jan 7, 2026
…ailures`

Makes it easier to debug issues with this experimental feature and also matches the behavior of remote execution/caching.

Work towards bazelbuild#27965

Closes bazelbuild#27970.

PiperOrigin-RevId: 853238791
Change-Id: Id46ccbb105d93fd17114fab13b086d0b46139fb4
github-merge-queue bot pushed a commit that referenced this pull request Jan 7, 2026
…erbose_failures` (#28179)

Makes it easier to debug issues with this experimental feature and also
matches the behavior of remote execution/caching.

Work towards #27965

Closes #27970.

PiperOrigin-RevId: 853238791
Change-Id: Id46ccbb105d93fd17114fab13b086d0b46139fb4

Commit
fc5f160

Co-authored-by: Fabian Meumertzheim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. team-Remote-Exec Issues and PRs for the Execution (Remote) team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants