You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by lucasbm88 <gi...@git.apache.org> on 2017/06/19 00:30:43 UTC

[GitHub] incubator-predictionio issue #355: [PIO-56] Adding embedded elasticsearch an...

Github user lucasbm88 commented on the issue:

    https://github.com/apache/incubator-predictionio/pull/355
  
    Since elasticsearch 1.x should be removed in the near future I updated this PR with a new implementation that uses in-memory H2 (MYSQL mode) to run unit tests. With this code developers can run unit tests on projects core and data without needing to manually setup a metadata or eventdata server.
    @dszeto and  @marevol could you review please?
    
    To validate:
     - Clone Prediction-io in a fresh environment
     - Run <pio_src_root>/make-distribution.sh in order to install local pio dependencies.
     - Run <pio_src_root>/sbt core/test
     - Run <pio_src_root>/sbt data/test
    
    None tests should fail. 
    
    Thx


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---