-
Notifications
You must be signed in to change notification settings - Fork 3.3k
internal: (studio) enable studio to access the protocol database with a new connection #31502
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
Conversation
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.
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
cypress
|
Project |
cypress
|
Branch Review |
ryanm/chore/full-snapshot-threaded
|
Run status |
|
Run duration | 11m 35s |
Commit |
|
Committer | Ryan Manuel |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
672
|
View all changes introduced in this branch ↗︎ |
UI Coverage
37.81%
|
|
---|---|
|
125
|
|
76
|
Accessibility
92.18%
|
|
---|---|
|
3 critical
7 serious
1 moderate
1 minor
|
|
525
|
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.
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Additional details
In order to not block the main thread with full snapshot generation, we are going to move this logic to a worker thread. In order to access the protocol database from within a worker thread, we need to provide the path to the database rather than the database itself. In addition, we need to provide enough information to properly load in
better-sqlite3
in the worker thread and make sure it's properly accessible in the binary.Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?