Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-08 | Add end-to-end test verifying tree operations work with remote execution | Klaus Aehlig | |
2024-12-05 | Add a test verifying that install-cas inspects the local cas | Klaus Aehlig | |
... even if remote-execution arguments are given. Also verify that failure is correctly reflected in the exit code. | |||
2024-09-23 | Reorder dependencies and remove duplicates in OSS | Maksim Denisov | |
2024-08-21 | tests: use newly defined test suite | Klaus Aehlig | |
... so that linting information gets propagated properly. | |||
2024-07-05 | mark split-splice test as IO-heavy | Klaus Aehlig | |
2024-06-03 | test: Use own installed just and just-mr targets... | Paul Cristian Sarbu | |
...which do not stage also the debug source and header files (while in debug mode), as this is unnecessary bloat in the tests. As the tool-under-test and mr-tool-under-test targets should be used instead of the regular install targets also in the various extra rules in end-to-end and utils, move their definition in the outmost test TARGETS file. | |||
2024-04-29 | test: Actually scale TIMEOUT_SCALE value for long-running tests... | Paul Cristian Sarbu | |
...instead of using absolute values. This was the desidered outcome all along and now it can be done right thanks to the recently added multiplication expression. | |||
2024-04-22 | add end-to-end test executing local binaries remotely | Klaus Aehlig | |
2024-03-20 | Add test verifying the main use cases of add-to-cas | Klaus Aehlig | |
2024-02-27 | ["end-to-end/remote-execution", "split-splice"] set default TIMEOUT_SCALE | Klaus Aehlig | |
As this test takes significantly more time than the other end-to-end tests, set a suitable default value for the configuration variable TIMEOUT_SCALE. | |||
2024-02-26 | Add split-splice end-to-end test | Sascha Roloff | |
2024-01-09 | test end-to-end: Fix 'dispatch' mising from list of tests run | Paul Cristian Sarbu | |
2023-07-27 | link install-cas test to test suite | Klaus Aehlig | |
While there, fix a typo in the setup. | |||
2023-07-26 | Add basic test for install-cas | Klaus Aehlig | |
... verifying the consistency of the representation of trees between local and remote CAS. | |||
2023-07-05 | Test dispatch functionality of just | Klaus Aehlig | |
2023-05-24 | Split off tests into a separate logical repository | Klaus Aehlig | |
This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing. | |||
2023-03-23 | Add basic test for install-cas | Klaus Aehlig | |
... also verifying that the local CAS is used, even in the presence of remote execution. | |||
2023-03-06 | Switch shell tests to use just as remote execution endpoint | Klaus Aehlig | |
... and, in this way, ensure the test also tests properly in absence of an external remote execution system. | |||
2023-01-20 | tests: pass tls certificates and key | Alberto Sartori | |
2022-12-23 | end-to-end tests: go through a single target for just-mr | Klaus Aehlig | |
... so that we can switch in one go and have all tests use a new just-mr tool, e.g., once we consider the C++ implementation fully ready. This single point of switch will be relevant as the next commit will add the first end-to-end test for just-mr itself. | |||
2022-10-11 | Add tree upload end-to-end test | Sascha Roloff | |
2022-08-05 | InstallCas: Add test for reading large blobs via install-cas | Oliver Reiche | |
2022-08-05 | Added test for native remote execution protocol | Sascha Roloff | |