Commit 42f27ab
authored
apacheGH-47978: [C++][Parquet][CI] Add more compression codecs to fuzzing seed corpus (apache#47979)
### Rationale for this change
1. Add more compression codecs to seed corpus
2. Tweak fuzz target to make fuzzing slightly faster (around ~30% locally according to my measurements), which will allow testing more mutations per day
### Are these changes tested?
Not specifically by CI, but hopefully they will make fuzzing more efficient.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#47978
Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Antoine Pitrou <antoine@python.org>1 parent b2190db commit 42f27ab
File tree
3 files changed
+73
-24
lines changed- cpp/src/parquet
- arrow
3 files changed
+73
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
84 | 104 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
94 | 115 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
98 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
99 | 136 | | |
100 | 137 | | |
101 | 138 | | |
| 139 | + | |
102 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
103 | 146 | | |
104 | 147 | | |
105 | 148 | | |
| |||
255 | 298 | | |
256 | 299 | | |
257 | 300 | | |
258 | | - | |
259 | | - | |
260 | 301 | | |
261 | 302 | | |
262 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1414 | 1414 | | |
1415 | 1415 | | |
1416 | 1416 | | |
1417 | | - | |
1418 | 1417 | | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
1422 | 1431 | | |
1423 | 1432 | | |
1424 | 1433 | | |
1425 | 1434 | | |
1426 | | - | |
1427 | 1435 | | |
1428 | | - | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
1429 | 1440 | | |
1430 | 1441 | | |
1431 | | - | |
| 1442 | + | |
1432 | 1443 | | |
1433 | 1444 | | |
1434 | 1445 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
328 | | - | |
329 | 327 | | |
330 | 328 | | |
331 | 329 | | |
| |||
1198 | 1196 | | |
1199 | 1197 | | |
1200 | 1198 | | |
1201 | | - | |
1202 | 1199 | | |
1203 | 1200 | | |
1204 | 1201 | | |
| |||
0 commit comments