You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2022/10/12 09:38:00 UTC

[jira] [Commented] (IGNITE-17870) SQL. Do not yield separate query result for comments

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

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

{panel:title=Branch: [pull/10303/head] Base: [master] : Possible Blockers (7)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Cache 2{color} [[tests 0 TIMEOUT , Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=6825361]]

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

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

{color:#d04437}Cache (Failover) 2{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6825372]]
* IgniteCacheFailoverTestSuite2: GridCacheAtomicReplicatedFailoverSelfTest.testTopologyChange - Test has low fail rate in base branch 0,0% and is not flaky

{color:#d04437}Cache 5{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6825364]]
* IgniteCacheTestSuite5: CacheLateAffinityAssignmentTest.testBlockedFinishMsgForClient - Test has low fail rate in base branch 0,0% and is not flaky

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

{color:#d04437}Queries 1 (lazy=true){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6825431]]
* IgniteBinaryCacheQueryLazyTestSuite: DynamicIndexServerCoordinatorBasicSelfTest.testCreateNoTablePartitionedTransactionalNear - Test has low fail rate in base branch 0,0% and is not flaky

{panel}
{panel:title=Branch: [pull/10303/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Queries 1 (lazy=true){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6825431]]
* {color:#013220}IgniteBinaryCacheQueryLazyTestSuite: SqlParserMultiStatementSelfTest.testEmptyTransaction - PASSED{color}

{color:#00008b}Queries 1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6825430]]
* {color:#013220}IgniteBinaryCacheQueryTestSuite: SqlParserMultiStatementSelfTest.testEmptyTransaction - PASSED{color}

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

> SQL. Do not yield separate query result for comments
> ----------------------------------------------------
>
>                 Key: IGNITE-17870
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17870
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Motivation
> Currently, lines with commented out lines yield additional query result. For the query below, three results will be returned (result for comment is “updated rows: 0“). You can play with the comments position within the entire query, the behavior with comments is not consistent and clear.
> -- asdf
> SELECT * FROM Test_Person limit 1;
> update Test_Person set name='sdfsdf' where id = 44444444;
> -- come
> -- asdf
> What to do
> Do not yield a separate query result for commented out lines.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)