Mmuzaf commented on code in PR #10157:
URL: https://github.com/apache/ignite/pull/10157#discussion_r942737829
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteAbstractTxSuspendResumeTest.java:
##########
@@ -223,11 +221,6 @@ public void testResumeTxInAnotherThread() throws Exception
{
public void testCrossCacheTxInAnotherThread() throws Exception {
executeTestForAllCaches(new CI2Exc<Ignite, IgniteCache<Integer,
Integer>>() {
@Override public void applyx(Ignite ignite, final
IgniteCache<Integer, Integer> cache) throws Exception {
- // TODO: IGNITE-9110 Optimistic tx hangs in cross-cache
operations with LOCAL and non LOCAL caches.
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/datastructures/IgniteDataStructuresTestUtils.java:
##########
@@ -104,11 +99,6 @@ public static Map<String, CollectionConfiguration>
getCollectionConfigurations()
for (CacheAtomicityMode atomicityMode :
Arrays.asList(TRANSACTIONAL, ATOMIC)) {
for (int backups : Arrays.asList(0, 1)) {
for (CacheMode cacheMode : CacheMode.values()) {
- if (cacheMode == CacheMode.LOCAL) {
- // TODO:
https://issues.apache.org/jira/browse/IGNITE-13076
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]