summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-06-25describe: also describe "configure" targets in more detailKlaus Aehlig
2024-06-25Introduce a type allias for an optional ptr to IExecutionApiMaksim Denisov
2024-06-25Pass IExecutionApi to IExecutionApi by referenceMaksim Denisov
2024-06-25Mark IExecutionApi's methods constantMaksim Denisov
2024-06-25Pass ApiBundle to ServeApiMaksim Denisov
2024-06-25Pass ApiBundle to GraphTraverserMaksim Denisov
2024-06-25Remove GraphTraverser's constructor used for tests only.Maksim Denisov
2024-06-18Make RemoteServeConfig a general struct, not a singletonMaksim Denisov
2024-06-18Create an individual instance of RemoteServeConfig in testsMaksim Denisov
2024-06-18Make ServeApi a general class, not a singletonMaksim Denisov
2024-06-18Pass RemoteAddress to ConfigurationClient by valueMaksim Denisov
2024-06-18Pass ServeApi as a field of context to the analysisMaksim Denisov
2024-06-18Use an extensible structure to pass arguments to the analysis.Maksim Denisov
2024-06-18Use RemoteServeConfig functionality via Instance()Maksim Denisov
2024-06-17Add utility function for prefixing each line of a stringKlaus Aehlig
2024-06-07Move reading functionality to BazelNetworkReaderMaksim Denisov
2024-06-07Remove unused codeMaksim Denisov
2024-06-06Add test verifying cache consistency if some targets are servedKlaus Aehlig
2024-06-04blob containers: Store and upload taking into account content sizePaul Cristian Sarbu
2024-06-04rule language: support SYMLINK functionKlaus Aehlig
2024-06-03test: Use own installed just and just-mr targets...Paul Cristian Sarbu
2024-06-03test: Fix typos in test runner rulesPaul Cristian Sarbu
2024-05-28Use shared_ptr for data in ContentBlobMaksim Denisov
2024-05-28Use ArtifactBlobContainer in IExecutionApiMaksim Denisov
2024-05-28Rename BlobContainer to BazelBlobContainerMaksim Denisov
2024-05-28Convert BlobContainer to a templateMaksim Denisov
2024-05-28Use TransformedRange in BlobContainerMaksim Denisov
2024-05-28Move CreateBlobFromPath since it is only used in tests.Maksim Denisov
2024-05-27Fix headers in local_cas and bazel_network.Maksim Denisov
2024-05-22Avoid memory usage duplicationMaksim Denisov
2024-05-15test/end-to-end: properly handle multiple key-value pairs in the...Alberto Sartori
2024-05-15test/utils/test_env.hpp: split REMOTE_EXECUTION_PROPERTIES on space...Alberto Sartori
2024-05-13test runners: Rules in tests should isolate staged artifactsPaul Cristian Sarbu
2024-05-03Include environment in action reporting on the command lineKlaus Aehlig
2024-05-02Small changes to allow gsl-lite supportPaul Cristian Sarbu
2024-04-29test: Actually scale TIMEOUT_SCALE value for long-running tests...Paul Cristian Sarbu
2024-04-25Add test verifying pragma in git importsKlaus Aehlig
2024-04-25test remote runners: Add timeout for running execute and servePaul Cristian Sarbu
2024-04-25just serve: Paths in config file should be location objectsPaul Cristian Sarbu
2024-04-25Extend serve-many test to also use non-top-level export targetsKlaus Aehlig
2024-04-24just analyse: add --dump-result command line optionAlberto Sartori
2024-04-24expressions: add logical negationKlaus Aehlig
2024-04-24expressions: for "if" expressions, make both branches optionalKlaus Aehlig
2024-04-24expressions: add "length" functionKlaus Aehlig
2024-04-24expressions: add generic assertionsKlaus Aehlig
2024-04-24expressions: add basic test for assertionsKlaus Aehlig
2024-04-22Compactification: Remove invalid entries from the storage.Maksim Denisov
2024-04-22add end-to-end test executing local binaries remotelyKlaus Aehlig
2024-04-17Compactification: Test storage get reducedMaksim Denisov
2024-04-17Compactification: Split large entries.Maksim Denisov