[
https://issues.apache.org/jira/browse/IGNITE-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279982#comment-16279982
]
ASF GitHub Bot commented on IGNITE-7120:
----------------------------------------
GitHub user alexpaschenko opened a pull request:
https://github.com/apache/ignite/pull/3156
IGNITE-7120 Dynamic indexes tests fix
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7120
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3156.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3156
----
commit bd9a7aaded9572401949c82e6251d8b7f88105af
Author: Alexander Paschenko <[email protected]>
Date: 2017-12-06T10:30:12Z
IGNITE-7120 Dynamic indexes tests fix
----
> Test cases inherited by AbstractSchemaSelfTest became flucky after the
> refactoring to use SQL API.
> --------------------------------------------------------------------------------------------------
>
> Key: IGNITE-7120
> URL: https://issues.apache.org/jira/browse/IGNITE-7120
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.3
> Reporter: Roman Kondakov
> Assignee: Alexander Paschenko
> Fix For: 2.4
>
>
> This problem may be caused by the delay between CREATE INDEX command and the
> consequitive JDBC metadata updating. Therefore, a metadata info may be
> outdated in AbstractSchemaSelfTest#assertIndex() {..
> c.getMetaData().getIndexInfo() ..}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)