|
38 | 38 | --> |
39 | 39 | &reporting; |
40 | 40 |
|
| 41 | + <target name="all"> |
| 42 | + <antcall target="jdbc-all"/> |
| 43 | + </target> |
| 44 | + |
41 | 45 | <target name="jdbc-all"> |
42 | 46 | <delete> |
43 | 47 | <fileset dir="${env.APS_HOME}" includes="test_results*"/> |
|
49 | 53 | <fileset dir="." includes="*.output"/> |
50 | 54 | </delete> |
51 | 55 | <record name="jdbc.output" action="start"/> |
| 56 | + |
52 | 57 | <antcall target="run-tests"/> |
| 58 | + |
53 | 59 | <antcall target="report"> |
54 | 60 | <param name="htmlfile" value="${env.APS_HOME}/test_results.html"/> |
55 | 61 | </antcall> |
56 | 62 | <record name="jdbc.output" action="stop"/> |
| 63 | + </target> |
57 | 64 |
|
| 65 | + <target name="jdbc-group1"> |
| 66 | + <delete> |
| 67 | + <fileset dir="${env.APS_HOME}" includes="test_results*"/> |
| 68 | + </delete> |
| 69 | + <delete> |
| 70 | + <fileset dir="${env.APS_HOME}" includes="JDBCtest_results.html"/> |
| 71 | + </delete> |
| 72 | + <delete> |
| 73 | + <fileset dir="." includes="*.output"/> |
| 74 | + </delete> |
| 75 | + <record name="jdbc.output" action="start"/> |
| 76 | + |
| 77 | + <antcall target="run-tests1"/> |
| 78 | + |
| 79 | + <antcall target="report"> |
| 80 | + <param name="htmlfile" value="${env.APS_HOME}/test_results.html"/> |
| 81 | + </antcall> |
| 82 | + <record name="jdbc.output" action="stop"/> |
| 83 | + </target> |
| 84 | + |
| 85 | + <target name="jdbc-group2"> |
| 86 | + <delete> |
| 87 | + <fileset dir="${env.APS_HOME}" includes="test_results*"/> |
| 88 | + </delete> |
| 89 | + <delete> |
| 90 | + <fileset dir="${env.APS_HOME}" includes="JDBCtest_results.html"/> |
| 91 | + </delete> |
| 92 | + <delete> |
| 93 | + <fileset dir="." includes="*.output"/> |
| 94 | + </delete> |
| 95 | + <record name="jdbc.output" action="start"/> |
| 96 | + |
| 97 | + <antcall target="run-tests2"/> |
| 98 | + |
| 99 | + <antcall target="report"> |
| 100 | + <param name="htmlfile" value="${env.APS_HOME}/test_results.html"/> |
| 101 | + </antcall> |
| 102 | + <record name="jdbc.output" action="stop"/> |
| 103 | + </target> |
| 104 | + |
| 105 | + <target name="jdbc-group3"> |
| 106 | + <delete> |
| 107 | + <fileset dir="${env.APS_HOME}" includes="test_results*"/> |
| 108 | + </delete> |
| 109 | + <delete> |
| 110 | + <fileset dir="${env.APS_HOME}" includes="JDBCtest_results.html"/> |
| 111 | + </delete> |
| 112 | + <delete> |
| 113 | + <fileset dir="." includes="*.output"/> |
| 114 | + </delete> |
| 115 | + <record name="jdbc.output" action="start"/> |
| 116 | + |
| 117 | + <antcall target="run-tests3"/> |
| 118 | + |
| 119 | + <antcall target="report"> |
| 120 | + <param name="htmlfile" value="${env.APS_HOME}/test_results.html"/> |
| 121 | + </antcall> |
| 122 | + <record name="jdbc.output" action="stop"/> |
| 123 | + </target> |
| 124 | + |
| 125 | + <target name="jdbc-group4"> |
| 126 | + <delete> |
| 127 | + <fileset dir="${env.APS_HOME}" includes="test_results*"/> |
| 128 | + </delete> |
| 129 | + <delete> |
| 130 | + <fileset dir="${env.APS_HOME}" includes="JDBCtest_results.html"/> |
| 131 | + </delete> |
| 132 | + <delete> |
| 133 | + <fileset dir="." includes="*.output"/> |
| 134 | + </delete> |
| 135 | + <record name="jdbc.output" action="start"/> |
| 136 | + |
| 137 | + <antcall target="run-tests4"/> |
| 138 | + |
| 139 | + <antcall target="report"> |
| 140 | + <param name="htmlfile" value="${env.APS_HOME}/test_results.html"/> |
| 141 | + </antcall> |
| 142 | + <record name="jdbc.output" action="stop"/> |
| 143 | + </target> |
| 144 | + |
| 145 | + <target name="jdbc-group5"> |
| 146 | + <delete> |
| 147 | + <fileset dir="${env.APS_HOME}" includes="test_results*"/> |
| 148 | + </delete> |
| 149 | + <delete> |
| 150 | + <fileset dir="${env.APS_HOME}" includes="JDBCtest_results.html"/> |
| 151 | + </delete> |
| 152 | + <delete> |
| 153 | + <fileset dir="." includes="*.output"/> |
| 154 | + </delete> |
| 155 | + <record name="jdbc.output" action="start"/> |
| 156 | + |
| 157 | + <antcall target="run-tests5"/> |
| 158 | + |
| 159 | + <antcall target="report"> |
| 160 | + <param name="htmlfile" value="${env.APS_HOME}/test_results.html"/> |
| 161 | + </antcall> |
| 162 | + <record name="jdbc.output" action="stop"/> |
58 | 163 | </target> |
59 | 164 |
|
60 | 165 | <target name="jdbc-all-security"> |
|
68 | 173 | <fileset dir="." includes="*.output"/> |
69 | 174 | </delete> |
70 | 175 | <record name="jdbc.secman.output" action="start"/> |
| 176 | + |
71 | 177 | <antcall target="run-tests"/> |
| 178 | + |
72 | 179 | <antcall target="report"> |
73 | 180 | <param name="htmlfile" value="${env.APS_HOME}/JDBCSecuritytest_results.html"/> |
74 | 181 | </antcall> |
75 | 182 | <record name="jdbc.secman.output" action="stop"/> |
76 | 183 | </target> |
77 | 184 |
|
78 | 185 | <target name="run-tests"> |
| 186 | + <antcall target="run-tests1" /> |
| 187 | + <antcall target="run-tests2" /> |
| 188 | + <antcall target="run-tests3" /> |
| 189 | + <antcall target="run-tests4" /> |
| 190 | + <antcall target="run-tests5" /> |
| 191 | + </target> |
| 192 | + |
| 193 | + <target name="run-tests1"> |
79 | 194 | <ant dir="appauth" target="all"/> |
80 | 195 | <ant dir="appauthtx" target="all"/> |
81 | 196 | <ant dir="contauth" target="all"/> |
82 | 197 | <ant dir="contauthtx" target="all"/> |
83 | 198 | <ant dir="contauth1" target="all"/> |
84 | 199 | <ant dir="contauth1tx" target="all"/> |
85 | 200 | <ant dir="reconfig" target="all"/> |
86 | | - <ant dir="autocommit" target="all"/> |
87 | | - <ant dir="jdbcjmsauth" target="all"/> |
88 | | - <ant dir="nopasswdfordb" target="all"/> |
89 | | - <ant dir="txpassthrough" target="all"/> |
90 | | - <ant dir="txafternontx" target="all"/> |
91 | | - <ant dir="txafternontxjndi" target="all"/> |
92 | | - <ant dir="notxops" target="all"/> |
93 | | - <ant dir="nonacc" target="all"/> |
94 | | - <ant dir="lazyassoc" target="all"/> |
| 201 | + </target> |
| 202 | + |
| 203 | + <target name="run-tests2"> |
| 204 | + <ant dir="autocommit" target="all"/> |
| 205 | + <ant dir="jdbcjmsauth" target="all"/> |
| 206 | + <ant dir="nopasswdfordb" target="all"/> |
| 207 | + <ant dir="txpassthrough" target="all"/> |
| 208 | + <ant dir="txafternontx" target="all"/> |
| 209 | + <ant dir="txafternontxjndi" target="all"/> |
| 210 | + <ant dir="notxops" target="all"/> |
| 211 | + <ant dir="nonacc" target="all"/> |
| 212 | + <ant dir="lazyassoc" target="all"/> |
| 213 | + </target> |
| 214 | + |
| 215 | + <target name="run-tests3"> |
95 | 216 | <ant dir="markconnectionasbad.local" target="all"/> |
96 | 217 | <ant dir="markconnectionasbad.xa" target="all"/> |
97 | 218 | <ant dir="statementwrapper" target="all"/> |
|
104 | 225 | <ant dir="conval" target="all-assoc-with-thread"/> |
105 | 226 | <ant dir="connleaktracing" target="all"/> |
106 | 227 | <ant dir="conncreationretry" target="all"/> |
| 228 | + </target> |
| 229 | + |
| 230 | + <target name="run-tests4"> |
107 | 231 | <ant dir="validateatmostonceperiod" target="all"/> |
108 | 232 | <ant dir="connsharing" target="nonxa"/> |
109 | 233 | <ant dir="connsharing/nonxa" target="all-assoc-with-thread"/> |
|
114 | 238 | <ant dir="dmmcf" target="all"/> |
115 | 239 | <ant dir="dmmcf.markconnectionasbad.xa" target="all"/> |
116 | 240 | <ant dir="dmmcf.appclient" target="all"/> |
| 241 | + </target> |
| 242 | + |
| 243 | + <target name="run-tests5"> |
117 | 244 | <ant dir="tracingsql" target="all"/> |
118 | 245 | <ant dir="datasource40" target="all"/> |
119 | 246 | <ant dir="custom-validation" target="all"/> |
120 | 247 | <ant dir="custom-validation-1" target="all"/> |
121 | 248 | <ant dir="flushconnectionpool" target="all"/> |
122 | 249 | <ant dir="connleakreclaimnotify" target="all"/> |
123 | 250 | <ant dir="stmtCaching_hit_miss.monitoring" target="all"/> |
124 | | - <!--ant dir="transparent-pool-reconfig" target="all"/--> |
125 | | - <!--ant dir="transparent-pool-reconfig-resources-xml" target="all"/--> |
126 | | - <!--ant dir="sqltracemonitoring" target="all"/--> |
127 | | - <!--ant dir="statementleakdetection" target="all"/--> |
128 | | - <!--ant dir="appbasedMonitoring" target="all"/--> |
129 | 251 | <ant dir="jpa-dsd" target="all" /> |
130 | 252 | <ant dir="jpa-dsd" target="all-appclient-exposed-dsd"/> |
131 | 253 | <ant dir="stmtCaching_hit_miss.fixed" target="all"/> |
132 | | - |
133 | | - <!--<antcall target="all-oracle"/>--> |
134 | 254 | </target> |
135 | 255 |
|
136 | 256 | <target name="ee-all"> |
|
180 | 300 | <record name="jdbc.output" action="stop"/> |
181 | 301 | </target> |
182 | 302 |
|
183 | | - <target name="all"> |
184 | | - <antcall target="jdbc-all"/> |
185 | | - </target> |
186 | | - |
187 | 303 | <target name="all-oracle"> |
188 | 304 | <record name="jdbc-oracle.output" action="start"/> |
189 | 305 | <ant dir="connsharing" target="xa"/> |
|
249 | 365 | <ant dir="simple" target="all"/> |
250 | 366 | <record name="simple.output" action="stop"/> |
251 | 367 | </target> |
| 368 | + |
252 | 369 | <target name="reconfig-test"> |
253 | 370 | <record name="reconfig.output" action="start"/> |
254 | 371 | <ant dir="reconfig" target="all"/> |
|
0 commit comments