[
https://issues.apache.org/jira/browse/FLINK-5412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15801770#comment-15801770
]
ASF GitHub Bot commented on FLINK-5412:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3067#discussion_r94798431
--- Diff:
flink-contrib/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackendConfigTest.java
---
@@ -42,6 +40,7 @@
import org.rocksdb.DBOptions;
import java.io.File;
+import java.nio.file.Files;
--- End diff --
yes, will fix it while merging.
> 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)