pentaho / pdi-sdk-plugins

PDI SDK plugins
111 stars 154 forks source link

Revert "[BACKLOG-19947] Added a unit test executing a ktr with a meta-inject step (osgi plugin)" #63

Closed smaring closed 6 years ago

smaring commented 6 years ago

Reverts pentaho/pdi-sdk-plugins#62

@pentaho-amessier

wingman-pentaho commented 6 years ago

Build Completed

: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.

Build Commands

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

Cleanup Commands

mvn -B -f 'pom.xml' -pl 'kettle-sdk-embedding-samples,.' -P '!assemblies' -amd build-helper:remove-project-artifact

Changed files

  .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

Unit Test Coverage

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.

:warning: Coverage Changes: -0.3% (click to expand) ###### org.pentaho.di.sdk.samples.embedding.RunningTransformations * Branch Change: **-13.9%** :small_red_triangle_down: * Complexity Change: **-13.8%** :small_red_triangle_down: * Instruction Change: **-3.3%** :small_red_triangle_down: * Line Change: **-4.3%** :small_red_triangle_down: * Method Change: **-7.1%** :small_red_triangle_down:

License header violations

:heavy_exclamation_mark: Copyright year is not the current year on kettle-sdk-embedding-samples/src/main/java/org/pentaho/di/sdk/samples/embedding/RunningTransformations.java. Found 2017. Was expecting 2018

:heavy_exclamation_mark: Copyright year is not the current year on kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/carte/BaseCarteServletTest.java. Found 2017. Was expecting 2018

:heavy_exclamation_mark: Copyright year is not the current year on kettle-sdk-embedding-samples/src/test/java/org/pentaho/di/sdk/samples/embedding/RunningTransformationsTest.java. Found 2017. Was expecting 2018