Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 830af2b

Browse files
author
SAMEER PANDIT
committed
OSGI timestamp workaround, add gating tests for master, archive the domains
1 parent 8aa2238 commit 830af2b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

main/appserver/tests/common_test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ test_init(){
7373
ANT_HOME=/net/gf-hudson/scratch/gf-hudson/export2/hudson/tools/ant-1.7.1; export ANT_HOME
7474
APS_HOME=$WORKSPACE/main/appserver/tests/appserv-tests; export APS_HOME
7575
TEST_RUN_LOG=tests-run.log; export TEST_RUN_LOG
76+
#workaround for OSGI timestamp issue
77+
find $S1AS_HOME -type f | xargs touch > /dev/null
7678
echo S1AS_HOME is $S1AS_HOME
7779
echo ANT_HOME is $ANT_HOME
7880
echo APS_HOME is $APS_HOME
@@ -122,6 +124,7 @@ unzip_test_resources(){
122124

123125
copy_test_artifects(){
124126
printf "\n%s \n\n" "===== COPY TEST ARTIFECTs ====="
127+
zip -r $WORKSPACE/results/domainArchive.zip $S1AS_HOME/domains
125128
cp $S1AS_HOME/domains/domain1/logs/server.log* $WORKSPACE/results/ || true
126129
cp $TEST_RUN_LOG $WORKSPACE/results/
127130
cp $WORKSPACE/bundles/version-info.txt $WORKSPACE/results/
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1+
sqe_smoke_all
2+
security_all
3+
admin_cli_all
4+
deployment_all
5+
deployment_cluster_all
6+
ejb_all
7+
ejb_timer_cluster_all
8+
ejb_web_all
9+
transaction_ee_all
10+
cdi_all
111
ql_gf_full_profile_all
12+
ql_gf_nucleus_all
13+
ql_gf_web_profile_all
14+
ql_gf_embedded_profile_all
15+
nucleus_admin_all
16+
cts_smoke_all
17+
servlet_tck_all
18+
findbugs_all

0 commit comments

Comments
 (0)