[test] Assert CCv2 state callback behavior#12690
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
Conversation
This was referenced Oct 3, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 3, 2025
Contributor
✅ PR preview is ready!
|
Collaborator
Author
Contributor
📈 Python coverage change detectedThe Python unit test coverage has increased by 0.0100%
✅ Coverage change is within normal range. Coverage by files
|
Contributor
📈 Significant wheel size change detectedThe wheel file size has increased by 0.32% (threshold: 0.25%)
Please verify this change is expected. |
2598e85 to
7c553b7
Compare
2623ec3 to
2b101a5
Compare
7c553b7 to
1295e69
Compare
2b101a5 to
9ec2a6f
Compare
0e083c7 to
d0f45ed
Compare
97084a4 to
fc4954d
Compare
ff5b44b to
9604cf7
Compare
fc4954d to
98ef936
Compare
9604cf7 to
1314d8e
Compare
98ef936 to
73b2ae0
Compare
1314d8e to
5698069
Compare
73b2ae0 to
22a84e7
Compare
5698069 to
ce91161
Compare
22a84e7 to
5723474
Compare
ce91161 to
3635ec7
Compare
5723474 to
0d2e573
Compare
81a8d12 to
ddfaa04
Compare
a22accf to
2d98ffb
Compare
ddfaa04 to
dba66a9
Compare
2d98ffb to
e9765f7
Compare
dba66a9 to
9fb2487
Compare
27ba1f0 to
179b84b
Compare
9fb2487 to
c02067c
Compare
179b84b to
628f8d1
Compare
c02067c to
3b1d0dd
Compare
865ccc0 to
3b1d0dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Describe your changes
Added tests to verify that per-state callbacks in bidirectional components fire exclusively for their respective keys. The new test class
BidiComponentStateCallbackTestensures that:GitHub Issue Link (if applicable)
Testing Plan
BidiComponentStateCallbackTestthat verify the correct behavior of state-specific callbacks in bidirectional components.Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.