From 31b782119138859c29ac8ff54bcfe19aa00fca42 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 17 Jul 2024 10:28:00 +0200 Subject: Pass RetryConfig instance to Executor --- test/buildtool/execution_engine/executor/executor.test.cpp | 9 +++++++++ 1 file changed, 9 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 f58f4ef4..5d3a1b6e 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -289,6 +289,7 @@ TEST_CASE("Executor: Process artifact", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -309,6 +310,7 @@ TEST_CASE("Executor: Process artifact", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -329,6 +331,7 @@ TEST_CASE("Executor: Process artifact", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -370,6 +373,7 @@ TEST_CASE("Executor: Process action", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -393,6 +397,7 @@ TEST_CASE("Executor: Process action", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -416,6 +421,7 @@ TEST_CASE("Executor: Process action", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -442,6 +448,7 @@ TEST_CASE("Executor: Process action", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -465,6 +472,7 @@ TEST_CASE("Executor: Process action", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; @@ -491,6 +499,7 @@ TEST_CASE("Executor: Process action", "[executor]") { /*properties=*/{}, /*dispatch_list=*/{}, &auth, + &RetryConfig::Instance(), &stats, &progress}; -- cgit v1.2.3