-
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
Add strategy latest and timeContext to auto flow tabular and gauge views #6960
Conversation
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 08/21/2023 09:09:21pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 69fec89 Started: 08/21/2023 09:03:33pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Display Layout When multiple plots are contained in a layout, we only ask for annotations once @couchdb
Retry 1 • Initial Attempt |
15% (9)9 / 60 runsfailed over last 7 days |
23.33% (14)14 / 60 runsflaked over last 7 days |
📄 functional/couchdb.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
CouchDB Status Indicator with mocked responses @couchdb Shows unknown if it receives an unexpected response code
Retry 1 • Initial Attempt |
0% (0)0 / 60 runsfailed over last 7 days |
6.67% (4)4 / 60 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 136 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 08/21/2023 09:09:21pm UTC)
⚠️ Flakes
📄 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 Overlay Plots
Retry 2 • Retry 1 • Initial Attempt |
10.49% (17)17 / 162 runsfailed over last 7 days |
29.01% (47)47 / 162 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
0% (0)0 / 194 runsfailed over last 7 days |
53.09% (103)103 / 194 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 162 runsfailed over last 7 days |
42.59% (69)69 / 162 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6960 +/- ##
==========================================
+ Coverage 48.29% 48.33% +0.03%
==========================================
Files 643 643
Lines 25719 25721 +2
Branches 2512 2512
==========================================
+ Hits 12422 12433 +11
+ Misses 12817 12807 -10
- Partials 480 481 +1
*This pull request uses carry forward flags. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…tabular and gauge views (#6960)
Closes VIPEROMCT-393
Describe your changes:
Autoflow tabular and gauge views were missing timeContexts (which enable some telemetry providers to optimize requests)
All Submissions:
Author Checklist
Reviewer Checklist