-
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 script to delete annotations #7069
Add script to delete annotations #7069
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7069 +/- ##
==========================================
- Coverage 55.51% 55.50% -0.02%
==========================================
Files 649 649
Lines 26054 26054
Branches 2547 2547
==========================================
- Hits 14465 14462 -3
- Misses 10888 10889 +1
- Partials 701 703 +2
*This pull request uses carry forward flags. Click here to find out more. see 8 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 09/22/2023 01:18:57pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 8a62003 Started: 09/22/2023 01:16:46pm UTC Current Playwright Test Results Summary✅ 139 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/22/2023 01:18:57pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Timer Can perform actions on the Timer
Retry 1 • Initial Attempt |
0.92% (1)1 / 109 runfailed over last 7 days |
11.01% (12)12 / 109 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
1.33% (1)1 / 75 runfailed over last 7 days |
82.67% (62)62 / 75 runsflaked over last 7 days |
Looks great. Let's try this on a real dataset. We can update the readme to simply match what you've provided in the PR Comments Let's be very explicit and make individual package scripts. deleteAnnotations:openmct
deleteAnnotations:openmct:all
deleteAnnotations:openmct:pixel_spatial
deleteAnnotations:openmct:blah
deleteAnnotations:openmct:blah |
@scottbell can you figure out why |
Could you please point me to the build failure? I'm not seeing it in this PR |
…:nasa/openmct into 7056-couchdb-add-couchdb-scripts-to-repo
@unlikelyzero This Couch one?
|
I figured it out @unlikelyzero. It's because we debounce the URL navigator, so switching to real-time mode (which is required for this test to work) isn't always saved in time in the URL. If it hasn't switched by the time we get to the reload, we're still in fixed-time mode, and we ask for annotations. |
Closes #7056
Describe your changes:
Add script to delete annotations, e.g., from
src/plugins/persistence/couch
:will delete all image tags.
will delete all tags.
will print help options.
All Submissions:
Author Checklist
Reviewer Checklist