Skip to content

Commit c9955ad

Browse files
Maksim Davydovalex-plekhanov
authored andcommitted
IGNITE-24362 Fix CacheExchangeMessageDuplicatedStateTest - Fixes #11842.
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
1 parent b7f2e6e commit c9955ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheExchangeMessageDuplicatedStateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ private void checkFullMessage(GridDhtPartitionsFullMessage msg) {
230230
assertFalse(dupPartsData.containsKey(CU.cacheId(AFF3_CACHE1)));
231231

232232
Map<Integer, CachePartitionFullCountersMap> partCntrs =
233-
getFieldValue(getFieldValue(msg, "partCntrs2"), "map");
233+
getFieldValue(getFieldValue(msg, "partCntrs"), "map");
234234

235235
if (partCntrs != null) {
236236
for (CachePartitionFullCountersMap cntrs : partCntrs.values()) {

0 commit comments

Comments
 (0)