- Notifications
You must be signed in to change notification settings - Fork3
chore: add file sync daemon tests#129
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ethanndickson commentedApr 4, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed byGraphite. Learn more aboutstacking. |
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 9 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Makefile: Language not supported
Comments suppressed due to low confidence (2)
Coder-Desktop/VPNLib/FileSync/FileSyncManagement.swift:22
- The syntax 'do throws(DaemonError)' is not valid in Swift. Replace it with a standard 'do {' block for error handling.
do throws(DaemonError) {
Coder-Desktop/VPNLib/FileSync/FileSyncManagement.swift:20
- [nitpick] Consider renaming the parameter 'arg' to a more descriptive name such as 'request' for improved clarity.
func createSession(arg: CreateSyncSessionRequest) async throws(DaemonError) {
Uh oh!
There was an error while loading.Please reload this page.
2b10e0e
toe48c66a
Compare968fa7b
toa553fb6
Comparea74e32f
to0cae729
Compareethanndickson commentedApr 9, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
0cae729
toe2a0f1b
Compare8067574
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
These are just regression tests for the core file sync daemon functionality.
Also has sync sessions ignore VCS directories by default, as per the file sync RFC.