From c96a47732c0592d7d09512ffbda1bf031ebaeeed Mon Sep 17 00:00:00 2001 From: ReilleyMilne Date: Wed, 5 Aug 2026 16:21:50 -0700 Subject: [PATCH 1/2] Add intentional target comparison failure Create a deterministic azure-core test failure so two pull requests at the same commit can compare checks when targeting main versus a feature branch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2dfc03a8-d384-4c8f-a784-cae669cf9ebd --- .../tests/test_pipeline_analysis_target_comparison.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py diff --git a/sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py b/sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py new file mode 100644 index 000000000000..065bde3353c9 --- /dev/null +++ b/sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py @@ -0,0 +1,6 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + + +def test_pipeline_analysis_target_comparison(): + assert False, "Intentional failure for comparing pull request target check runs." From e3f8b492ea8c18b6f7f2ec92af2427fb64772f80 Mon Sep 17 00:00:00 2001 From: ReilleyMilne Date: Wed, 5 Aug 2026 16:44:07 -0700 Subject: [PATCH 2/2] Retry feature-target check comparison Create a fresh PR head with the same intentional failure tree after the first feature-target Azure Pipelines suite stalled before publishing checks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2dfc03a8-d384-4c8f-a784-cae669cf9ebd