Skip to content

[DO NOT MERGE] Test: intentional failing test to verify PR pipeline failure detection#655

Closed
saurabh500 wants to merge 2 commits into
mainfrom
saurabh500-dummy-failing-test
Closed

[DO NOT MERGE] Test: intentional failing test to verify PR pipeline failure detection#655
saurabh500 wants to merge 2 commits into
mainfrom
saurabh500-dummy-failing-test

Conversation

@saurabh500

Copy link
Copy Markdown
Contributor

Purpose

This is a dummy PR to verify whether the PR pipeline correctly catches and reports a failing test. Do not merge.

What's here

  • Adds tests/test_0000_dummy_pipeline_check.py containing a single, intentionally failing test (assert 1 == 2).
  • The file is named so it sorts first in the test suite, causing a fail-fast so we can quickly see whether the pipeline flags the failure.

Expected outcome

The PR pipeline should go red on the test stage. If it passes green, there is a bug where failing tests are not surfaced by the PR pipeline.

Cleanup

Remove this branch/PR and the dummy test file once the pipeline behavior has been confirmed.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

saurabh500 and others added 2 commits June 30, 2026 17:47
…ction

Temporary dummy test to confirm the PR pipeline correctly catches and
reports failing tests. To be removed after verification.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 1, 2026 00:47
Temporary dummy test used to verify that the PR pipeline correctly reports
failing tests. This test is intentionally designed to FAIL.

TODO: Remove this file once the pipeline failure-detection behavior has been

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Dummy PR intended to validate that the repository’s PR pipeline correctly detects and reports failing tests by introducing an intentionally failing pytest test.

Changes:

  • Adds a new test module that intentionally fails immediately to force the CI test stage to go red.
  • Documents the intent and cleanup instruction directly in the new test file.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +9 to +12

def test_dummy_intentional_failure():
# Intentionally failing assertion to validate pipeline failure detection.
assert 1 == 2, "Intentional failure to verify the PR pipeline catches test failures"
@saurabh500 saurabh500 closed this Jul 1, 2026
@saurabh500 saurabh500 deleted the saurabh500-dummy-failing-test branch July 1, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants