falser101 commented on code in PR #23565:
URL: https://github.com/apache/pulsar/pull/23565#discussion_r1908238542


##########
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:
   So is Pulsar's testing going to switch to using JUnit 5 and remove testng?



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