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 81401cad93964f62241d9127d12a81efc9961cb7 Mon Sep 17 00:00:00 2001 From: ReilleyMilne Date: Wed, 5 Aug 2026 16:32:53 -0700 Subject: [PATCH 2/2] Separate feature-target check suite Add an empty commit so GitHub and Azure Pipelines create an independent check suite for the feature-targeted PR while preserving the exact same file tree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2dfc03a8-d384-4c8f-a784-cae669cf9ebd