From 94db34b81b98f88095f1478e94c1b54aafede105 Mon Sep 17 00:00:00 2001 From: Alexandre Rulleau Date: Tue, 16 Jun 2026 15:30:22 +0200 Subject: [PATCH] fix(ci): skip rc_process_tags.phpt before PHP 7.4 (skip-task sidecar leak) On PHP < 7.4 the SKIPIF/skip-task causes the sidecar to fetch process tags already, leaking the .skip entrypoint name into the FILE-phase RC request (entrypoint.name:rc_process_tags.skip). This surfaced as the windows test_c [7.2]/[7.3] failure (and 1h hang). Match the existing request-replayer family guard (client_side_stats, dd_trace_agent_env, shm_data_internal_fns) which skips on all platforms for PHP < 7.4. [windows test_c] --- tests/ext/remote_config/rc_process_tags.phpt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ext/remote_config/rc_process_tags.phpt b/tests/ext/remote_config/rc_process_tags.phpt index 3fcc880d882..07e2cf2171e 100644 --- a/tests/ext/remote_config/rc_process_tags.phpt +++ b/tests/ext/remote_config/rc_process_tags.phpt @@ -2,6 +2,9 @@ Test remote config request payload --SKIPIF-- + --ENV-- DD_AGENT_HOST=request-replayer DD_TRACE_AGENT_PORT=80