codecov-commenter commented on PR #17367: URL: https://github.com/apache/pinot/pull/17367#issuecomment-3649555043
### :x: 4 Tests Failed: | Tests completed | Failed | Passed | Skipped | |---|---|---|---| | 10103 | 4 | 10099 | 19 | <details><summary>View the top 3 failed test(s) by shortest run time</summary> > <pre><code class="language-python">org.apache.pinot.sql.parsers.rewriter.AggregationOptimizerTest::testMinMultiplicationWithNegativeConstant</code></pre> > <details><summary>Stack Traces | 0.002s run time</summary> > > > <pre><code class="language-python">expected [mult] but found [min]</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.sql.parsers.rewriter.AggregationOptimizerTest::testSumWithFloatConstant</code></pre> > <details><summary>Stack Traces | 0.002s run time</summary> > > > <pre><code class="language-python">expected [add] but found [sum]</code></pre> > > </details> > <pre><code class="language-python">org.apache.pinot.sql.parsers.rewriter.AggregationOptimizerTest::testAvgColumnTimesConstant</code></pre> > <details><summary>Stack Traces | 0.009s run time</summary> > > > <pre><code class="language-python">expected [mult] but found [avg]</code></pre> > > </details> </details> <details><summary>View the full list of 1 :snowflake: flaky test(s)</summary> > <pre><code class="language-python">org.apache.pinot.sql.parsers.CalciteSqlCompilerTest::testFilterClauses</code></pre> > **Flake rate in main:** 85.92% (Passed 10 times, Failed 61 times) > <details><summary>Stack Traces | 0.006s run time</summary> > > > <pre><code class="language-python">Cannot get field 'doubleValue' because union is currently set to bigDecimalValue</code></pre> > > </details> </details> To view more test analytics, go to the [Test Analytics Dashboard](https://app.codecov.io/gh/apache/pinot/tests/Akanksha-kedia%3Afeature%2Ftdo) <sub>📋 Got 3 mins? [Take this short survey](https://forms.gle/22i53Qa1CySZjA6c7) to help us improve Test Analytics.</sub> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
