aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Undo change to introduce methods to remove file system instance from Path.Gravatar tomlu2017-12-28
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* In LocalSpawnRunnerTest, be more generous with the expected wall time upper b...Gravatar ruperts2017-12-15
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Use java.nio.file.Files.createTempDirectory() to create temporary directory i...Gravatar ruperts2017-12-13
* Enable local action execution statistics collection when the LocalSpawnRunner...Gravatar ruperts2017-12-12
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* If a temporary directory name clashes in the LocalSpawnRunner, try generating...Gravatar ruperts2017-12-06
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Add a random number to action temp dirGravatar Changming Sun2017-11-20
* Use Truth8 to test Optionals in ActionResult/TerminationStatus tests.Gravatar ruperts2017-11-09
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Extract Fileset manifest parsing out of SpawnInputExpanderGravatar ulfjack2017-10-02
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Use fail() in tests to catch missing expected exceptions.Gravatar ruperts2017-09-22
* Only compute hostname once per server lifetimeGravatar hlopko2017-09-14
* Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline...Gravatar janakr2017-09-14
* Move Subprocess.Factory to a top-level classGravatar ulfjack2017-09-08
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* Implement timeouts on top of Java ProcessGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* LocalSpawnRunner now always logs as itselfGravatar ulfjack2017-07-14
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20