Commit c7308fb
committed
tests(fix[test_sync]) Create non-empty repos in sync fixtures
why: create_git_remote_repo() without post_init creates empty repos
(no commits). The new libvcs error handling correctly reports
rev-list HEAD failure on empty repos, causing 8 test failures.
what:
- Import git_remote_repo_single_commit_post_init from libvcs
- Pass it as remote_repo_post_init to all create_git_remote_repo() calls
- Update uv.lock to include libvcs _all parameter fix1 parent f035455 commit c7308fb
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
255 | 258 | | |
256 | 259 | | |
257 | 260 | | |
258 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
259 | 264 | | |
260 | 265 | | |
261 | | - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
262 | 269 | | |
263 | 270 | | |
264 | 271 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments