heesung-sn commented on code in PR #23565:
URL: https://github.com/apache/pulsar/pull/23565#discussion_r1909727898


##########
pip/pip-390.md:
##########
@@ -0,0 +1,79 @@
+# PIP-390: Improve the reusability of Pulsar test code and best practices for 
unit and integration tests in Pulsar
+
+## Background
+
+- Pulsar integration tests are located in the `tests` module, which run on 
[testcontainers](https://github.com/testcontainers).
+- Pulsar unit tests are located in each module under the test scope, with many 
tests running on mocked (in-memory) Pulsar clusters. 
+- Currently, Pulsar tests run on the `testng` framework.

Review Comment:
   I realized this pip is too much ambitious, and I am not sure it is practical 
any more. I am thinking of closing this PIP.
   



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