rangareddy commented on issue #17390: URL: https://github.com/apache/hudi/issues/17390#issuecomment-5351243429
This issue was reviewed as part of the JIRA-migrated backlog triage (HUDI-9126). **Findings: still open; here is the current size of the problem.** As of `master` there are **84 `@Disabled` annotations across 53 test files** (`git grep -c '@Disabled'` over `*.java` and `*.scala`). Several individual instances are already tracked as sibling tickets under the same parent effort, and are worth linking here rather than re-discovering: - #17325 - `TestHiveIncrementalPuller#testPuller` (blocker reason is stale, avro is now 1.11.4) - #17326 - `TestHoodieDeltaStreamer#testAsyncClusteringServiceSparkRecordType` - #17330 - four disabled entry points in `hudi-aws` - #17331 - `ITTestCommitsCommand` (class-level disable) - #17332 - `testCleaningArchivingAndCompaction` (PR #12656 open) - #17333 - `TestClusteringUtils#testClusteringPlanInflight` (blocker resolved, one-line fix) - #17334 - `ITTestHoodieDemo#testParquetDemo` A pattern worth acting on first: several of these carry `@Disabled` **without** `@Test`, so simply deleting the annotation will not re-register them with JUnit. And at least two name blockers (avro 1.10.2, AVRO-3789) that no longer exist on current dependency versions. The missing first deliverable for this ticket is the classification itself - which of the 84 are "critical". That list does not exist yet. Keeping this open. -- 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]
