Commit 614e266
authored
test: use a fixed length name for temp directories (#2544)
Most of the time `os.MkdirTemp` creates directories with the same number
of characters, but its not required to and will occasionally has one
less character than what is common, which can result in the table output
being slightly different.
This is compounded by us replacing the temp directory with a fixed
string `<tempdir>` marker, as it ends up looking like the table marks
are just randomly changing for no reason 🤦1 parent a796e33 commit 614e266
1 file changed
+13
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
108 | 120 | | |
109 | 121 | | |
110 | 122 | | |
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
114 | | - | |
115 | | - | |
| 126 | + | |
116 | 127 | | |
117 | 128 | | |
118 | 129 | | |
| |||
0 commit comments