[
https://issues.apache.org/jira/browse/IGNITE-24777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938171#comment-17938171
]
Ignite TC Bot commented on IGNITE-24777:
----------------------------------------
{panel:title=Branch: [pull/11949/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/11949/head] Base: [master] : New Tests
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Basic 3{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=8366752]]
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
ForwardReadQueryPropertyTest.testStringForwardRead - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8366865&buildTypeId=IgniteTests24Java8_RunAll]
> Performance statistics: wrong number of SQL query executions
> ------------------------------------------------------------
>
> Key: IGNITE-24777
> URL: https://issues.apache.org/jira/browse/IGNITE-24777
> Project: Ignite
> Issue Type: Bug
> Reporter: Sergey Korotkov
> Assignee: Aleksandr Chesnokov
> Priority: Minor
> Labels: ise
> Attachments: IGNITE-24777.zip
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Performance statistics shows wrong number of SQL query executions.
> Both in the HTML report created via build-report.sh and as output of
> print-statistics.sh.
> ***
> The attached 3 sample .prf files demonstrates the problem (one good and two
> bad).
> All 3 files were obtained from the client node executing
> * single explain query
> * the same select SQL query in 8 threads during 3 seconds via the Calcite
> engine
> About 1000 queries were executed in each test.
> report.txt files were generated by the command:
> {noformat}
> print-statistics.sh . --out report.txt --ops QUERY
> {noformat}
> In good case all 1189 select query executions were shown in report.
> In first bad case only 5 of 979 were shown.
> And in second bad case none of the select queries were shown.
> ***
> Considering the size of .prf files they does contain the info about all
> queries.
> But it can not be read for some reasons.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)