Skip to content

IGNITE-26667 .NET: Fix flaky IgniteProxyTests.TestBasicProxying#6796

Merged
ptupitsyn merged 1 commit into
apache:mainfrom
ptupitsyn:ignite-26667
Oct 21, 2025
Merged

IGNITE-26667 .NET: Fix flaky IgniteProxyTests.TestBasicProxying#6796
ptupitsyn merged 1 commit into
apache:mainfrom
ptupitsyn:ignite-26667

Conversation

@ptupitsyn
Copy link
Copy Markdown
Contributor

@ptupitsyn ptupitsyn commented Oct 16, 2025

Ignore heartbeats when asserting.

https://issues.apache.org/jira/browse/IGNITE-26667

@ptupitsyn ptupitsyn self-assigned this Oct 16, 2025
@ptupitsyn ptupitsyn requested a review from Copilot October 16, 2025 10:23
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 a flaky test by filtering out heartbeat operations when asserting the expected client operations in the proxy test. The test was previously failing intermittently due to unpredictable heartbeat messages being included in the operation list.

  • Adds filtering logic to exclude heartbeat operations from test assertions
  • Updates variable declaration to use explicit type for better code clarity

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

Comment thread modules/platforms/dotnet/Apache.Ignite.Tests/IgniteProxyTests.cs
@ptupitsyn ptupitsyn merged commit 64babed into apache:main Oct 21, 2025
1 check passed
@ptupitsyn ptupitsyn deleted the ignite-26667 branch October 21, 2025 08:36
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