Commit 35ffb6c
fix(mountfuse): implement WriteFilesBulk on fakeRemoteClient
The mountsync.RemoteClient interface gained WriteFilesBulk in this PR,
but internal/mountfuse/fuse_test.go's fakeRemoteClient was not updated
to satisfy the widened interface — Go Test CI broke across the whole
module with "missing method WriteFilesBulk" for every fuse test.
Add a stub that returns an empty BulkWriteResponse — mountfuse tests
never exercise the bulk path. If a future test does, widen the stub
with a files table + error toggle similar to writeFileErr.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 433e0bb commit 35ffb6c
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
59 | 66 | | |
60 | 67 | | |
61 | 68 | | |
| |||
0 commit comments