Commit 3087d8c
authored
Fix snapshot filename collisions on case-insensitive filesystems (github#2)
All SDK test harnesses now generate lowercase snapshot filenames to avoid
collisions when checking out on macOS/Windows (case-insensitive filesystems).
- Node.js: Added .toLowerCase() to filename generation
- Go: Added strings.ToLower() to filename generation
- .NET: Simplified to single regex + ToLowerInvariant()
- Python: Added .lower() to filename generation
Also renamed existing snapshot files to lowercase and removed duplicates
that only differed by case.1 parent 088fc1c commit 3087d8c
File tree
16 files changed
+6
-43
lines changed- dotnet/test/Harness
- go/e2e/testharness
- nodejs/test/e2e/harness
- python/e2e/testharness
- test/snapshots
- ask
- combinedconfiguration
- mcp-and-agents
- mcpservers
- permissions
- session
16 files changed
+6
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
0 commit comments