Skip to content

fix bulk progress bars#718

Open
MattShirley wants to merge 1 commit intomasterfrom
703-client-takes-a-long-time-to-send-large-requests
Open

fix bulk progress bars#718
MattShirley wants to merge 1 commit intomasterfrom
703-client-takes-a-long-time-to-send-large-requests

Conversation

@MattShirley
Copy link
Collaborator

No description provided.

@MattShirley MattShirley linked an issue Feb 24, 2026 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 97.82609% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.32%. Comparing base (e761557) to head (7c7bc21).

Files with missing lines Patch % Lines
servicex/query_cache.py 96.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #718      +/-   ##
==========================================
- Coverage   98.35%   98.32%   -0.04%     
==========================================
  Files          30       30              
  Lines        2191     2209      +18     
==========================================
+ Hits         2155     2172      +17     
- Misses         36       37       +1     
Flag Coverage Δ
unittests 98.32% <97.82%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ArturU043
Copy link
Contributor

I tested this with the same query showed in #703
I updated it to use this PR branch.

The Jupyter cell output does show all transform requests immediately

The backend dashboard is completely populated a few seconds after calling deliver().
This fixes the delay problem.

However, on the dashboard, I see 362 requests starting while the client should have sent 364 (this may be unrelated)

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.

Client takes a long time to send large requests ?

2 participants