Sign in
bazel
/
bazel
/
9f72d7e44d27501263fb03be777babb4f14849b4
/
src
/
test
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
standalone
b20f512
Control rewinding via SkyFunction.Environment
by mschaller
· 6 years ago
9c3e678
Update StandaloneSpawnStrategyTest to use SpawnStrategyResolver.
by jcater
· 6 years ago
660d17f
Replace MoreAsserts.assertThrows with Assert.assertThrows
by michajlo
· 6 years ago
18e7850
Clean up TestExecutorBuilder interface.
by jcater
· 6 years ago
d472bcf
Move NestedSet expansion logic.
by Googler
· 6 years ago
a1d57ea
Move NestedSet toListInterruptibly to a separate class supporting callbacks.
by ajurkowski
· 6 years ago
c864f87
Automated rollback of commit 37aeabcd39fe326d1c4e55693d8d207f9f7ac6c4.
by jcater
· 6 years ago
37aeabc
Split SpawnStrategy from ActionContext.
by schmitt
· 6 years ago
771fe38
Simplify StandaloneSpawnStrategyTest by using TestExecutorBuilder.
by schmitt
· 6 years ago
582bbce
Rename SpawnActionContext to SpawnStrategy.
by schmitt
· 6 years ago
be241a1
Split lifecycle tracking from action context provider.
by schmitt
· 6 years ago
f8f59bc
Replace @ExecutionStrategy with module-based registration.
by schmitt
· 6 years ago
7e4c9d5
Make --verbose_failures work again
by Yun Peng
· 6 years ago
d2cb96a
Refactor: remove unnecessary ImmutableXXX.copyOf()
by laszlocsomor
· 6 years ago
e4cca14
Change Spawn.get{Tool,Input}Files to NestedSet
by ulfjack
· 6 years ago
b4c83ec
Add a LostInputCheck so failed rewindable executions can avoid side effects
by mschaller
· 6 years ago
580038e
Roll Forward: Remove on-demand runfile tree creation from test strategy
by buchgr
· 7 years ago
0b1985fd
Automated rollback of commit 03246077f948f2790a83520e7dccc2625650e6df.
by jmmv
· 7 years ago
0324607
Remove on-demand runfile tree creation from test strategy
by Jakob Buchgraber
· 7 years ago
06d624a
Fix classes that create OptionsParser instances to directly use the Builder.
by jcater
· 7 years ago
23d986d
Homogenize LocalEnvProvider instantiation in a single place.
by jmmv
· 7 years ago
7472b37
Automatic cleanup change.
by jcater
· 7 years ago
3c7ae56
Remove Executor.getEventBus
by ulfjack
· 7 years ago
256be11
Remove Executor.getEventHandler
by ulfjack
· 7 years ago
5cc1f65
Move deleteTree and deleteTreesBelow into FileSystem and Path.
by jmmv
· 7 years ago
207ac6e
Allow passing a comma-separated list of strategies to the strategy flags.
by philwo
· 7 years ago
af5df29
Allow the EventHandler returned by ActionExecutionContext to be different from the global one in BlazeExecutor. Instead, it can be one from SkyframeActionExecutor that suppresses ProgressLike messages. This allows an action that was rewound to execute without emitting any progress-like events.
by janakr
· 7 years ago
472320c
Simplify BinTools: There is no need to create a "_bin" directory under the execRoot. If running the binary locally, we can execute from the install_base directly.
by felly
· 7 years ago
4f18986
Remove all uses of I/O in Resource sets
by ulfjack
· 7 years ago
2b3befd
Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.
by felly
· 8 years ago
9374ecf
Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.
by felly
· 8 years ago
39974a4
Allow skyframe-aware actions to pass partial results through ActionExecutionContext.
by felly
· 8 years ago
ff559b4
Remove special handling of SpawnActionContext in Executor/ActionExecContext
by ulfjack
· 8 years ago
849df36
Use the local JDK as the default target javabase
by cushon
· 8 years ago
b1dd4e3
Adds an action-scoped filesystem.
by shahan
· 8 years ago
2ce45a2
Use the in-memory metadata in blaze as the source of truth for Fileset mappings
by kush
· 8 years ago
2c3990c
Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.
by Googler
· 8 years ago
3b9e152
Simplified ActionContextConsumer by having it operate on a new class which holds a variety of strategy/context maps.
by Googler
· 8 years ago
c2499c4
Expose --output_user_base to the Bazel server process
by Klaus Aehlig
· 8 years ago
d399df9
Inject the product name in the constructor where needed
by ulfjack
· 8 years ago
9f6995a
Simplify BinTools setup for integration tests
by ulfjack
· 8 years ago
1a19b62
Plumb exec root through to all spawn runners.
by tomlu
· 8 years ago
3d1a194
Add ActionKeyContext to Action#getKey.
by tomlu
· 8 years ago
4d7f8f7
Clean up ExecutionRequirements
by ulfjack
· 8 years ago
7967f33
Return SpawnResults using a List instead of a Set.
by ruperts
· 8 years ago
f903eb5
Thread FileSystem through to a single Path#delete call site.
by tomlu
· 8 years ago
4050a89
More SpawnResult-related plumbing changes to Actions, Strategies, ActionContexts, etc., so that SpawnResult metadata is returned upwards.
by ruperts
· 9 years ago
61d3966
Disable testCommandHonorsEnvironment on MacOS for now
by ulfjack
· 9 years ago
3b63a4e
Remove deepExecRoot from BlazeDirectories. It is now the default. Also inline constructor that did ServerDirectories creation inline: don't pollute production code for tests' convenience.
by janakr
· 9 years ago
3bcb9f6
More BUILD file refactorings.
by philwo
· 9 years ago
92d425f
AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailures
by ulfjack
· 9 years ago
19befaf
Extract a common AbstractSpawnStrategy parent class
by ulfjack
· 9 years ago
7599a4d
Add ActionInputPrefetcher to ActionExecutionContext
by ulfjack
· 9 years ago
5b99e50
Move ActionInputPrefetcher to the actions package
by ulfjack
· 9 years ago
734b9e9
Extract ActionContext to a top-level class
by ulfjack
· 9 years ago
acd291a
Rewrite StandaloneSpawnStrategy to use LocalSpawnRunner
by ulfjack
· 9 years ago
1d62c67
Extract the MacOS/XCode env rewrite logic into lib.exec.apple
by ulfjack
· 9 years ago
aea56b3
Migrate Java tests to Truth. RELNOTES: None.
by lberki
· 9 years ago
85ae190
Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.
by kchodorow
· 9 years ago
c413480
Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.
by hlopko
· 9 years ago
1d9e1ac
Symlink output directories to the correct directory name
by kchodorow
· 9 years ago
cddaaa6
Rationalize local resource acquisition
by Ulf Adams
· 9 years ago
777b30d
Provide more reporting options to SkyFunctions
by Klaus Aehlig
· 9 years ago
4ca5dfa
Add a flag to print the effective (Spawn)ActionContexts for debugging.
by Philipp Wollermann
· 9 years ago
dba3c83
Move some classes to lib.exec in preparation for layering enforcement
by Ulf Adams
· 9 years ago
6447ad9
Extract the integration setup to a new class IntegrationMock.
by Ulf Adams
· 9 years ago
e423fdb
Remove some more occurences of deprecated getExecRoot() calls
by Kristina Chodorow
· 10 years ago
3bae1de
Add some type arguments to make Bazel compile again.
by Lukacs Berki
· 10 years ago
d2fcd9d
Add client environment to ActionExecutionContext
by Klaus Aehlig
· 10 years ago
84e1032
Remove uses of TestConstants.
by Ulf Adams
· 10 years ago
015aad9
Move more things from TestConstants to AnalysisMock and LoadingMock.
by Ulf Adams
· 10 years ago
9bf3f6a
Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.
by Dmitry Lomov
· 10 years ago
1e37a53
Do redirection of stdout / stderr in Java instead of reimplementing it in every process wrapper again.
by Philipp Wollermann
· 10 years ago
22eb332
Fixed two Bazel java tests on Windows by using the right native file system
by Yun Peng
· 10 years ago
be10218
Replace the occurrences of Constants.PRODUCT_NAME for a call to
by Luis Fernando Pino Duque
· 10 years ago
c4975fa
Migrated remaining tests in devtools/build/lib to JUnit 4.
by Florian Weikert
· 10 years ago
4359ca2
Fix StandaloneSpawnStrategyTest.
by Dmitry Lomov
· 10 years ago
9d74eba
Actually run standalone-tests on mac and linux.
by Dmitry Lomov
· 10 years ago
1ee9441
Open-source StandaloneTests.
by Philipp Wollermann
· 10 years ago