pinot icon indicating copy to clipboard operation
pinot copied to clipboard

dependencies: netty 4.2.7

Open sullis opened this issue 6 months ago • 1 comments

netty 4.2.7

https://netty.io/news/2025/10/15/4-2-7.html

sullis avatar Oct 19 '25 15:10 sullis

:x: 6 Tests Failed:

Tests completed Failed Passed Skipped
19544 6 19538 78
View the top 3 failed test(s) by shortest run time
org.apache.pinot.integration.tests.custom.TimestampIndexMseTest::timestampIndexSubstitutedInGroupBy
Stack Traces | 0.048s run time
expected [Execution Plan
LogicalProject(EXPR$0=[$1])
  PinotLogicalAggregate(group=[{0}], agg#0=[COUNT($1)], aggType=[FINAL])
    PinotLogicalExchange(distribution=[hash[0]])
      LeafStageCombineOperator(table=[mytable])
        StreamingInstanceResponse
          CombineGroupBy
            GroupBy(groupKeys=[[$ts$SECOND]], aggregations=[[count(*)]])
              Project(columns=[[$ts$SECOND]])
                DocIdSet(maxDocs=[120000])
                  FilterMatchEntireSegment(numDocs=[115545])
] but found [Execution Plan
LogicalProject(EXPR$0=[$1])
  PinotLogicalAggregate(group=[{0}], agg#0=[COUNT($1)], aggType=[FINAL])
    PinotLogicalExchange(distribution=[hash[0]])
      LeafStageCombineOperator(table=[mytable])
        StreamingInstanceResponse
          CombineGroupBy
            GroupBy(groupKeys=[[$ts$SECOND]], aggregations=[[count(*)]])
              Project(columns=[[$ts$SECOND]])
                DocIdSet(maxDocs=[110000])
                  FilterMatchEntireSegment(numDocs=[106167])
]
org.apache.pinot.integration.tests.custom.TimestampIndexMseTest::timestampIndexSubstitutedInGroupBy
Stack Traces | 0.054s run time
expected [Execution Plan
LogicalProject(EXPR$0=[$1])
  PinotLogicalAggregate(group=[{0}], agg#0=[COUNT($1)], aggType=[FINAL])
    PinotLogicalExchange(distribution=[hash[0]])
      LeafStageCombineOperator(table=[mytable])
        StreamingInstanceResponse
          CombineGroupBy
            GroupBy(groupKeys=[[$ts$SECOND]], aggregations=[[count(*)]])
              Project(columns=[[$ts$SECOND]])
                DocIdSet(maxDocs=[120000])
                  FilterMatchEntireSegment(numDocs=[115545])
] but found [Execution Plan
LogicalProject(EXPR$0=[$1])
  PinotLogicalAggregate(group=[{0}], agg#0=[COUNT($1)], aggType=[FINAL])
    PinotLogicalExchange(distribution=[hash[0]])
      LeafStageCombineOperator(table=[mytable])
        StreamingInstanceResponse
          CombineGroupBy
            GroupBy(groupKeys=[[$ts$SECOND]], aggregations=[[count(*)]])
              Project(columns=[[$ts$SECOND]])
                DocIdSet(maxDocs=[110000])
                  FilterMatchEntireSegment(numDocs=[106167])
]
org.apache.pinot.integration.tests.TlsIntegrationTest::setUp
Stack Traces | 668s run time
Failed to meet condition in 600000ms after 83200 errors, error message: Failed to load 115545 documents
View the full list of 3 :snowflake: flaky test(s)
org.apache.pinot.core.transport.QueryRoutingTest::testServerDown

Flake rate in main: 91.18% (Passed 6 times, Failed 62 times)

Stack Traces | 2.02s run time
expected [true] but found [false]
org.apache.pinot.core.transport.QueryRoutingTest::testSkipUnavailableServer

Flake rate in main: 91.18% (Passed 6 times, Failed 62 times)

Stack Traces | 5.56s run time
Failed to meet condition in 5000ms, error message: Failed to record stats for AdaptiveServerSelectorTest
org.apache.pinot.core.transport.QueryRoutingTest::testValidResponse

Flake rate in main: 91.18% (Passed 6 times, Failed 62 times)

Stack Traces | 600s run time
expected object to not be null

To view more test analytics, go to the Test Analytics Dashboard 📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

codecov-commenter avatar Oct 19 '25 16:10 codecov-commenter