You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2022/03/30 06:59:07 UTC

[ignite] branch master updated: IGNITE-16764 Fix MarshallerContextLockingSelfTest.testMultithreadedUpdate (#9920)

This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fecc09  IGNITE-16764 Fix MarshallerContextLockingSelfTest.testMultithreadedUpdate (#9920)
2fecc09 is described below

commit 2fecc09f2f10f3ffc02d20924da95d5b82fa9f87
Author: Nikolay <ni...@apache.org>
AuthorDate: Wed Mar 30 09:58:27 2022 +0300

    IGNITE-16764 Fix MarshallerContextLockingSelfTest.testMultithreadedUpdate (#9920)
---
 .../org/apache/ignite/internal/MarshallerContextLockingSelfTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/MarshallerContextLockingSelfTest.java b/modules/core/src/test/java/org/apache/ignite/internal/MarshallerContextLockingSelfTest.java
index 2cd5d4f..59c85b3 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/MarshallerContextLockingSelfTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/MarshallerContextLockingSelfTest.java
@@ -131,8 +131,6 @@ public class MarshallerContextLockingSelfTest extends GridCommonAbstractTest {
         assertTrue(InternalExecutor.counter.get() == 0);
 
         assertTrue(!innerLog.contains("Exception"));
-
-        assertTrue(innerLog.contains("File already locked"));
     }
 
     /**