-
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
cherry-pick(#6929): Condition sets now provide the timeContext they're using when sending requests #6959
Conversation
… using when sending requests (#6929) * Send in the timeContext for requests * Fix failing test --------- Co-authored-by: Scott Bell <[email protected]>
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/18/2023 04:33:05pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 42dc55e Started: 08/18/2023 04:26:49pm UTC Current Playwright Test Results Summary✅ 137 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/18/2023 04:33:05pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Display Layout independent time works with display layouts and its children
Retry 1 • Initial Attempt |
0% (0)0 / 169 runsfailed over last 7 days |
1.18% (2)2 / 169 runsflaked over last 7 days |
📄 functional/plugins/telemetryTable/telemetryTable.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1 • Initial Attempt |
3.52% (5)5 / 142 runsfailed over last 7 days |
16.20% (23)23 / 142 runsflaked over last 7 days |
📄 functional/plugins/conditionSet/conditionSet.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Basic Condition Set Use ConditionSet should output blank instead of the default value
Retry 1 • Initial Attempt |
13.33% (12)12 / 90 runsfailed over last 7 days |
32.22% (29)29 / 90 runsflaked 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 Overlay Plots
Retry 2 • Retry 1 • Initial Attempt |
11.03% (16)16 / 145 runsfailed over last 7 days |
24.83% (36)36 / 145 runsflaked over last 7 days |
📄 functional/plugins/plot/autoscale.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Autoscale User can set autoscale with a valid range @snapshot
Retry 1 • Initial Attempt |
0% (0)0 / 147 runsfailed over last 7 days |
5.44% (8)8 / 147 runsflaked over last 7 days |
Please add a link to the issue(s) the original PR is closing in the body of the cherry-pick PR for traceability |
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.
LGTM
Original issue: #6928