This is an automated email from the ASF dual-hosted git repository.
bipinprasad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new e32bcd4da STORM-3914 - Several External Modules as not being tested
for JDK 11 (#3561)
e32bcd4da is described below
commit e32bcd4da7089acd5388c89e2593c28546eafd5b
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Aug 16 00:25:47 2023 +0200
STORM-3914 - Several External Modules as not being tested for JDK 11 (#3561)
---
dev-tools/gitact/gitact-script.sh | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-tools/gitact/gitact-script.sh
b/dev-tools/gitact/gitact-script.sh
index c3e1a309f..420943836 100755
--- a/dev-tools/gitact/gitact-script.sh
+++ b/dev-tools/gitact/gitact-script.sh
@@ -41,12 +41,7 @@ then
TEST_MODULES=storm-core
elif [ "$2" == "External" ]
then
- if [ "$JDK_VERSION" == "11" ]
- then
-
TEST_MODULES='!storm-client,!storm-server,!storm-core,!storm-webapp,!storm-shaded-deps,!external/storm-cassandra,!external/storm-hive,!external/storm-hdfs,!external/storm-hbase,!sql/storm-sql-external/storm-sql-hdfs,!external/storm-hdfs-blobstore'
- else
-
TEST_MODULES='!storm-client,!storm-server,!storm-core,!storm-webapp,!storm-shaded-deps'
- fi
+
TEST_MODULES='!storm-client,!storm-server,!storm-core,!storm-webapp,!storm-shaded-deps'
fi
# We should be concerned that Travis CI could be very slow because it uses VM
export STORM_TEST_TIMEOUT_MS=150000