Remote Executor Not Respecting Test Timeout #16467
Labels
awaiting-user-response
Awaiting a response from the author
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: bug
untriaged
Description of the bug:
When running Bazel (5.3.1, observed in previous versions as well) with a remote executor it seems that the "test timeout" functionality of Bazel isn't properly working.
When running with remote cache a test that takes greater than the allotted max time based on its size DOES take effect and these tests clearly fail with timeouts.
However when running with remote executor a test that takes longer than the timeout is not timing out at that point and continues to run for way longer.
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Run any test with a remote executor that takes longer than the max allowed time.
Which operating system are you running Bazel on?
Mac,Windows,RH Linux (RHEL)
What is the output of
bazel info release
?release 5.3.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
Tried searching, but was unable to find any existing cases mentioning this.
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: