From e51a6938e536d8bb7904d7c54eb729925fc08417 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Mon, 29 Aug 2022 11:58:04 +0200 Subject: Introduced RetrieveToCas function in IExecutionApi to synchronize artifacts between different CASes --- test/buildtool/execution_engine/executor/executor.test.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp') diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index 1a9b90b2..0ea030d0 100755 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -130,6 +130,11 @@ class TestApi : public IExecutionApi { bool /*unused*/) noexcept -> bool final { return false; // not needed by Executor } + auto RetrieveToCas(std::vector const& artifacts_info, + gsl::not_null api) noexcept + -> bool final { + return false; // not needed by Executor + } auto Upload(BlobContainer const& blobs, bool /*unused*/) noexcept -> bool final { return std::all_of( -- cgit v1.2.3