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

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

{panel:title=Branch: [pull/12121/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12121/head] Base: [master] : New Tests 
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests 
3|https://ci2.ignite.apache.org/viewLog.html?buildId=8668551]]
* {color:#013220}IgniteCalciteTestSuite: TpchScale001Test.test[queryId=15] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: TpchScale100Test.test[queryId=15] - 
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite: TpchScale010Test.test[queryId=15] - 
PASSED{color}

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

> Calcite. TpchTest may not clean query #15
> -----------------------------------------
>
>                 Key: IGNITE-25209
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25209
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.16, 2.17
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Minor
>              Labels: calcite, ignite-2, ise
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Reproducer:
> {code:java}
> @RunWith(Parameterized.class)
> public class TpchTest extends AbstractBasicIntegrationTest {
>     /** */
>     @Parameterized.Parameters(name = "queryId={0}")
>     public static Collection<Object> params() {
>         return F.asList(15, 16, 17, 19, 20);
>     }
>     ...
> }
> {code}
> Error after query #15:
> {code:java}
> java.lang.AssertionError: Not finished queries found on client
>       at org.junit.Assert.fail(Assert.java:88)
>       at org.junit.Assert.assertTrue(Assert.java:41)
>       at 
> org.apache.ignite.testframework.junits.JUnitAssertAware.assertTrue(JUnitAssertAware.java:30)
>       at 
> org.apache.ignite.internal.processors.query.calcite.integration.AbstractBasicIntegrationTest.afterTest(AbstractBasicIntegrationTest.java:91)
>       at 
> org.apache.ignite.testframework.junits.GridAbstractTest.runAfterTest(GridAbstractTest.java:767)
>       at 
> org.apache.ignite.testframework.junits.GridAbstractTest.cleanUpTestEnviroment(GridAbstractTest.java:744)
> {code}
> The same for q17 (with scale 0.01)



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

Reply via email to