-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Suppress role selection if no roles available #6802
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6802 +/- ##
==========================================
- Coverage 53.73% 51.61% -2.13%
==========================================
Files 631 631
Lines 25146 25148 +2
Branches 2520 2521 +1
==========================================
- Hits 13513 12979 -534
- Misses 10959 11495 +536
Partials 674 674
*This pull request uses carry forward flags. Click here to find out more.
... and 101 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Current Playwright Test Results Summary✅ 14 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/14/2023 11:22:08pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 92566e7 Started: 07/14/2023 11:19:03pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Persistence operations @couchdb Can create an object after a conflict error @couchdb @2p
Retry 1 • Initial Attempt |
7.69% (4)4 / 52 runsfailed over last 7 days |
3.85% (2)2 / 52 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 133 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 07/14/2023 11:22:08pm UTC)
⚠️ Flakes
📄 functional/plugins/timer/timer.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Timer Can perform actions on the Timer
Retry 1 • Initial Attempt |
0% (0)0 / 110 runsfailed over last 7 days |
0.91% (1)1 / 110 runflaked over last 7 days |
📄 functional/plugins/plot/tagging.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Plot Tagging Tags work with Plot View of telemetry items
Retry 2 • Retry 1 • Initial Attempt |
0% (0)0 / 110 runsfailed over last 7 days |
25.45% (28)28 / 110 runsflaked over last 7 days |
Closes #6801
Describe your changes:
Checks if any roles are returned by the user provider. If none, then do not prompt the user to select a role.
All Submissions:
Author Checklist
Reviewer Checklist