Commit 83f6dee
fix: resolve benchmark test failures and CI hanging issues
**Benchmark Test Fixes:**
- Fix auto mode fallback test to handle missing spaCy gracefully
- Add intelligent test skipping when nlp extra not available
- Handle broken IP_ADDRESS regex pattern with empty match detection
- Improve test robustness across different CI environments
**CI/CD Improvements:**
- Install nlp extra in benchmark workflow to enable spaCy testing
- Install nlp,ocr extras in main CI for comprehensive test coverage
- Resolve hanging checks by ensuring proper dependency installation
- Enable proper auto mode fallback testing in CI environment
**Test Enhancements:**
- Add meaningful regex entity filtering to avoid false positives
- Graceful degradation when spaCy unavailable vs test failure
- Better error messages and skip conditions for debugging
- Maintain benchmark performance measurement regardless of engine availability
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9882cfa commit 83f6dee
File tree
3 files changed
+32
-14
lines changed- .github/workflows
- tests
3 files changed
+32
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
140 | 162 | | |
141 | 163 | | |
142 | 164 | | |
143 | 165 | | |
144 | 166 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 167 | + | |
| 168 | + | |
150 | 169 | | |
151 | | - | |
152 | 170 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
158 | 174 | | |
159 | | - | |
| 175 | + | |
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
| 179 | + | |
| 180 | + | |
163 | 181 | | |
164 | 182 | | |
165 | 183 | | |
| |||
0 commit comments