Skip to content

Commit 98aad32

Browse files
committed
Added verification of the SqlQuery execution path (updated)
1 parent 313c4d7 commit 98aad32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/query/GridCacheQueryManagerExecuteFieldsQueryTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ public void testDistributedSqlQueryDoesNotHitExecuteFieldsQuery() throws Excepti
215215
int k0 = keys[0];
216216
int k1 = keys[1];
217217

218-
cache0.put(k0, new Person("Alice", 10));
219-
cache0.put(k1, new Person("Bob", 20));
218+
cache0.put(k0, new Person("Kirill", 10));
219+
cache0.put(k1, new Person("Michailo", 20));
220220

221221
GridCacheQueryManager.resetExecuteFieldsQueryHitCount();
222222

0 commit comments

Comments
 (0)