• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

informatics-isi-edu / deriva-mcp-core / 25093112016 / 1
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 29 Apr 2026 05:51AM UTC
Files 39
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Apr 2026 05:48AM UTC coverage: 90.105%. Remained the same
25093112016.1

push

github

mikedarcy
docs(workplan): document RAG data indexing pagination gaps and deferred fixes

  Add notes on two deferred topics identified during code review:

  - Multi-user data: explain why the schema hash deduplication approach does not
    extend to data: sources (row-level vs. schema-level ACL granularity) and
    sketch the shared=True RagDatasetIndexer extension if deduplication becomes
    a practical concern.

  - Pagination gaps: document that rag_index_table silently truncates tables
    larger than 1000 rows (cap inherited from get_entities() pre-Phase 5.6),
    that index_table_data is memory-bound by its list[dict] signature (intentional
    plugin-primitive design), and that _run_dataset_enricher fetches all rows
    before processing begins. Proposed fixes for each: cursor loop in
    rag_index_table, no signature change for index_table_data (callers page),
    and cursor pagination inside _run_dataset_enricher with indexer.limit as a
    total-row cap.

3169 of 3517 relevant lines covered (90.11%)

0.9 hits per line

Source Files on job 25093112016.1
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25093112016
  • 98f7876f on github
  • Prev Job for on main (#25091590128.1)
  • Next Job for on main (#25690547589.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc