You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by "Sijie Guo (JIRA)" <ji...@apache.org> on 2016/12/28 00:46:58 UTC

[jira] [Resolved] (DL-151) TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky

     [ https://issues.apache.org/jira/browse/DL-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo resolved DL-151.
--------------------------
       Resolution: Fixed
    Fix Version/s: 0.4.0

Issue resolved by merging pull request 84
      [https://github.com/apache/incubator-distributedlog/pull/84]

      {noformat}
      commit f9a07833052181495b86f2e1ead4166a841cdde8
Author:     Sijie Guo <si...@twitter.com>
AuthorDate: Tue Dec 27 16:47:06 2016 -0800
Commit:     Sijie Guo <si...@apache.org>
CommitDate: Tue Dec 27 16:47:06 2016 -0800

    DL-151: TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky
    
    - Flush/Commit records only after the data are written
    - Disable immediate flush
    - Reduce num writes from 100 to 10
    
    Author: Sijie Guo <si...@twitter.com>
    
    Reviewers: Leigh Stewart <ls...@apache.org>
    
    Closes #84 from sijie/sijie/FixTestGetFirstDLSNWithOpenLedger

      {noformat}
      

> TestBKLogReadHandler#testGetFirstDLSNWithOpenLedger is flaky
> ------------------------------------------------------------
>
>                 Key: DL-151
>                 URL: https://issues.apache.org/jira/browse/DL-151
>             Project: DistributedLog
>          Issue Type: Task
>          Components: distributedlog-core, tests
>            Reporter: Sijie Guo
>            Assignee: Sijie Guo
>             Fix For: 0.4.0
>
>
> {code}
> Failed tests:   testGetFirstDLSNWithOpenLedger(com.twitter.distributedlog.TestBKLogReadHandler): expected:<DLSN{logSegmentSequenceNo=1, entryId=99, slotId=0}> but was:<DLSN{logSegmentSequenceNo=1, entryId=86, slotId=0}>
> {code}



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