File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed
Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 170170 <artifactId >maven-surefire-plugin</artifactId >
171171 <version >3.0.0-M5</version >
172172 <executions >
173- <!-- e2e test with flink/zookeeper cluster, we set forkCount=1 -->
173+ <!-- Test end with ITCase is e2e test in this module -->
174174 <execution >
175- <id >e2e-tests</id >
176- <phase >test</phase >
175+ <id >integration-tests</id >
176+ <phase >integration-test</phase >
177+ <inherited >false</inherited >
177178 <goals >
178179 <goal >test</goal >
179180 </goals >
180181 <configuration >
181182 <includes >
182- <!-- Test end with ITCase is e2e test in this module -->
183183 <include >**/*ITCase.*</include >
184184 </includes >
185+ <!-- e2e test with flink/zookeeper cluster, we set forkCount=1 -->
185186 <forkCount >1</forkCount >
186187 </configuration >
187188 </execution >
188-
189- <!-- others tests, reuse parent's config -->
189+ <!-- others unit tests -->
190190 <execution >
191191 <id >default-test</id >
192192 <phase >test</phase >
193+ <inherited >false</inherited >
193194 <goals >
194195 <goal >test</goal >
195196 </goals >
Original file line number Diff line number Diff line change 163163 <artifactId >maven-surefire-plugin</artifactId >
164164 <version >3.0.0-M5</version >
165165 <executions >
166- <!-- e2e test with flink/zookeeper cluster, we set forkCount=1 -->
166+ <!-- Test end with ITCase is e2e test in this module -->
167167 <execution >
168- <id >e2e-tests</id >
169- <phase >test</phase >
168+ <id >integration-tests</id >
169+ <phase >integration-test</phase >
170+ <inherited >false</inherited >
170171 <goals >
171172 <goal >test</goal >
172173 </goals >
173174 <configuration >
174175 <includes >
175- <!-- Test end with ITCase is e2e test in this module -->
176176 <include >**/*ITCase.*</include >
177177 </includes >
178+ <!-- e2e test with flink/zookeeper cluster, we set forkCount=1 -->
178179 <forkCount >1</forkCount >
179180 </configuration >
180181 </execution >
181-
182- <!-- others tests, reuse parent's config -->
182+ <!-- others unit tests -->
183183 <execution >
184184 <id >default-test</id >
185185 <phase >test</phase >
186+ <inherited >false</inherited >
186187 <goals >
187188 <goal >test</goal >
188189 </goals >
Original file line number Diff line number Diff line change 162162 <artifactId >maven-surefire-plugin</artifactId >
163163 <version >3.0.0-M5</version >
164164 <executions >
165- <!-- e2e test with flink/zookeeper cluster, we set forkCount=1 -->
165+ <!-- Test end with ITCase is e2e test in this module -->
166166 <execution >
167- <id >e2e-tests</id >
168- <phase >test</phase >
167+ <id >integration-tests</id >
168+ <phase >integration-test</phase >
169+ <inherited >false</inherited >
169170 <goals >
170171 <goal >test</goal >
171172 </goals >
172173 <configuration >
173174 <includes >
174- <!-- Test end with ITCase is e2e test in this module -->
175175 <include >**/*ITCase.*</include >
176176 </includes >
177+ <!-- e2e test with flink/zookeeper cluster, we set forkCount=1 -->
177178 <forkCount >1</forkCount >
178179 </configuration >
179180 </execution >
180-
181- <!-- others tests, reuse parent's config -->
181+ <!-- others unit tests -->
182182 <execution >
183183 <id >default-test</id >
184184 <phase >test</phase >
185+ <inherited >false</inherited >
185186 <goals >
186187 <goal >test</goal >
187188 </goals >
You can’t perform that action at this time.
0 commit comments