Github user marevol commented on the issue:

    https://github.com/apache/incubator-predictionio/pull/352
  
    Almost all failures are fixed.
    For remaining problem, integration tests use PDT time, but elasticsearch 
uses UTC time.
    Therefore, the following assertion is failed in 
tests/pio_tests/scenarios/eventserver_test.py.
    ```
        self.assertEqual('2014-11-05T09:39:45.618-08:00', 
r.json()[0]['eventTime'])
    ```
    I think it's better to use UTC time.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to