Skip to content

Upgrade updates#2838

Merged
ryanmelt merged 9 commits intomainfrom
upgrading
Feb 19, 2026
Merged

Upgrade updates#2838
ryanmelt merged 9 commits intomainfrom
upgrading

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Feb 16, 2026

Update upgrade instructions. Fix python license. Only migrate logs and config buckets. Bump versitygw and valkey.

This turned into a bunch of other fixes that Playwright uncovered:

  1. Fix File Open / Save dialog to disallow user interaction before targets are loaded

  2. Fix Script Runner race condition that could allow the Suite report to be missed

    Note: This also benefits Notebooks because it unsubscribes from the channel as soon as the type: "line" event with "completed" state arrives, potentially missing the last few output messages and the complete event

  3. Fix python microservice to not raise unhandled exception in a status thread

  4. Fix python TCP/IP Client to close sockets if there is an error in connect5.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.64%. Comparing base (d22dbda) to head (88819cb).
⚠️ Report is 24 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2838      +/-   ##
==========================================
- Coverage   78.66%   78.64%   -0.02%     
==========================================
  Files         667      667              
  Lines       54452    54466      +14     
  Branches      731      731              
==========================================
+ Hits        42834    42836       +2     
- Misses      11538    11550      +12     
  Partials       80       80              
Flag Coverage Δ
python 80.53% <ø> (-0.05%) ⬇️
ruby-api 80.26% <ø> (ø)
ruby-backend 82.00% <ø> (-0.01%) ⬇️

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

jmthomas and others added 3 commits February 16, 2026 17:20
…ceptions

The _status_thread now exits cleanly on error instead of raising an unhandled
exception, which pytest detects as PytestUnhandledThreadExceptionWarning.
TcpipClientStream.connect() now closes sockets on connection failure to prevent
ResourceWarning from leaked file descriptors.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@socket-security
Copy link
Copy Markdown

socket-security bot commented Feb 17, 2026

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

jmthomas and others added 5 commits February 17, 2026 15:17
…mplete message

The processLine handler for terminal states (completed, stopped, etc.) was
calling scriptComplete() which unsubscribes the WebSocket channel before
the 'complete' message carrying the suite report could arrive. Now only
the 'complete' message handler triggers scriptComplete().

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
5.1% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@ryanmelt ryanmelt merged commit 401e165 into main Feb 19, 2026
49 of 51 checks passed
@ryanmelt ryanmelt deleted the upgrading branch February 19, 2026 04:44
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.

2 participants