[
https://issues.apache.org/jira/browse/CALCITE-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14355803#comment-14355803
]
Vladimir Sitnikov commented on CALCITE-507:
-------------------------------------------
Well, root build fails in exactly the similar way:
{noformat}
Tests run: 28, Failures: 22, Errors: 0, Skipped: 5
[INFO]
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @
calcite-mongodb ---
[INFO]
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @
calcite-mongodb ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.18:verify (failsafe-verify) @
calcite-mongodb ---
[INFO] Failsafe report directory:
/Users/vladimirsitnikov/Documents/code/incubator-optiq/mongodb/target/failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Calcite ............................................ SUCCESS [ 2.408 s]
[INFO] Calcite Avatica .................................... SUCCESS [ 3.388 s]
[INFO] Calcite Avatica Server ............................. SUCCESS [ 0.756 s]
[INFO] Calcite Linq4j ..................................... SUCCESS [ 2.890 s]
[INFO] Calcite Core ....................................... SUCCESS [04:21 min]
[INFO] Calcite Examples ................................... SUCCESS [ 0.463 s]
[INFO] Calcite Example CSV ................................ SUCCESS [ 2.994 s]
[INFO] Calcite MongoDB .................................... FAILURE [ 4.082 s]
[INFO] Calcite Plus ....................................... SKIPPED
[INFO] Calcite Spark ...................................... SKIPPED
[INFO] Calcite Splunk ..................................... SKIPPED
[INFO] Calcite Ubenchmark ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
{noformat}
> Add Vagrant files to enable testing of data storages: mysql, postgresql,
> mongo, etc
> -----------------------------------------------------------------------------------
>
> Key: CALCITE-507
> URL: https://issues.apache.org/jira/browse/CALCITE-507
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.0.0-incubating
> Reporter: Vladimir Sitnikov
> Assignee: Julian Hyde
> Labels: newbie
> Fix For: next
>
>
> As discussed in email list, it makes sense to implement Vagrant (or similar)
> VM machines to simplify testing of the downstream executors.
> Currently it is not clear how to configure mysql/mongo/etc.
> Not sure if it should be a set of separate configurations or a single
> configuration with all the batteries included.
> For instance, Vagrant allows to configure a [set of
> machines|https://docs.vagrantup.com/v2/multi-machine/index.html], while still
> providing a way to start just a subset.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)