jnioche opened a new pull request, #1852: URL: https://github.com/apache/stormcrawler/pull/1852
## Summary - Replaces manual `while`/`Thread.sleep` polling loops with Awaitility's `await().atMost().until()` across 9 test files in core, solr, opensearch, urlfrontier, and playwright modules - Centralizes the `awaitility` version (4.3.0) in the parent POM's `dependencyManagement`, removing duplicated version declarations from child modules - Adds the `awaitility` test dependency to solr, opensearch, and urlfrontier modules which were missing it ## Test plan - [ ] Verify `mvn install -DskipTests` succeeds (confirmed locally) - [ ] Run affected test suites: core, solr, opensearch, urlfrontier, playwright - [ ] Confirm no regressions in CI 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
