You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`crsql_automigrate` is implemented, but `zig/harness/test-automigrate.sh` reports `15/17` passing due to **shell escaping issues** (per TASK-076 completion notes and delegate evidence). This task fixes the test harness so the failing cases exercise the implementation correctly.
24
+
25
+
Constraints:
26
+
- This is a **test-only** task.
27
+
- Do not change `zig/src/automigrate.zig` or other implementation files.
28
+
29
+
## Files to Modify
30
+
-`zig/harness/test-automigrate.sh`
31
+
- (optional) `zig/harness/test-parity.sh` (only if it needs to report automigrate results consistently)
0 commit comments