aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerTestStrategy.java
Commit message (Expand)AuthorAge
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Add support for logging exception details via ErrorMessage.Gravatar philwo2017-04-28
* worker: Small refactoring of RecordingInputStream.Gravatar philwo2017-04-28
* worker: Remove the "retry on failure" feature.Gravatar philwo2017-04-28
* Use the new ErrorMessage class in WorkerTestStrategy. Also adds a nullGravatar philwo2017-04-28
* Use the RecordingInputStream from the WorkerSpawnStrategy in the WorkerTestSt...Gravatar kush2017-04-25
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Prevent users from using the WorkerTestStrategy unless they're running with t...Gravatar Kush Chakraborty2017-03-09
* Bring back the persistent test runner functionality, on ExperimentalTestRunner.Gravatar Kush Chakraborty2017-03-09
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.Gravatar Kush Chakraborty2017-02-24
* Separate the classpaths of the TestRunner with the test target, and use a sep...Gravatar Kush Chakraborty2017-02-23
* Rollback of commit 1cb5059396e46d9ff2c317b8a0a046af32b3a1d8.Gravatar Ulf Adams2017-02-20
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-02-17
* Remove the first argument of TestStrategy.getArgs.Gravatar Ulf Adams2017-02-09
* Throw an exception when persistent workers are used to run tests with use_tes...Gravatar Kush Chakraborty2017-02-01
* Refactor StandaloneTestStrategy; tiny step towards test strategy unification.Gravatar Ulf Adams2017-01-10
* Continued TestStrategy refactoring.Gravatar Ulf Adams2016-12-16
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09