Mmuzaf commented on code in PR #10157:
URL: https://github.com/apache/ignite/pull/10157#discussion_r942737628
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/paged/PageEvictionReadThroughTest.java:
##########
@@ -91,16 +75,6 @@ public void testEvictionWithReadThroughMvccTxPartitioned()
throws Exception {
testEvictionWithReadThrough(CacheAtomicityMode.TRANSACTIONAL_SNAPSHOT,
CacheMode.PARTITIONED);
}
- /**
- * @throws Exception If failed.
- */
-
@Ignore("https://issues.apache.org/jira/browse/IGNITE-8582,https://issues.apache.org/jira/browse/IGNITE-7956,"
- + "https://issues.apache.org/jira/browse/IGNITE-9530")
Review Comment:
The issues linked with the
[IGNITE-15759](https://issues.apache.org/jira/browse/IGNITE-15759) and will be
resolved after merge.
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/eviction/paged/PageEvictionPagesRecyclingAndReusingTest.java:
##########
@@ -107,15 +91,6 @@ public void testPagesRecyclingAndReusingMvccTxReplicated()
throws Exception {
testPagesRecyclingAndReusing(CacheAtomicityMode.TRANSACTIONAL_SNAPSHOT,
CacheMode.REPLICATED);
}
- /**
- * @throws Exception If failed.
- */
-
@Ignore("https://issues.apache.org/jira/browse/IGNITE-7956,https://issues.apache.org/jira/browse/IGNITE-9530")
Review Comment:
The issues linked with the
[IGNITE-15759](https://issues.apache.org/jira/browse/IGNITE-15759) and will be
resolved after merge.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]