Skip to content

chore(async search): search per N-minute intervals#471

Open
forshev wants to merge 1 commit into
mainfrom
463-support-compaction-in-async-search
Open

chore(async search): search per N-minute intervals#471
forshev wants to merge 1 commit into
mainfrom
463-support-compaction-in-async-search

Conversation

@forshev

@forshev forshev commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Description

search per N-minute intervals instead of per-fraction to support compaction

Fixes #463


  • 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

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 62.32877% with 55 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.35%. Comparing base (4ad8f17) to head (010fcb2).

Files with missing lines Patch % Lines
asyncsearcher/async_searcher.go 57.25% 39 Missing and 14 partials ⚠️
fracmanager/fractions_snapshot.go 87.50% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #471      +/-   ##
==========================================
- Coverage   70.44%   70.35%   -0.10%     
==========================================
  Files         232      232              
  Lines       18371    18448      +77     
==========================================
+ Hits        12942    12979      +37     
- Misses       4453     4481      +28     
- Partials      976      988      +12     

☔ 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.

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.

support compaction in async search

2 participants