This is an automated email from the ASF dual-hosted git repository.
kharekartik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 217b731085 try fixing CI error by running unit tests single-threadedly
(#16098)
217b731085 is described below
commit 217b731085c443bd6cc43e713c8ff0cd1126a179
Author: Song Fu <[email protected]>
AuthorDate: Thu Jun 12 22:52:47 2025 -0700
try fixing CI error by running unit tests single-threadedly (#16098)
---
.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh
b/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh
index 562bbb2955..19229c7078 100755
--- a/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh
+++ b/.github/workflows/scripts/pr-tests/.pinot_tests_unit.sh
@@ -29,7 +29,7 @@ netstat -i
# - TEST_SET#1 runs install and test together so the module list must ensure
no additional modules were tested
# due to the -am flag (include dependency modules)
if [ "$RUN_TEST_SET" == "1" ]; then
- mvn test -T 16 \
+ mvn test \
-pl 'pinot-spi' \
-pl 'pinot-segment-spi' \
-pl 'pinot-common' \
@@ -40,7 +40,7 @@ if [ "$RUN_TEST_SET" == "1" ]; then
-P github-actions,codecoverage,no-integration-tests || exit 1
fi
if [ "$RUN_TEST_SET" == "2" ]; then
- mvn test -T 16 \
+ mvn test \
-pl '!pinot-spi' \
-pl '!pinot-segment-spi' \
-pl '!pinot-common' \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]