Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-24 | Extend install test to also verify the --remember option | Klaus Aehlig | |
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-10 | tests: get rid of credentials repo since tests now use just execute as a ↵ | Alberto Sartori | |
remote endpoint | |||
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-02-27 | Tests: Fix stderr printout bug in just-mr usage | Paul Cristian Sarbu | |
All desired outputs of just-mr (e.g., the config file after a setup call) are printed to stdout, while all logging messages are printed to stderr. Therefore, one should avoid explicitly piping stderr to stdout, as this can break the intended use of just-mr. | |||
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-12 | Add copyright and license notice to all source and header files | Klaus Aehlig | |
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com> | |||
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 | |