[
https://issues.apache.org/jira/browse/IGNITE-15624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-15624:
----------------------------------------
Description:
Support different transactional connections in tests, i.e: *con1, con2* and so
on
{noformat}
statement ok con1
CREATE TABLE test (a VARCHAR);
query I con2
SELECT * FROM test ORDER BY a
----
NULL
NULL
1
3
{noformat}
{noformat}
/sql/update/*
{noformat}
was:
Some tests contains not supported ordering (con1, con2 ..) and so on.
{noformat}
statement ok con1
CREATE TABLE test (a VARCHAR);
query I con2
SELECT * FROM test ORDER BY a
----
NULL
NULL
1
3
{noformat}
{noformat}
/sql/update/*
{noformat}
> Calcite. Fix sort ordering "con[1|2]" in ScripTestSuite.
> --------------------------------------------------------
>
> Key: IGNITE-15624
> URL: https://issues.apache.org/jira/browse/IGNITE-15624
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: calcite, calcite2-required, calcite3-required, ignite-3
>
> Support different transactional connections in tests, i.e: *con1, con2* and
> so on
> {noformat}
> statement ok con1
> CREATE TABLE test (a VARCHAR);
> query I con2
> SELECT * FROM test ORDER BY a
> ----
> NULL
> NULL
> 1
> 3
> {noformat}
> {noformat}
> /sql/update/*
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)