aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/bazel_worker_test.sh
Commit message (Expand)AuthorAge
* 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