[
https://issues.apache.org/jira/browse/FLINK-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15804816#comment-15804816
]
ASF GitHub Bot commented on FLINK-5412:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3067
> 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)