Skip to content

Instantly share code, notes, and snippets.

@KurtStam
Created July 6, 2020 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KurtStam/372e43d89f59b79b572f83e13d68093b to your computer and use it in GitHub Desktop.
Save KurtStam/372e43d89f59b79b572f83e13d68093b to your computer and use it in GitHub Desktop.
kstam@map integration-test % mvn verify -Dskip.integration.tests=false
[INFO] BuildTimeEventSpy is registered.
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< io.syndesis.test:integration-test >------------------
[INFO] Building Test :: Integration Test 2.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- property-helper-maven-plugin:2.0:get (basepom.default) @ integration-test ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (basepom.default) @ integration-test ---
[INFO] Skipping Rule Enforcement.
[INFO]
[INFO] --- git-commit-id-plugin:4.0.0:revision (basepom.default) @ integration-test ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (basepom.default) @ integration-test ---
[INFO] argLine set to -javaagent:/Users/kstam/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/Users/kstam/git/rh/syndesis/syndesis/app/test/integration-test/target/jacoco.exec
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ integration-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/kstam/git/rh/syndesis/syndesis/app/test/integration-test/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ integration-test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ integration-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 63 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ integration-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ integration-test ---
[INFO]
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ integration-test ---
[INFO]
[INFO] --- maven-jar-plugin:3.1.2:test-jar (basepom.default) @ integration-test ---
[INFO]
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ integration-test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-javadoc-plugin:3.2.0:jar (basepom.default) @ integration-test ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-source-plugin:3.1.0:jar-no-fork (basepom.default) @ integration-test ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-source-plugin:3.1.0:test-jar-no-fork (basepom.default) @ integration-test ---
[INFO] Building jar: /Users/kstam/git/rh/syndesis/syndesis/app/test/integration-test/target/integration-test-2.0-SNAPSHOT-test-sources.jar
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent-integration (basepom.default-it) @ integration-test ---
[INFO] argLine set to -javaagent:/Users/kstam/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/Users/kstam/git/rh/syndesis/syndesis/app/test/integration-test/target/jacoco-it.exec
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M3:integration-test (integration-tests) @ integration-test ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running io.syndesis.test.itest.ftp.FtpToDB_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.67 s - in io.syndesis.test.itest.ftp.FtpToDB_IT
[INFO] Running io.syndesis.test.itest.amq.AMQToHttp_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.912 s - in io.syndesis.test.itest.amq.AMQToHttp_IT
[INFO] Running io.syndesis.test.itest.mail.SendMail_IT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.867 s - in io.syndesis.test.itest.mail.SendMail_IT
[INFO] Running io.syndesis.test.itest.apiprovider.TodoApi_IT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.006 s - in io.syndesis.test.itest.apiprovider.TodoApi_IT
[INFO] Running io.syndesis.test.itest.timer.TimerToLog_IT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.436 s - in io.syndesis.test.itest.timer.TimerToLog_IT
[INFO] Running io.syndesis.test.itest.webhook.WebHookToDB_IT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.113 s - in io.syndesis.test.itest.webhook.WebHookToDB_IT
[INFO] Running io.syndesis.test.itest.gmail.WebhookToGMail_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.166 s - in io.syndesis.test.itest.gmail.WebhookToGMail_IT
[INFO] Running io.syndesis.test.itest.conditional.ConditionalFlows_IT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.796 s - in io.syndesis.test.itest.conditional.ConditionalFlows_IT
[INFO] Running io.syndesis.test.itest.sql.DBToHttp_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.675 s - in io.syndesis.test.itest.sql.DBToHttp_IT
[INFO] Running io.syndesis.test.itest.amq.HttpToAMQ_IT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.528 s - in io.syndesis.test.itest.amq.HttpToAMQ_IT
[INFO] Running io.syndesis.test.itest.sheets.MultiSqlToSheets_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.723 s - in io.syndesis.test.itest.sheets.MultiSqlToSheets_IT
[INFO] Running io.syndesis.test.itest.webhook.WebHookSplitToDB_IT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.032 s - in io.syndesis.test.itest.webhook.WebHookSplitToDB_IT
[INFO] Running io.syndesis.test.itest.apiconnector.TodoOpenApiV3Connector_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.572 s - in io.syndesis.test.itest.apiconnector.TodoOpenApiV3Connector_IT
[INFO] Running io.syndesis.test.itest.googlecalendar.WebhookToGoogleCalendar_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.881 s - in io.syndesis.test.itest.googlecalendar.WebhookToGoogleCalendar_IT
[INFO] Running io.syndesis.test.itest.apiconnector.TodoApiV2BasicAuth_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.771 s - in io.syndesis.test.itest.apiconnector.TodoApiV2BasicAuth_IT
[INFO] Running io.syndesis.test.itest.apiconnector.TodoApiV2ApiKeyInHeader_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.594 s - in io.syndesis.test.itest.apiconnector.TodoApiV2ApiKeyInHeader_IT
[INFO] Running io.syndesis.test.itest.ftp.FtpSplitToDB_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.517 s - in io.syndesis.test.itest.ftp.FtpSplitToDB_IT
[INFO] Running io.syndesis.test.itest.ftp.WebHookToFtp_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.109 s - in io.syndesis.test.itest.ftp.WebHookToFtp_IT
[INFO] Running io.syndesis.test.itest.apiconnector.TodoOpenApiV2Connector_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.636 s - in io.syndesis.test.itest.apiconnector.TodoOpenApiV2Connector_IT
[INFO] Running io.syndesis.test.itest.sheets.DBSplitToSheets_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.312 s - in io.syndesis.test.itest.sheets.DBSplitToSheets_IT
[INFO] Running io.syndesis.test.itest.quickstart.Webhook2DB_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.01 s - in io.syndesis.test.itest.quickstart.Webhook2DB_IT
[INFO] Running io.syndesis.test.itest.extensions.IntegrationDependencies_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.932 s - in io.syndesis.test.itest.extensions.IntegrationDependencies_IT
[INFO] Running io.syndesis.test.itest.http.HttpToHttp_IT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.591 s - in io.syndesis.test.itest.http.HttpToHttp_IT
[INFO] Running io.syndesis.test.itest.apiconnector.TodoApiV2ApiKeyInQuery_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.658 s - in io.syndesis.test.itest.apiconnector.TodoApiV2ApiKeyInQuery_IT
[INFO] Running io.syndesis.test.itest.apiprovider.TodoListApi_IT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.467 s - in io.syndesis.test.itest.apiprovider.TodoListApi_IT
[INFO] Running io.syndesis.test.itest.apiprovider.TodoOpenApiV3_IT
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.384 s - in io.syndesis.test.itest.apiprovider.TodoOpenApiV3_IT
[INFO] Running io.syndesis.test.itest.sheets.DBToSheets_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.961 s - in io.syndesis.test.itest.sheets.DBToSheets_IT
[INFO] Running io.syndesis.test.itest.sheets.SheetsToSheets_IT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.42 s - in io.syndesis.test.itest.sheets.SheetsToSheets_IT
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:analyze-only (basepom.default) @ integration-test ---
[INFO] No dependency problems found
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:analyze-duplicate (basepom.default) @ integration-test ---
[INFO] No duplicate dependencies found in <dependencies/> or in <dependencyManagement/>
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:analyze-dep-mgt (basepom.default) @ integration-test ---
[INFO] Found Resolved Dependency/DependencyManagement mismatches:
[INFO] Ignoring Direct Dependencies.
[INFO] com.fasterxml.jackson.core:jackson-core:jar was excluded in DepMgt, but version 2.11.0 has been found in the dependency tree.
[INFO] com.fasterxml.jackson.core:jackson-databind:jar was excluded in DepMgt, but version 2.11.0 has been found in the dependency tree.
[INFO] org.springframework.security:spring-security-crypto:jar was excluded in DepMgt, but version 5.2.2.RELEASE has been found in the dependency tree.
[INFO] org.springframework.social:spring-social-web:jar was excluded in DepMgt, but version 1.1.6.RELEASE has been found in the dependency tree.
[INFO] org.slf4j:jcl-over-slf4j:jar was excluded in DepMgt, but version 1.7.30 has been found in the dependency tree.
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar was excluded in DepMgt, but version 2.11.0 has been found in the dependency tree.
[INFO] commons-lang:commons-lang:jar was excluded in DepMgt, but version 2.6 has been found in the dependency tree.
[INFO] com.google.guava:guava:jar was excluded in DepMgt, but version 27.0.1-jre has been found in the dependency tree.
[INFO] com.google.code.findbugs:jsr305:jar was excluded in DepMgt, but version 3.0.2 has been found in the dependency tree.
[INFO] org.hamcrest:hamcrest:jar was excluded in DepMgt, but version 2.1 has been found in the dependency tree.
[WARNING] Potential problems found in Dependency Management
[INFO]
[INFO] --- maven-dependency-versions-check-plugin:2.0.4:check (basepom.default) @ integration-test ---
[INFO]
[INFO] --- dependency-management-maven-plugin:0.11:analyze (basepom.default) @ integration-test ---
[INFO] No dependency management issues found
[INFO]
[INFO] --- dependency-scope-maven-plugin:0.8:check (basepom.default) @ integration-test ---
[INFO] No test dependency scope issues found
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (integration-tests) @ integration-test ---
[INFO]
[INFO] --- duplicate-finder-maven-plugin:1.4.0:check (basepom.default) @ integration-test ---
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO]
[INFO] >>> spotbugs-maven-plugin:4.0.0:check (basepom.default) > :spotbugs @ integration-test >>>
[INFO]
[INFO] --- spotbugs-maven-plugin:4.0.0:spotbugs (spotbugs) @ integration-test ---
[INFO]
[INFO] <<< spotbugs-maven-plugin:4.0.0:check (basepom.default) < :spotbugs @ integration-test <<<
[INFO]
[INFO]
[INFO] --- spotbugs-maven-plugin:4.0.0:check (basepom.default) @ integration-test ---
[INFO]
[INFO] >>> maven-pmd-plugin:3.12.0:check (basepom.default) > :pmd @ integration-test >>>
[INFO]
[INFO] --- maven-pmd-plugin:3.12.0:pmd (pmd) @ integration-test ---
[INFO]
[INFO] <<< maven-pmd-plugin:3.12.0:check (basepom.default) < :pmd @ integration-test <<<
[INFO]
[INFO]
[INFO] --- maven-pmd-plugin:3.12.0:check (basepom.default) @ integration-test ---
[INFO]
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.0:check (basepom.default) @ integration-test ---
[INFO] Starting audit...
Audit done.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:44 min
[INFO] Finished at: 2020-07-06T15:06:46+02:00
[INFO] ------------------------------------------------------------------------
kstam@map integration-test %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment