You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/01/05 15:04:58 UTC

[jira] [Created] (FLINK-5412) Enable RocksDB tests on Windows

Chesnay Schepler created FLINK-5412:
---------------------------------------

             Summary: Enable RocksDB tests on Windows
                 Key: FLINK-5412
                 URL: https://issues.apache.org/jira/browse/FLINK-5412
             Project: Flink
          Issue Type: Improvement
          Components: State Backends, Checkpointing, Tests
    Affects Versions: 1.3.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.3.0


Several RocksDB tests were previously disabled as they could not finish successfully. We recently upgraded our RocksDB version however which adds Windows support, so we should enable these tests again. I tried them already locally and they do in fact pass.

Except one, which fails due to path normalization:
{code}
RocksDBStateBackendConfigTest#testSetDbPath:
arrays first differed at element [0]; 
Expected :C:\Users\Zento\AppData\Local\Temp\junit842723791275019440\junit527481104946100979
Actual   :C:/Users/Zento/AppData/Local/Temp/junit842723791275019440/junit527481104946100979

{code}



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