Skip to content

Conversation

@dl239
Copy link
Collaborator

@dl239 dl239 commented Oct 21, 2025

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

@github-actions github-actions bot added the workflow CICD related label Oct 21, 2025
@github-actions
Copy link
Contributor

Linux Test Report

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit cd075f2. ± Comparison against base commit d4f9e16.

@github-actions
Copy link
Contributor

SDK Test Report

 2 files   - 100   2 suites   - 100   7s ⏱️ - 2m 7s
41 tests  - 318  37 ✅  - 308  4 💤  - 10  0 ❌ ±0 
41 runs   - 446  37 ✅  - 436  4 💤  - 10  0 ❌ ±0 

Results for commit cd075f2. ± Comparison against base commit d4f9e16.

This pull request removes 339 tests.
  PARTITION BY db1.t1.col2 ORDER BY db1.t1.col1
  PARTITION BY t1.col2 ORDER BY t1.col1
  ROWS_RANGE BETWEEN 3 PRECEDING AND CURRENT ROW
 ) limit 10;](1)
 ) limit 10;](2)
 ) limit 10;](3)
 FROM db1.t1
 FROM t1
 WINDOW w1 AS (
 last join db2.t2 order by db2.t2.col1
…

@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.34%. Comparing base (d4f9e16) to head (cd075f2).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #4054      +/-   ##
============================================
+ Coverage     75.33%   78.34%   +3.00%     
============================================
  Files           763      567     -196     
  Lines        144313   132524   -11789     
  Branches       2076        0    -2076     
============================================
- Hits         108725   103829    -4896     
+ Misses        35285    28695    -6590     
+ Partials        303        0     -303     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

workflow CICD related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant