[
https://issues.apache.org/jira/browse/FLINK-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150213#comment-15150213
]
ASF GitHub Bot commented on FLINK-3426:
---------------------------------------
GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/1651
[FLINK-3426] Fixed JobManagerLeader[Re]ElectionTest.testleaderElectio…
…n onWindows
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 3426_test_failure_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1651.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1651
----
commit 84b0a7c08b6c1976f8a040c20d2fc9b1c603ae3f
Author: zentol <[email protected]>
Date: 2016-02-17T09:54:07Z
[FLINK-3426] Fixed JobManagerLeader[Re]ElectionTest.testleaderElection
onWindows
----
> JobManagerLeader[Re]ElectionTest.testleaderElection fails on Windows
> --------------------------------------------------------------------
>
> Key: FLINK-3426
> URL: https://issues.apache.org/jira/browse/FLINK-3426
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 1.0.0
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.0.0
>
>
> testLeaderElection(org.apache.flink.runtime.leaderelection.JobManagerLeaderElectionTest)
> Time elapsed: 11.292 sec <<< ERROR!
> java.io.IOException: java.net.URISyntaxException: Illegal character in opaque
> part at index 2: C:\dev\cygwin64\tmp\junit1696935100305876594/recovery/blob
> at java.net.URI$Parser.fail(URI.java:2848)
> at java.net.URI$Parser.checkChars(URI.java:3021)
> at java.net.URI$Parser.parse(URI.java:3058)
> at java.net.URI.<init>(URI.java:588)
> at
> org.apache.flink.runtime.blob.FileSystemBlobStore.<init>(FileSystemBlobStore.java:67)
> at
> org.apache.flink.runtime.blob.BlobServer.<init>(BlobServer.java:107)
> at
> org.apache.flink.runtime.leaderelection.JobManagerLeaderElectionTest.createJobManagerProps(JobManagerLeaderElectionTest.java:192)
> at
> org.apache.flink.runtime.leaderelection.JobManagerLeaderElectionTest.testLeaderElection(JobManagerLeaderElectionTest.java:110)
> testLeaderReelection(org.apache.flink.runtime.leaderelection.JobManagerLeaderElectionTest)
> Time elapsed: 0.11 sec <<< ERROR!
> java.io.IOException: java.net.URISyntaxException: Illegal character in opaque
> part at index 2: C:\dev\cygwin64\tmp\junit2700398292160316622/recovery/blob
> at java.net.URI$Parser.fail(URI.java:2848)
> at java.net.URI$Parser.checkChars(URI.java:3021)
> at java.net.URI$Parser.parse(URI.java:3058)
> at java.net.URI.<init>(URI.java:588)
> at
> org.apache.flink.runtime.blob.FileSystemBlobStore.<init>(FileSystemBlobStore.java:67)
> at
> org.apache.flink.runtime.blob.BlobServer.<init>(BlobServer.java:107)
> at
> org.apache.flink.runtime.leaderelection.JobManagerLeaderElectionTest.createJobManagerProps(JobManagerLeaderElectionTest.java:192)
> at
> org.apache.flink.runtime.leaderelection.JobManagerLeaderElectionTest.testLeaderReelection(JobManagerLeaderElectionTest.java:141)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)