From 4c1f31b9cec614305d352802b9818855ef3b12ef Mon Sep 17 00:00:00 2001 From: Prathamesh Baviskar Date: Tue, 18 Aug 2026 07:12:04 +0000 Subject: [PATCH] [PECOBLR-3873] Implement fix Signed-off-by: Prathamesh Baviskar --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b966dc57f..6e0d745785 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,6 +123,10 @@ Note that when running the repository tests using maven or editor, logs will be extension built on [WireMock](https://wiremock.org/), which helps simulate production-like environments while reducing reliance on live systems. This approach improves CI/CD efficiency. For more details on the testing framework, refer to the repository's [README.md](https://github.com/databricks/databricks-jdbc/blob/main/README.md). +- To run a single test, use: + ```bash + mvn test -pl . -Dtest=ClassName#methodName + ``` ## Coding Style