Skip to content

Conversation

@parth-opensrc
Copy link
Contributor

No description provided.

avagin and others added 2 commits January 22, 2026 22:07
Bazel lacks a method to verify if test results are current in the cache.
Additional details can be found at:
bazelbuild/bazel#3978.

To address this limitation, let's change the test runner so that it
doesn't run tests and exits with a non-zero code immediately if the
$TEST_CHECK_UP_TO_DATE_FILE file exists. To check test results in the
cache, we need to create the $TEST_CHECK_UP_TO_DATE_FILE and run tests.
Successful test execution indicates that the results are up-to-date in
the cache.

Signed-off-by: Andrei Vagin <avagin@google.com>
@parth-opensrc parth-opensrc self-assigned this Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants