Aleksandr Polovtcev created IGNITE-21178:
--------------------------------------------

             Summary: ItSqlSynchronousApiTest#checkMixedTransactionsForIndex is 
flaky
                 Key: IGNITE-21178
                 URL: https://issues.apache.org/jira/browse/IGNITE-21178
             Project: Ignite
          Issue Type: Bug
            Reporter: Aleksandr Polovtcev
            Assignee: Aleksandr Polovtcev


This test fails sometimes with the following error:

{noformat}
java.lang.AssertionError: Invalid plan:
IgniteExchange(distribution=[single]): rowcount = 10000.0, cumulative cost = 
IgniteCost [rowCount=30000.0, cpu=306310.2111592855, memory=40000.0, io=0.0, 
network=40000.0], id = 4386
  IgniteSort(sort0=[$0], dir0=[ASC]): rowcount = 10000.0, cumulative cost = 
IgniteCost [rowCount=20000.0, cpu=296310.2111592855, memory=40000.0, io=0.0, 
network=0.0], id = 4385
    IgniteTableScan(table=[[PUBLIC, TEST]], tableId=[14], 
requiredColumns=[{1}]): rowcount = 10000.0, cumulative cost = IgniteCost 
[rowCount=10000.0, cpu=10000.0, memory=0.0, io=0.0, network=0.0], id = 4384

Expected: a string contains once ".*IgniteIndexScan\\(table=\\[\\[PUBLIC, 
TEST\\]\\], tableId=\\[.*\\], index=\\[TEST_IDX\\].*\\)"
     but: was "IgniteExchange(distribution=[single]): rowcount = 10000.0, 
cumulative cost = IgniteCost [rowCount=30000.0, cpu=306310.2111592855, 
memory=40000.0, io=0.0, network=40000.0], id = 4386
  IgniteSort(sort0=[$0], dir0=[ASC]): rowcount = 10000.0, cumulative cost = 
IgniteCost [rowCount=20000.0, cpu=296310.2111592855, memory=40000.0, io=0.0, 
network=0.0], id = 4385
    IgniteTableScan(table=[[PUBLIC, TEST]], tableId=[14], 
requiredColumns=[{1}]): rowcount = 10000.0, cumulative cost = IgniteCost 
[rowCount=10000.0, cpu=10000.0, memory=0.0, io=0.0, network=0.0], id = 4384
{noformat}




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

Reply via email to