[ 
https://issues.apache.org/jira/browse/IGNITE-10824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16746608#comment-16746608
 ] 

Ignite TC Bot commented on IGNITE-10824:
----------------------------------------

{panel:title=--> Run :: All: Possible 
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Long Running){color} [[tests 2 TIMEOUT 
|https://ci.ignite.apache.org/viewLog.html?buildId=2836201]]
* exe: PersistentStoreTestObsolete.TestCacheDataSurvivesNodeRestart - 6,1% 
fails in last 590 master runs.
* exe: CacheAbstractTest.TestCacheConfigurationExpiryPolicy - 3,6% fails in 
last 590 master runs.

{color:#d04437}ZooKeeper (Discovery) 2{color} [[tests 0 TIMEOUT , Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=2836150]]

{color:#d04437}Cache 1{color} [[tests 0 Exit Code 
|https://ci.ignite.apache.org/viewLog.html?buildId=2836175]]

{color:#d04437}Cache (Restarts) 2{color} [[tests 
3|https://ci.ignite.apache.org/viewLog.html?buildId=2836173]]
* IgniteCacheRestartTestSuite2: 
IgniteCacheAtomicNodeRestartTest.testRestartWithPutTenNodesTwoBackups - 0,0% 
fails in last 609 master runs.
* IgniteCacheRestartTestSuite2: 
IgniteCacheAtomicNodeRestartTest.testRestartWithPutFourNodesNoBackups - 0,0% 
fails in last 609 master runs.

{color:#d04437}MVCC Cache 2{color} [[tests 
6|https://ci.ignite.apache.org/viewLog.html?buildId=2836214]]
* IgniteCacheMvccTestSuite2: 
GridCacheDhtPreloadDelayedSelfTest.testAutomaticPreload - 0,0% fails in last 56 
master runs.
* IgniteCacheMvccTestSuite2: 
GridCacheDhtPreloadDelayedSelfTest.testManualPreload - 0,0% fails in last 56 
master runs.

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2836226&buildTypeId=IgniteTests24Java8_RunAll]

> SQL: mixing _key and key columns in the DML queries must be disallowed
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-10824
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10824
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Pavel Kuznetsov
>            Assignee: Pavel Kuznetsov
>            Priority: Minor
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> DML should contain either placeholder for _key (_val) or subset of key 
> (value) columns but not both. Also we should keep in mind _key/_value aliases
> Given table with primary key column {{id}} and value column {{salary}}. Next 
> queries should be validated to parsing error:
> {code:sql}
> INSERT INTO TEST_TABLE (_key, id, salary) VALUES (1, 2, 42);
> UPDATE TEST_TABLE SET _val = 1, salary = 2;
> {code}   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to