From 450bac21b48d70d95865db3874da0b760f1eb93f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 20 Dec 2023 12:41:12 +0100 Subject: test: Serve endpoint provides tc value for cache misses During the analysis of export targets, if there is a local target cache miss, we should also interrogate the serve endpoint (if given) for the target cache value before proceeding with the analysis. For this test we have extended the "with_serve" runner to expose also the remote-execution build root to the test env. --- test/end-to-end/with_serve_test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/end-to-end/with_serve_test_runner.py') diff --git a/test/end-to-end/with_serve_test_runner.py b/test/end-to-end/with_serve_test_runner.py index b76aefd9..6176c876 100755 --- a/test/end-to-end/with_serve_test_runner.py +++ b/test/end-to-end/with_serve_test_runner.py @@ -226,6 +226,7 @@ ENV = dict( TEST_TMPDIR=TEMP_DIR, TMPDIR=TEMP_DIR, REMOTE_EXECUTION_ADDRESS=g_REMOTE_EXECUTION_ADDRESS, + REMOTE_LBR=REMOTE_LBR, # expose the execution build root to the test env SERVE=SERVE_ADDRESS, SERVE_LBR=SERVE_LBR, # expose the serve build root to the test env **repos_env) -- cgit v1.2.3