diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-10-25 10:30:47 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-10-25 11:24:50 +0200 |
commit | c12882183b4b69099f4d3977329eb61189291d92 (patch) | |
tree | fbcae08d90a68f5ee18b3ac52690a501a56f8430 /test/buildtool/execution_api/bazel/bazel_execution_client.test.cpp | |
parent | a7646c85398277ee7a3ff6d66da6503e6c25e97b (diff) | |
download | justbuild-c12882183b4b69099f4d3977329eb61189291d92.tar.gz |
bugfix: bazel_network.cpp: fix handling of ongoing actions
The rpc Execution::Execute returns stream
google.longrunning.Operation. When the client reads the stream, the
server can report that the operation is still in progress and the
client has to wait. Before this patch, we were not checking for this
particular condition. As a result, an ongoing action was interpreted
as an execution failure.
Diffstat (limited to 'test/buildtool/execution_api/bazel/bazel_execution_client.test.cpp')
0 files changed, 0 insertions, 0 deletions