Skip to content

PYTHON-6056 - Search index helper prose tests are flaky - #3012

Open
NoahStapp wants to merge 1 commit into
mongodb:mainfrom
NoahStapp:PYTHON-6056
Open

PYTHON-6056 - Search index helper prose tests are flaky#3012
NoahStapp wants to merge 1 commit into
mongodb:mainfrom
NoahStapp:PYTHON-6056

Conversation

@NoahStapp

Copy link
Copy Markdown
Contributor

PYTHON-6056

Changes in this PR

See ticket.

Test Plan

Checklist

Checklist for Author

  • Did you update the changelog (if necessary)?
  • Is there test coverage?
  • Is any followup work tracked in a JIRA ticket? If so, add link(s).

Checklist for Reviewer

  • Does the title of the PR reference a JIRA Ticket?
  • Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
  • Is all relevant documentation (README or docstring) updated?

Copilot AI lite review requested due to automatic review settings August 27, 2026 15:17
@NoahStapp
NoahStapp requested a review from a team as a code owner August 27, 2026 15:17
@NoahStapp
NoahStapp requested a review from aclark4life August 27, 2026 15:17

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

This PR addresses flakiness in the “search index helper prose” integration tests by marking the affected prose test cases as flaky on CPython/Linux, allowing limited automatic retries in CI where the flakiness is observed.

Changes:

  • Import the shared flaky test decorator in the synchronous and asynchronous index management test modules.
  • Apply @flaky(reason="PYTHON-6056", affects_cpython_linux=True) to the TestSearchIndexProse prose test cases (1–7) in both sync and async suites.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
test/test_index_management.py Marks the synchronous SearchIndex prose test cases as flaky on CPython/Linux to reduce CI noise from intermittent failures.
test/asynchronous/test_index_management.py Marks the asynchronous SearchIndex prose test cases as flaky on CPython/Linux to reduce CI noise from intermittent failures.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

2 participants