You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/05/17 08:43:13 UTC

[jira] [Commented] (EAGLE-299) TestSiddhiStateSnapshotAndRestore fail occasionally

    [ https://issues.apache.org/jira/browse/EAGLE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286228#comment-15286228 ] 

ASF GitHub Bot commented on EAGLE-299:
--------------------------------------

Github user r7raul1984 commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/189#issuecomment-219655831
  
    https://issues.apache.org/jira/browse/EAGLE-299    describe why test fail. And https://github.com/apache/incubator-eagle/pull/188  have a dirty workaround.


> TestSiddhiStateSnapshotAndRestore fail occasionally
> ---------------------------------------------------
>
>                 Key: EAGLE-299
>                 URL: https://issues.apache.org/jira/browse/EAGLE-299
>             Project: Eagle
>          Issue Type: Test
>            Reporter: tangjunjie
>
> when test fail ,the log is
> {noformat}
> 2016-05-13 15:31:54,266 INFO [main] snapshot.SnapshotService[44]: Taking snapshot ...
> 2016-05-13 15:31:54,269 INFO [main] snapshot.SnapshotService[53]: Taking snapshot finished.
> 2016-05-13 15:31:54,269 INFO [main] snapshot.SnapshotService[55]: Snapshot serialization started ...
> Events{ @timeStamp = 1463124714265, inEvents = [Event{timestamp=1463124714265, data=[rename, /tmp/pii_1], isExpired=false}, Event{timestamp=1463124714265, data=[rename, /tmp/pii_2], isExpired=false}, Event{timestamp=1463124714265, data=[rename, /tmp/pii_3], isExpired=false}, Event{timestamp=1463124714265, data=[rename, /tmp/pii_4], isExpired=false}], RemoveEvents = [Event{timestamp=1463124714275, data=[rename, /tmp/pii_1], isExpired=true}] }
> 2016-05-13 15:31:54,323 INFO [main] snapshot.SnapshotService[57]: Snapshot serialization finished.
> {noformat}
> when test success,the log is
> {noformat}
> temporary directory: /tmp
> Events{ @timeStamp = 1463124758602, inEvents = [Event{timestamp=1463124758602, data=[rename, /tmp/pii_1], isExpired=false}, Event{timestamp=1463124758602, data=[rename, /tmp/pii_2], isExpired=false}, Event{timestamp=1463124758602, data=[rename, /tmp/pii_3], isExpired=false}, Event{timestamp=1463124758602, data=[rename, /tmp/pii_4], isExpired=false}], RemoveEvents = [Event{timestamp=1463124758604, data=[rename, /tmp/pii_1], isExpired=true}] }
> 2016-05-13 15:32:38,805 INFO [main] snapshot.SnapshotService[44]: Taking snapshot ...
> 2016-05-13 15:32:38,808 INFO [main] snapshot.SnapshotService[53]: Taking snapshot finished.
> 2016-05-13 15:32:38,809 INFO [main] snapshot.SnapshotService[55]: Snapshot serialization started ...
> 2016-05-13 15:32:38,851 INFO [main] snapshot.SnapshotService[57]: Snapshot serialization finished.
> Events{ @timeStamp = 1463124759141, inEvents = [Event{timestamp=1463124759141, data=[rename, /tmp/pii_5], isExpired=false}], RemoveEvents = [Event{timestamp=1463124759141, data=[rename, /tmp/pii_2], isExpired=true}] }
> {noformat}
> For more detail
> https://github.com/wso2/siddhi/issues/134



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)