aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools
diff options
context:
space:
mode:
authorGravatar ulfjack <ulfjack@google.com>2018-06-07 05:29:38 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-07 05:31:04 -0700
commit1b97ae08d5c4754387c5a28fa64d960a6fbe4ad8 (patch)
tree62e74dcbef23d3f0a7eb163385b02eb8cc2ec768 /src/test/java/com/google/devtools
parent8ecb2a4b74e073337062e97d919b72344f6b42a3 (diff)
Make bes_best_effort a no-op
The current semantics of the flag is to allow BES upload to continue past the nominal end of the build invocation, and possibly overlapping a subsequent build invocation. This conflicts with file uploads, which must read the file before it is removed or modified by the subsequent build invocation. On Linux, we could just open a file handle, but this isn't possible on Windows. We decided to make the flag a no-op for now. Note that the default is already set to false. We may resurrect this option in the future if there's a strong use case for it, possibly with slightly different semantics. PiperOrigin-RevId: 199620392
Diffstat (limited to 'src/test/java/com/google/devtools')
0 files changed, 0 insertions, 0 deletions