Merge branch 'develop' into feature/xbuild
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/ab119806 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/ab119806 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/ab119806 Branch: refs/heads/feature/xbuild Commit: ab119806ee7532b9baa09070813d23c4597d5c10 Parents: be8397f bb00324 Author: Donald Szeto <[email protected]> Authored: Thu Mar 16 00:13:30 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Thu Mar 16 00:13:30 2017 -0700 ---------------------------------------------------------------------- .../predictionio/data/storage/LEventsSpec.scala | 248 ----------------- .../predictionio/data/storage/PEventsSpec.scala | 213 --------------- .../data/storage/StorageTestUtils.scala | 45 ---- docs/manual/source/templates/index.html.md | 25 +- .../data/storage/hbase/LEventsSpec.scala | 239 +++++++++++++++++ .../data/storage/hbase/PEventsSpec.scala | 192 +++++++++++++ .../data/storage/hbase/StorageTestUtils.scala | 40 +++ .../data/storage/hbase/TestEvents.scala | 266 +++++++++++++++++++ .../data/storage/jdbc/LEventsSpec.scala | 236 ++++++++++++++++ .../data/storage/jdbc/PEventsSpec.scala | 193 ++++++++++++++ .../data/storage/jdbc/StorageTestUtils.scala | 29 ++ .../data/storage/jdbc/TestEvents.scala | 266 +++++++++++++++++++ tests/unit.sh | 2 +- 13 files changed, 1483 insertions(+), 511 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/ab119806/tests/unit.sh ----------------------------------------------------------------------
