-
Notifications
You must be signed in to change notification settings - Fork 1.3k
ui: don't skip if dataview has multiple items in response #7947
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
Conversation
This would fix the case of multiple items return in API response for a resource such as a template or ISO in case of multi-zone env. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
|
@rohityadavcloud a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
weizhouapache
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified OK on an environment with 2 zones
|
@rohityadavcloud could this fix cause regressions on PR #7846 which introduced the check? |
|
UI build: ✔️ |
shwstppr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
|
I've tested for #7846 and can't reproduce the issue with this fix, I think this PR should address @rajujith 's issue and not cause further regression. Thank @rajujith @weizhouapache for reporting. |
|
@blueorangutan package |
|
@rohityadavcloud a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
nvazquez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rohityadavcloud - LGTM
Codecov Report
@@ Coverage Diff @@
## 4.18 #7947 +/- ##
============================================
- Coverage 13.06% 13.06% -0.01%
+ Complexity 9097 9096 -1
============================================
Files 2720 2720
Lines 257465 257465
Branches 40146 40146
============================================
- Hits 33643 33634 -9
- Misses 219594 219604 +10
+ Partials 4228 4227 -1 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6989 |
rajujith
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue is no longer observed in environments with 2 zones.


This would fix the case of multiple items return in API response for a resource such as a template or ISO in case of multi-zone env.
Types of changes