jnioche opened a new pull request, #8451: URL: https://github.com/apache/storm/pull/8451
## Summary - Ports 9 Trident integration tests from `storm-core/test/clj/integration/org/apache/storm/trident/integration_test.clj` to `storm-server/src/test/java/org/apache/storm/trident/TridentIntegrationTest.java` - Replaces `Thread.sleep` in the committer spout freeze test with Awaitility - Part of the Clojure test migration effort (Phase 6 of #8445) ### Tests ported | Clojure test | Java test | |---|---| | `test-memory-map-get-tuples` | `testMemoryMapGetTuples` | | `test-word-count` | `testWordCount` | | `test-word-count-committer-spout` | `testWordCountCommitterSpout` | | `test-count-agg` | `testCountAgg` | | `test-split-merge` | `testSplitMerge` | | `test-multiple-groupings-same-stream` | `testMultipleGroupingsSameStream` | | `test-multi-repartition` | `testMultiRepartition` | | `test-stream-projection-validation` | `testStreamProjectionValidation` | | `test-set-component-resources` | `testSetComponentResources` | ## Test plan - [x] All 9 tests pass: `mvn test -pl storm-server -Dtest=org.apache.storm.trident.TridentIntegrationTest` - [ ] Existing tests unaffected: `mvn test -pl storm-server` 🤖 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]
