aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/bazel_worker_test.sh
Commit message (Expand)AuthorAge
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Improve error message when a persistent worker sends an unparseable response.Gravatar philwo2018-03-22
* Set default value of incompatible_load_argument_is_label to true.Gravatar laurentlb2017-12-04
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Fix NPE in WorkerFilesHash.Gravatar philwo2017-08-29
* When a worker can no longer be used, because one or more of its files on disk...Gravatar philwo2017-08-17
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Fix bazel_worker_test on Darwin by replacing "/bin/true" with "true".Gravatar philwo2017-04-28
* worker: Do not check if the process is still alive prior to using it.Gravatar philwo2017-04-28
* Slight tweaks to text formatting of ErrorMessages.Gravatar philwo2017-04-28
* worker: Remove the "retry on failure" feature.Gravatar philwo2017-04-28
* Dump the stderr log of a worker when it crashes during a build.Gravatar philwo2017-04-25
* Fix #2769: Worker processes should be killed on 'bazel clean'.Gravatar philwo2017-04-12
* Add support for --flagfile=flagfile.txt args in addition to the usual @flagfi...Gravatar Philipp Wollermann2017-03-06
* Fix #2199: bazel_worker_test fails with syntax error on Darwin.Gravatar Philipp Wollermann2016-12-07
* If a worker returns unparseable output, print it to the terminal.Gravatar Philipp Wollermann2016-12-06