aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/bazel_worker_test.sh
Commit message (Expand)AuthorAge
* workers: Make integration tests more robust. We no longer grep the process li...Gravatar Philipp Wollermann2016-05-25
* workers: When a WorkerFactory is instantiated, first remove old worker logs t...Gravatar Philipp Wollermann2016-05-24
* Fix #837: worker_verbose flag has no effect.Gravatar Philipp Wollermann2016-05-19
* Set Bazel's workspace nameGravatar Kristina Chodorow2016-04-27
* Make the bazel_worker_test non-flaky, once and for all.Gravatar Philipp Wollermann2016-03-10
* Remove incremental heuristic from workers, as it was not really useful.Gravatar Philipp Wollermann2016-02-29
* Fix killing workers in bazel_worker_test.sh.Gravatar Philipp Wollermann2016-02-29
* Speed up bazel_worker_test a lot by removing calls to "bazel clean --batch". ...Gravatar Philipp Wollermann2015-12-15
* bazel_worker_test: Use pgrep instead of string magic to find workers.Gravatar Philipp Wollermann2015-12-15
* Split up the big monolithic //third_party/bazel/src/test/java/com/google/devt...Gravatar Philipp Wollermann2015-11-30
* De-dup worker_input fileGravatar Kristina Chodorow2015-11-16
* workers: Pass a map of input filenames -> digest of file contents to workers ...Gravatar Philipp Wollermann2015-11-05
* workers: Restart worker processes when their binary has changed since they we...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
* Rollback of several changes related to the persistent Javac worker.Gravatar Han-Wen Nienhuys2015-07-06
* Remove --experimental_persistent_javac. Bazel does not support theGravatar Han-Wen Nienhuys2015-06-29
* Add an integration test for the persistent JavaBuilder as a Worker process.Gravatar Philipp Wollermann2015-06-12
* Bazel: Add an integration test for the persistent JavaBuilder as a Worker pro...Gravatar Philipp Wollermann2015-06-10