aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/worker
Commit message (Expand)AuthorAge
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Explicitly state the default options categories for options used in blaze tes...Gravatar ccalvarin2017-06-29
* Add support for logging exception details via ErrorMessage.Gravatar philwo2017-04-28
* Slight tweaks to text formatting of ErrorMessages.Gravatar philwo2017-04-28
* Dump the stderr log of a worker when it crashes during a build.Gravatar philwo2017-04-25
* Add support for --flagfile=flagfile.txt args in addition to the usual @flagfi...Gravatar Philipp Wollermann2017-03-06
* If a worker returns unparseable output, print it to the terminal.Gravatar Philipp Wollermann2016-12-06
* Start worker processes with a clean environment, instead of accidentally inhe...Gravatar Philipp Wollermann2016-07-28
* workers: Improve verbose messages when workers are restarted. Prevent killing...Gravatar Philipp Wollermann2016-05-24
* workers: Pass a map of input filenames -> digest of file contents to workers ...Gravatar Philipp Wollermann2015-11-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* workers: Use the new worker testbed to check that workers get reused correctl...Gravatar Philipp Wollermann2015-09-21
* workers: Put all tests in bazel_worker_test.sh. Add a testbed that makes it e...Gravatar Philipp Wollermann2015-09-21