[
https://issues.apache.org/jira/browse/IGNITE-7976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksey Plekhanov updated IGNITE-7976:
--------------------------------------
Description:
Test
{{IgnitePersistentStoreCacheGroupsTest.testClusterRestartCachesWithH2Indexes}}
always fail on TeamCity due to changes by IGNITE-7869. With the following error:
{noformat}
javax.cache.CacheException: Failed to parse query. Table "PERSON" not found;
SQL statement:
SELECT p._KEY, p._VAL FROM Person p WHERE p.lname=? ORDER BY p.fname [42102-195]
...
{noformat}
was:
Test
{{IgnitePersistentStoreCacheGroupsTest.testClusterRestartCachesWithH2Indexes}}
always fail on TeamCity due to changes by IGNITE-7869. With following error:
{noformat}
javax.cache.CacheException: Failed to parse query. Table "PERSON" not found;
SQL statement:
SELECT p._KEY, p._VAL FROM Person p WHERE p.lname=? ORDER BY p.fname [42102-195]
...
{noformat}
> [Test failed]
> IgnitePersistentStoreCacheGroupsTest.testClusterRestartCachesWithH2Indexes
> fails on TC
> ----------------------------------------------------------------------------------------------------
>
> Key: IGNITE-7976
> URL: https://issues.apache.org/jira/browse/IGNITE-7976
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.4
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Labels: MakeTeamcityGreenAgain
>
> Test
> {{IgnitePersistentStoreCacheGroupsTest.testClusterRestartCachesWithH2Indexes}}
> always fail on TeamCity due to changes by IGNITE-7869. With the following
> error:
> {noformat}
> javax.cache.CacheException: Failed to parse query. Table "PERSON" not found;
> SQL statement:
> SELECT p._KEY, p._VAL FROM Person p WHERE p.lname=? ORDER BY p.fname
> [42102-195]
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)