gnodet commented on PR #25124: URL: https://github.com/apache/camel/pull/25124#issuecomment-5100787024
## ✅ Local IT results for `4a035336c97a` **Test-infra module**: `camel-test-infra-docling` **Components tested**: `camel-docling` ### Results | IT Class | Tests | Pass | Fail | Errors | Notes | |---|---|---|---|---|---| | ChunkingIT | 6 | 6 | 0 | 0 | ✅ | | BatchProcessingIT | 8 | 8 | 0 | 0 | ✅ | | DoclingServeProducerIT | 16 | 16 | 0 | 0 | ✅ | | MetadataExtractionIT | 10 | 9 | **1** | 0 | ⚠️ title=null (fixed) | | OcrExtractionIT | 6 | 0 | 0 | 6 | 🔧 env: fontconfig missing | | ExtractStructuredDataIT | 3 | 2 | 0 | 1 | 🔧 env: CPU-only timeout | ### Fix Applied **MetadataExtractionIT.testMetadataExtractionFromPdf** (line 74): docling v1.27.0 no longer labels the first heading in `multi_page.pdf` as `DocItemLabel.TITLE`, so `extractTitle()` correctly returns `null`. Updated the assertion to accept both the previous title value and null (`4a035336c97`). The OcrExtractionIT and ExtractStructuredDataIT errors are **not container-related** — they are local environment issues (missing fontconfig for image rendering, CPU-only timeout for ML processing). > _Local integration tests run by ForgeBot on behalf of @gnodet_ > _Tests run without `-Dci.env.name` to include ITs disabled on GitHub Actions CI_ -- 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]
