Skip to content

IGNITE-627 Mute CacheNearReaderUpdateTest#13290

Closed
anton-vinogradov wants to merge 1 commit into
apache:masterfrom
anton-vinogradov:ignite-mute-627-near-reader
Closed

IGNITE-627 Mute CacheNearReaderUpdateTest#13290
anton-vinogradov wants to merge 1 commit into
apache:masterfrom
anton-vinogradov:ignite-mute-627-near-reader

Conversation

@anton-vinogradov

Copy link
Copy Markdown
Contributor

Summary

All four @Test methods in CacheNearReaderUpdateTest (testNoBackups, testOneBackup, testOneBackupNearEnabled, testOneBackupStoreEnabled) funnel into the shared private helper runTestGetUpdateMultithreaded(...), whose first line is:

fail("https://issues.apache.org/jira/browse/IGNITE-627");

As a result every test in the class fails 100% of the time by design — the class documents the unfixed bug IGNITE-627. These are deterministic failures (not flaky) and are pure red noise in CI.

This mutes the whole class under the existing ticket via a class-level @Ignore, matching the existing precedent GridCacheOnCopyFlagAtomicSelfTest.

Changes

  • Add import org.junit.Ignore;
  • Annotate the class with @Ignore("https://issues.apache.org/jira/browse/IGNITE-627")

🤖 Generated with Claude Code

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