From 04486312bdba9b610edbd71d23b5f4a428e04a40 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 15 Nov 2023 15:37:10 +0100 Subject: test: Check that serve service works in compatible mode Added compatibility envariable to the with_serve rule, guarded tests using --fetch-absent such that they run only in native mode, and made all serve-service tests aware of the compatibility flag. --- test/end-to-end/just-mr/TARGETS | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'test/end-to-end/just-mr') diff --git a/test/end-to-end/just-mr/TARGETS b/test/end-to-end/just-mr/TARGETS index 99d2d7b8..04c19f21 100644 --- a/test/end-to-end/just-mr/TARGETS +++ b/test/end-to-end/just-mr/TARGETS @@ -174,15 +174,17 @@ , "git-tree-env" , "defaults" , "absent-roots" - , "fetch-absent" - , "absent-config" - , "fetch-absent-archives" - , "fetch-absent-archives-symlinks" ] , { "type": "if" , "cond": {"type": "var", "name": "TEST_COMPATIBLE_REMOTE"} , "then": [] - , "else": ["fetch-remote"] + , "else": + [ "fetch-remote" + , "fetch-absent" + , "absent-config" + , "fetch-absent-archives" + , "fetch-absent-archives-symlinks" + ] } ] } -- cgit v1.2.3