File tree Expand file tree Collapse file tree 8 files changed +34
-88
lines changed
aissemble-test-data-delivery-pyspark-model-basic
aissemble-test-data-delivery-pyspark-model
test-data-delivery-spark-model-basic
test-data-delivery-spark-model
src/main/resources/pipelines Expand file tree Collapse file tree 8 files changed +34
-88
lines changed Original file line number Diff line number Diff line change 161161
162162 <!-- OpenLineage java -->
163163 <version .open.lineage.java>1.23.0</version .open.lineage.java>
164+
165+ <!-- Used for pinning version specifically test-mda-model-->
166+ <version .test.resteasy>3.15.6.Final</version .test.resteasy>
164167 </properties >
165168
166169 <dependencyManagement >
Original file line number Diff line number Diff line change 8787 </execution >
8888 </executions >
8989 </plugin >
90- <!-- NB: inactive by default until https://github.com/boozallen/aissemble/issues/4 is resolved: -->
9190 <plugin >
9291 <groupId >org.codehaus.mojo</groupId >
9392 <artifactId >exec-maven-plugin</artifactId >
94- <version >3.1.0 </version >
93+ <version >${version.exec.maven.plugin} </version >
9594 <executions >
9695 <execution >
9796 <id >test-chart</id >
104103 <arguments >
105104 <argument >template</argument >
106105 <argument >aissemble-spark-application-chart</argument >
107- <argument >--repo</argument >
108- <argument >${aissemble.helm.repo} </argument >
109- <argument >--version</argument >
110- <argument >${version.aissemble} </argument >
106+ <argument >${project.basedir} /../../../extensions/extensions-helm/aissemble-spark-application-chart</argument >
111107 <argument >--values</argument >
112108 <argument >
113109 src/aissemble_test_data_delivery_pyspark_model_basic/resources/apps/pyspark-data-delivery-basic-base-values.yaml,tests/resources/apps/pyspark-data-delivery-basic-test-values.yaml
Original file line number Diff line number Diff line change 9292 </execution >
9393 </executions >
9494 </plugin >
95- <!-- NB: inactive by default until https://github.com/boozallen/aissemble/issues/4 is resolved: -->
9695 <plugin >
9796 <groupId >org.codehaus.mojo</groupId >
9897 <artifactId >exec-maven-plugin</artifactId >
109108 <arguments >
110109 <argument >template</argument >
111110 <argument >aissemble-spark-application-chart</argument >
112- <argument >--repo</argument >
113- <argument >${aissemble.helm.repo} </argument >
114- <argument >--version</argument >
115- <argument >${version.aissemble} </argument >
111+ <argument >${project.basedir} /../../../extensions/extensions-helm/aissemble-spark-application-chart</argument >
116112 <argument >--values</argument >
117113 <argument >
118114 src/aissemble_test_data_delivery_pyspark_model/resources/apps/pyspark-data-delivery-patterns-base-values.yaml,tests/resources/apps/pyspark-data-delivery-patterns-test-values.yaml
Original file line number Diff line number Diff line change 1010import os
1111import nose .tools as nt
1212from behave import given , when , then # pylint: disable=no-name-in-module
13- from aiops_core_filestore .file_store_factory import FileStoreFactory
13+ from aissemble_core_filestore .file_store_factory import FileStoreFactory
1414from libcloud .utils .py3 import httplib
1515from krausening .logging import LogManager
1616
Original file line number Diff line number Diff line change 7878 </plugins >
7979 </pluginManagement >
8080 </build >
81-
82- <profiles >
83- <profile >
84- <!-- NB: Temp workaround until https://github.com/boozallen/aissemble/issues/4 is resolved: -->
85- <activation >
86- <activeByDefault >true</activeByDefault >
87- </activation >
88-
89- <!-- Skip helm test-chart generation during a release, since the necessary helm charts won't be published -->
90- <id >skip-helm</id >
91- <properties >
92- <!-- skip tests since they rely on the generated test SparkApplication yaml that we are disabling -->
93- <skipTests >true</skipTests >
94- </properties >
95- <build >
96- <plugins >
97- <plugin >
98- <groupId >org.codehaus.mojo</groupId >
99- <artifactId >exec-maven-plugin</artifactId >
100- <version >${version.exec.maven.plugin} </version >
101- <executions >
102- <execution >
103- <id >test-chart</id >
104- <configuration >
105- <skip >true</skip >
106- </configuration >
107- </execution >
108- </executions >
109- </plugin >
110- </plugins >
111- </build >
112- </profile >
113- </profiles >
114-
11581</project >
Original file line number Diff line number Diff line change 6464 <groupId >org.codehaus.mojo</groupId >
6565 <artifactId >build-helper-maven-plugin</artifactId >
6666 </plugin >
67- <!-- NB: inactive by default until https://github.com/boozallen/aissemble/issues/4 is resolved: -->
67+ <!-- TODO: 3 steps are disabled and shall be available once https://github.com/boozallen/aissemble/issues/430 is resolved: : -->
6868 <plugin >
6969 <groupId >org.codehaus.mojo</groupId >
7070 <artifactId >exec-maven-plugin</artifactId >
8181 <arguments >
8282 <argument >template</argument >
8383 <argument >aissemble-spark-application-chart</argument >
84- <argument >--repo</argument >
85- <argument >${aissemble.helm.repo} </argument >
86- <argument >--version</argument >
87- <argument >${version.aissemble} </argument >
84+ <argument >${project.basedir} /../../../extensions/extensions-helm/aissemble-spark-application-chart</argument >
8885 <argument >--values</argument >
8986 <argument >
9087 src/main/resources/apps/spark-java-data-delivery-basic-base-values.yaml,src/test/resources/apps/spark-java-data-delivery-basic-test-values.yaml
239236 <version >${version.cucumber.reporting.plugin} </version >
240237 <scope >test</scope >
241238 </dependency >
239+ <dependency >
240+ <groupId >org.jboss.resteasy</groupId >
241+ <artifactId >resteasy-client</artifactId >
242+ <version >${version.test.resteasy} </version >
243+ <scope >test</scope >
244+ </dependency >
245+ <dependency >
246+ <groupId >org.apache.hadoop</groupId >
247+ <artifactId >hadoop-aws</artifactId >
248+ <version >${version.hadoop} </version >
249+ <scope >provided</scope >
250+ </dependency >
242251 </dependencies >
243252</project >
Original file line number Diff line number Diff line change 7373 <groupId >org.codehaus.mojo</groupId >
7474 <artifactId >build-helper-maven-plugin</artifactId >
7575 </plugin >
76- <!-- NB: inactive by default until https://github.com/boozallen/aissemble/issues/4 is resolved: -->
7776 <plugin >
7877 <groupId >org.codehaus.mojo</groupId >
7978 <artifactId >exec-maven-plugin</artifactId >
9089 <arguments >
9190 <argument >template</argument >
9291 <argument >aissemble-spark-application-chart</argument >
93- <argument >--repo</argument >
94- <argument >${aissemble.helm.repo} </argument >
95- <argument >--version</argument >
96- <argument >${version.aissemble} </argument >
92+ <argument >${project.basedir} /../../../extensions/extensions-helm/aissemble-spark-application-chart</argument >
9793 <argument >--values</argument >
9894 <argument >
9995 src/main/resources/apps/spark-java-data-delivery-patterns-base-values.yaml,src/test/resources/apps/spark-java-data-delivery-patterns-test-values.yaml
248244 <version >${version.cucumber.reporting.plugin} </version >
249245 <scope >test</scope >
250246 </dependency >
247+ <dependency >
248+ <groupId >org.jboss.resteasy</groupId >
249+ <artifactId >resteasy-client</artifactId >
250+ <version >${version.test.resteasy} </version >
251+ <scope >test</scope >
252+ </dependency >
253+ <dependency >
254+ <groupId >org.apache.hadoop</groupId >
255+ <artifactId >hadoop-aws</artifactId >
256+ <version >${version.hadoop} </version >
257+ <scope >provided</scope >
258+ </dependency >
251259 </dependencies >
252260</project >
Original file line number Diff line number Diff line change 6868 "channelName" : " outboundChannel"
6969 }
7070 },
71- {
72- "name" : " VoidInboundAndMessagingOutboundAsync" ,
73- "type" : " asynchronous" ,
74- "outbound" : {
75- "type" : " messaging" ,
76- "channelName" : " outboundChannel"
77- }
78- },
7971 {
8072 "name" : " MessagingInboundAndVoidOutbound" ,
8173 "type" : " synchronous" ,
402394 }
403395 }
404396 },
405- {
406- "name" : " MessagingOutboundWithCustomTypesAsync" ,
407- "type" : " asynchronous" ,
408- "outbound" : {
409- "type" : " messaging" ,
410- "channelName" : " outboundChannel" ,
411- "recordType" : {
412- "name" : " CustomRecord" ,
413- "package" : " com.boozallen.aiops.mda.pattern.record"
414- }
415- }
416- },
417397 {
418398 "name" : " MessagingOutboundWithCustomRec" ,
419399 "type" : " synchronous" ,
426406 }
427407 }
428408 },
429- {
430- "name" : " MessagingOutboundWithCustomRecAsync" ,
431- "type" : " asynchronous" ,
432- "outbound" : {
433- "type" : " messaging" ,
434- "channelName" : " outboundChannel" ,
435- "recordType" : {
436- "name" : " CustomRec" ,
437- "package" : " com.boozallen.aiops.mda.pattern.record"
438- }
439- }
440- },
441409 {
442410 "name" : " MessagingInboundWithCustomRec" ,
443411 "type" : " synchronous" ,
You can’t perform that action at this time.
0 commit comments