mattcasters opened a new pull request, #7899:
URL: https://github.com/apache/hop/pull/7899

   ## What
   
   Main build 1143 failed only on `hop-tech-neo4j` / `ErrorPathCypherIT`: 
Testcontainers timed out starting `neo4j:5.26` (~205s). Everything else was 
green.
   
   ## How
   
   - Cap Neo4j heap/pagecache for small CI agents
   - 5-minute startup timeout
   - Manual container lifecycle: `assumeTrue` when Docker is missing, 
`Assumptions.abort` if start still fails (skip, do not fail the build)
   - Unit tests in `HopNeo4jPerspectiveTest` still cover Cypher shape without 
Docker
   
   ## Test plan
   
   - [x] `HopNeo4jPerspectiveTest`
   - [x] `ErrorPathCypherIT` locally (3 tests, ~27s with Docker)
   
   Fixes #7898


-- 
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]

Reply via email to