[
https://issues.apache.org/jira/browse/IGNITE-15943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446476#comment-17446476
]
Ignite TC Bot commented on IGNITE-15943:
----------------------------------------
{panel:title=Branch: [pull/9573/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9573/head] Base: [master] : New Tests
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 1{color} [[tests
4|https://ci.ignite.apache.org/viewLog.html?buildId=6276041]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
IgniteSqlQueryDecimalArgumentsWithTest.testDecimalCalculatedField[fld=intFld
type=int] - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
IgniteSqlQueryDecimalArgumentsWithTest.testExplicitDecimalArgument[fld=intFld
type=int] - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
IgniteSqlQueryDecimalArgumentsWithTest.testDecimalCalculatedField[fld=dblFld
type=double] - PASSED{color}
* {color:#013220}IgniteBinaryCacheQueryTestSuite:
IgniteSqlQueryDecimalArgumentsWithTest.testExplicitDecimalArgument[fld=dblFld
type=double] - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6276061&buildTypeId=IgniteTests24Java8_RunAll]
> Regression: Ignite node crash(CorruptedTreeException: B+Tree is corrupted)
> --------------------------------------------------------------------------
>
> Key: IGNITE-15943
> URL: https://issues.apache.org/jira/browse/IGNITE-15943
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.11
> Reporter: YuJue Li
> Assignee: Maksim Timonin
> Priority: Blocker
> Fix For: 2.12
>
> Attachments: ignite-0d9a0e78.0.log
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> create table test1(id varchar primary key, flag long);
> create index index_test1_flag on test1 ( flag );
> insert into test1(id, flag) values('a1', 1);
> select * from test1 where flag<100*0.5;
> then ignite crashed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)