[ https://issues.apache.org/jira/browse/PIO-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15517580#comment-15517580 ]
ASF GitHub Bot commented on PIO-35: ----------------------------------- Github user dszeto commented on a diff in the pull request: https://github.com/apache/incubator-predictionio/pull/300#discussion_r80327209 --- Diff: tests/pio_tests/data/eventserver_test/partially_malformed_events.json --- @@ -1,10 +1,10 @@ [ - { + { "event" : "test", "entityType" : "test", "entityId" : "t2" }, { - "event" : "malformed-event" + "event" : "malformed-event" } ] --- End diff -- Would be nice to have a newline here. > Add integration tests for major templates > ----------------------------------------- > > Key: PIO-35 > URL: https://issues.apache.org/jira/browse/PIO-35 > Project: PredictionIO > Issue Type: Improvement > Reporter: Chan > > Developers of engine templates should be able to test that their template > works with the latest changes in PredictionIO. As a starting point, we can > expand the integration test suite to all previously "official" templates. -- This message was sent by Atlassian JIRA (v6.3.4#6332)