Closed aleks-messier closed 6 years ago
:fire: This pull request has some issues. It would be preferable to fix them in order for it to be just perfect. See below for more details. Some links are also available below for further assistance in addressing those issues.
mvn -Dsurefire.runOrder=alphabetical -B -fn -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd clean install && mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd site
mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd build-helper:remove-project-artifact
.gitignore
kettle-sdk-embedding-samples/.gitignore
kettle-sdk-embedding-samples/etl/inject_metadata_template.ktr
kettle-sdk-embedding-samples/etl/inject_metadata_transformation.ktr
kettle-sdk-embedding-samples/pom.xml
kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java
pom.xml
These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
:fire: This pull request has some issues. It would be preferable to fix them in order for it to be just perfect. See below for more details. Some links are also available below for further assistance in addressing those issues.
mvn -Dsurefire.runOrder=alphabetical -B -fn -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd clean install && mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd site
mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd build-helper:remove-project-artifact
.gitignore
kettle-sdk-embedding-samples/.gitignore
kettle-sdk-embedding-samples/etl/inject_metadata_template.ktr
kettle-sdk-embedding-samples/etl/inject_metadata_transformation.ktr
kettle-sdk-embedding-samples/pom.xml
kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java
pom.xml
These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
:x: This pull request has errors. They will need to be addressed before it can be accepted. See below for more details. Some links are also available below for further assistance in addressing those issues.
mvn -Dsurefire.runOrder=alphabetical -B -fn -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd clean install && mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd site
mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd build-helper:remove-project-artifact
.gitignore
kettle-sdk-embedding-samples/.gitignore
kettle-sdk-embedding-samples/etl/inject_metadata_template.ktr
kettle-sdk-embedding-samples/etl/inject_metadata_transformation.ktr
kettle-sdk-embedding-samples/pom.xml
kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java
pom.xml
:red_circle: java.lang.Exception
java.lang.Exception: Carte server did not start in the given timeframe of 120 seconds
These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
:x: This pull request has errors. They will need to be addressed before it can be accepted. See below for more details. Some links are also available below for further assistance in addressing those issues.
mvn -Dsurefire.runOrder=alphabetical -B -fn -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd clean install && mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd site
mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd build-helper:remove-project-artifact
.gitignore
kettle-sdk-embedding-samples/.gitignore
kettle-sdk-embedding-samples/etl/inject_metadata_template.ktr
kettle-sdk-embedding-samples/etl/inject_metadata_transformation.ktr
kettle-sdk-embedding-samples/pom.xml
kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java
kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java
pom.xml
:red_circle: java.lang.NullPointerException
java.lang.NullPointerException
at org.pentaho.di.sdk.samples.embedding.RunningTransformationsTest.testRunningTransformationsImpl(RunningTransformationsTest.java:92)
at org.pentaho.di.sdk.samples.embedding.RunningTransformationsTest.testRunningTransformations(RunningTransformationsTest.java:80)
:red_circle: org.apache.http.conn.HttpHostConnectException
org.apache.http.conn.HttpHostConnectException: Connect to localhost:54903 [localhost/127.0.0.1] failed: Connection refused (Connection refused)
at org.pentaho.di.sdk.samples.carte.GetStatusSampleTest.testMain(GetStatusSampleTest.java:81)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at org.pentaho.di.sdk.samples.carte.GetStatusSampleTest.testMain(GetStatusSampleTest.java:81)
:red_circle: org.apache.http.conn.HttpHostConnectException
org.apache.http.conn.HttpHostConnectException: Connect to localhost:54903 [localhost/127.0.0.1] failed: Connection refused (Connection refused)
at org.pentaho.di.sdk.samples.carte.GetStatusSampleTest.testXMLResponse(GetStatusSampleTest.java:53)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at org.pentaho.di.sdk.samples.carte.GetStatusSampleTest.testXMLResponse(GetStatusSampleTest.java:53)
These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.
@pentaho/r2d2