Skip to content

fix: sort partition, track size - #536

Open
dkharms wants to merge 1 commit into
mainfrom
0-fix-flaky-test
Open

dkharms wants to merge 1 commit into
mainfrom
0-fix-flaky-test

Conversation

@dkharms

@dkharms dkharms commented Sep 20, 2026

Copy link
Copy Markdown
Member

Description

We had several flaky tests:

  • TestOldestMetrics;
  • TestCapacityExceeded;
  • TestFracInfoCache

They were flaky because we dropped the whole partition even if we drop more than necessary. And we dropped fractions of partition in random order hence.


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@codecov-commenter

codecov-commenter commented Sep 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.28%. Comparing base (3a58354) to head (c9bfea3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #536      +/-   ##
==========================================
+ Coverage   71.27%   71.28%   +0.01%     
==========================================
  Files         250      250              
  Lines       21783    21785       +2     
==========================================
+ Hits        15526    15530       +4     
+ Misses       5099     5098       -1     
+ Partials     1158     1157       -1     

☔ View full report in Codecov by Harness.
📢 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.

@eguguchkin eguguchkin added this to the v0.79.0 milestone Sep 21, 2026

This branch has not been deployed

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants