lewismc commented on PR #826:
URL: https://github.com/apache/nutch/pull/826#issuecomment-2415673551

   Hi @HiranChaudhuri now that you've activated the plugin `test` target, I 
suggest that we implement the unit tests using the test-containers utility. An 
example can be found at 
https://java.testcontainers.org/quickstart/junit_4_quickstart/.
   For example we could use 
   ```
   @Rule
   public GenericContainer redis = new 
GenericContainer(DockerImageName.parse("ndipiazza/smbj-inttest:1.1"))
       .withExposedPorts(445);
   ```
   Please let me know your thoughts on this.


-- 
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: dev-unsubscr...@nutch.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to