Skip to content

IGNITE-26394 Fix ItAbstractDataStreamerTest.testFailedItems flakiness#6605

Merged
ptupitsyn merged 4 commits into
apache:mainfrom
ptupitsyn:ignite-26394
Sep 17, 2025
Merged

IGNITE-26394 Fix ItAbstractDataStreamerTest.testFailedItems flakiness#6605
ptupitsyn merged 4 commits into
apache:mainfrom
ptupitsyn:ignite-26394

Conversation

@ptupitsyn
Copy link
Copy Markdown
Contributor

@ptupitsyn ptupitsyn commented Sep 17, 2025

No description provided.

@ptupitsyn ptupitsyn requested a review from Copilot September 17, 2025 09:38
Copy link
Copy Markdown

Copilot AI left a comment

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 fixes flakiness in the ItAbstractDataStreamerTest.testFailedItems test by filtering out valid items that may have failed to flush during concurrent operations. The change adds a defensive check to skip items that don't contain the expected "name1" column, preventing false test failures.

Key Changes

  • Added defensive filtering in the test assertion loop to handle edge cases where valid items fail to flush

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ptupitsyn ptupitsyn merged commit 8ae06dc into apache:main Sep 17, 2025
1 check passed
@ptupitsyn ptupitsyn deleted the ignite-26394 branch September 17, 2025 13:40
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