[
https://issues.apache.org/jira/browse/FLINK-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-5412.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.2.0
1.2: aaf9612791284633727a0951d0d45292ef5e233c
1.3: e13ac598b48305080f19af32f475b95ab669dc3b
> 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.2.0, 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)