denis-chudov commented on a change in pull request #9004:
URL: https://github.com/apache/ignite/pull/9004#discussion_r623012876
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/rebalancing/GridCacheRebalancingUnmarshallingFailedSelfTest.java
##########
@@ -176,6 +192,8 @@ private void runTest() throws Exception {
for (int i = 50; i < 100; i++)
assertNull(grid(1).cache(CACHE).get(new
TestKey(String.valueOf(i))));
+
+ assertTrue("Unmarshal log error messaage is not valid.",
unmarshalErrorLogListener.check());
Review comment:
typo - "messaage"
```suggestion
assertTrue("Unmarshal log error message is not valid.",
unmarshalErrorLogListener.check());
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]