Skip to content

Ensure we only de-duplicate param value events - #8436

Merged
philippjfr merged 3 commits into
mainfrom
dedupe_param_value_events_only
Feb 25, 2026
Merged

philippjfr merged 3 commits into
mainfrom
dedupe_param_value_events_only

Conversation

@philippjfr

Copy link
Copy Markdown
Member

Currently the Param pane tracks parameter events and blocks events from bouncing back and forth by tracking when a parameter value is changing. However we track this for all parameter attribute changes, including attributes like constant, label etc., and treat all of these the same. This means that when constant is toggled it can occur that we end up dropping events for another attribute or even the value. We now only apply this handling when the value changes.

@codecov

codecov Bot commented Feb 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.42%. Comparing base (2e2bb36) to head (c41ff61).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8436      +/-   ##
==========================================
- Coverage   86.10%   85.42%   -0.68%     
==========================================
  Files         349      349              
  Lines       54847    54850       +3     
==========================================
- Hits        47225    46855     -370     
- Misses       7622     7995     +373     

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

Comment thread panel/param.py
Comment thread panel/param.py Outdated
@philippjfr
philippjfr merged commit d48ce2f into main Feb 25, 2026
16 of 21 checks passed
@philippjfr
philippjfr deleted the dedupe_param_value_events_only branch February 25, 2026 09:29
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jun 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant