Skip to content
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

Wait for bounds change to reset telemetry collection data #6857

Merged
merged 5 commits into from
Jul 31, 2023

Conversation

shefalijoshi
Copy link
Contributor

@shefalijoshi shefalijoshi commented Jul 30, 2023

Closes #6813

Describe your changes:

Reset and re-request telemetry only after receiving bounds following a mode change

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?
  • Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
  • Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)

@deploysentinel
Copy link

deploysentinel bot commented Jul 30, 2023

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/31/2023 06:14:55pm UTC)

Run Details

Running Workflow e2e-couchdb on Github Actions

Commit: f6f2a46

Started: 07/31/2023 06:12:42pm UTC

View Detailed Build Results


Current Playwright Test Results Summary

✅ 131 Passing - ⚠️ 4 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 07/31/2023 06:14:55pm UTC)

Run Details

Running Job e2e-stable on CircleCI

Commit: f6f2a46

Started: 07/31/2023 06:02:38pm UTC

⚠️ Flakes

📄   functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 2 Flakes

Top 1 Common Error Messages

null

2 Test Cases Affected

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 1Initial Attempt
0% (0) 0 / 75 runs
failed over last 7 days
18.67% (14) 14 / 75 runs
flaked over last 7 days
Restricted Notebook with a page locked and with an embed @addinit Disallows embeds to be deleted if page locked @addinit
Retry 1Initial Attempt
1.33% (1) 1 / 75 run
failed over last 7 days
18.67% (14) 14 / 75 runs
flaked 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 1Initial Attempt
1.39% (1) 1 / 72 run
failed over last 7 days
11.11% (8) 8 / 72 runs
flaked over last 7 days

📄   functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Example Imagery Object Can use independent time conductor to change time
Retry 2Retry 1Initial Attempt
18.29% (15) 15 / 82 runs
failed over last 7 days
15.85% (13) 13 / 82 runs
flaked over last 7 days

View Detailed Build Results


@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #6857 (f6f2a46) into master (50559ac) will increase coverage by 0.83%.
The diff coverage is 47.82%.

@@            Coverage Diff             @@
##           master    #6857      +/-   ##
==========================================
+ Coverage   47.79%   48.63%   +0.83%     
==========================================
  Files         643      643              
  Lines       25618    25626       +8     
  Branches     2507     2505       -2     
==========================================
+ Hits        12244    12462     +218     
+ Misses      12897    12669     -228     
- Partials      477      495      +18     
Flag Coverage Δ *Carryforward flag
e2e-full 42.00% <ø> (+<0.01%) ⬆️ Carriedforward from 50559ac
e2e-stable 56.25% <78.57%> (+1.17%) ⬆️
unit 39.44% <47.82%> (+0.74%) ⬆️

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
src/plugins/imagery/components/ImageryView.vue 42.21% <0.00%> (+0.77%) ⬆️
...ry/components/RelatedTelemetry/RelatedTelemetry.js 10.29% <25.00%> (+1.33%) ⬆️
src/api/telemetry/TelemetryAPI.js 88.46% <100.00%> (+0.11%) ⬆️
src/api/telemetry/TelemetryCollection.js 86.31% <100.00%> (-0.18%) ⬇️

... and 35 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50559ac...f6f2a46. Read the comment docs.

@khalidadil khalidadil added the pr:e2e:couchdb npm run test:e2e:couchdb label Jul 31, 2023
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Jul 31, 2023
@khalidadil khalidadil enabled auto-merge (squash) July 31, 2023 17:47
@khalidadil khalidadil added the pr:e2e:couchdb npm run test:e2e:couchdb label Jul 31, 2023
@github-actions github-actions bot removed the pr:e2e:couchdb npm run test:e2e:couchdb label Jul 31, 2023
@khalidadil khalidadil merged commit f705bf9 into master Jul 31, 2023
9 checks passed
@khalidadil khalidadil deleted the fix-imagery-invalid-date branch July 31, 2023 18:15
@ozyx ozyx removed the unverified label Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Time Conductor + Imagery] Console error when adjusting start or end bounds for imagery
3 participants