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
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>
0 commit comments