-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support to filter sessions/operations with session type #6049
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6049 +/- ##
============================================
- Coverage 61.06% 61.00% -0.06%
Complexity 23 23
============================================
Files 623 623
Lines 37168 37179 +11
Branches 5037 5041 +4
============================================
- Hits 22696 22681 -15
- Misses 12020 12039 +19
- Partials 2452 2459 +7 ☔ View full report in Codecov by Sentry. |
can we have test coverage? |
# 🔍 Description Support to filter sessions/operations with session type. ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6049 from turboFei/batch_interactive. Closes #6049 68390c7 [Wang, Fei] add ut bfc2cb8 [Fei Wang] save c1979c7 [Fei Wang] saev Lead-authored-by: Fei Wang <[email protected]> Co-authored-by: Wang, Fei <[email protected]> Signed-off-by: Wang, Fei <[email protected]> (cherry picked from commit d299da7) Signed-off-by: Wang, Fei <[email protected]>
thanks, merged to master and 1.9.1 |
🔍 Description
Support to filter sessions/operations with session type.
Issue References 🔗
This pull request fixes #
Describe Your Solution 🔧
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Types of changes 🔖
Test Plan 🧪
Behavior Without This Pull Request ⚰️
Behavior With This Pull Request 🎉
Related Unit Tests
Checklist 📝
Be nice. Be informative.