[
https://issues.apache.org/jira/browse/BEAM-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080732#comment-16080732
]
ASF GitHub Bot commented on BEAM-2578:
--------------------------------------
GitHub user eralmas7 opened a pull request:
https://github.com/apache/beam/pull/3535
BEAM-2578 DebuggingWordCountTest Fails on Windows
[INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @
beam-examples-java ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-dependency-plugin:3.0.1:analyze-only (default) @
beam-examples-java ---
[INFO] No dependency problems found
[INFO]
[INFO] --- maven-failsafe-plugin:2.20:verify (default) @ beam-examples-java
---
[INFO] Tests are skipped.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 01:41 min
[INFO] Finished at: 2017-07-10T23:18:01+05:30
[INFO] Final Memory: 45M/129M
[INFO]
------------------------------------------------------------------------
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eralmas7/beam BEAM-2578
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3535.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 #3535
----
commit c0eec0de3f7bc1a059660c9aefec6279ce4d1202
Author: eralmas7 <[email protected]>
Date: 2017-07-10T17:44:24Z
BEAM-2578 Fixed test to run on Windows
----
> DebuggingWordCountTest Fails on Windows
> ---------------------------------------
>
> Key: BEAM-2578
> URL: https://issues.apache.org/jira/browse/BEAM-2578
> Project: Beam
> Issue Type: Bug
> Components: examples-java
> Reporter: Almas Shaikh
> Assignee: Frances Perry
> Priority: Minor
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> It fails with below error on windows Vista:
> org.apache.beam.sdk.Pipeline$PipelineExecutionException:
> java.lang.IllegalStateException: Unable to find registrar for c
> at org.apache.beam.sdk.Pipeline.run(Pipeline.java:303)
> at org.apache.beam.sdk.Pipeline.run(Pipeline.java:283)
> at
> org.apache.beam.examples.DebuggingWordCount.main(DebuggingWordCount.java:160)
> at
> org.apache.beam.examples.DebuggingWordCountTest.testDebuggingWordCount(DebuggingWordCountTest.java:50)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
> at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at
> org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
> at
> org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
> at
> org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
> Caused by: java.lang.IllegalStateException: Unable to find registrar for c
> at
> org.apache.beam.sdk.io.FileSystems.getFileSystemInternal(FileSystems.java:447)
> at org.apache.beam.sdk.io.FileSystems.match(FileSystems.java:111)
> at
> org.apache.beam.sdk.io.FileBasedSource.getEstimatedSizeBytes(FileBasedSource.java:207)
> at
> org.apache.beam.runners.direct.BoundedReadEvaluatorFactory$InputProvider.getInitialInputs(BoundedReadEvaluatorFactory.java:207)
> at
> org.apache.beam.runners.direct.ReadEvaluatorFactory$InputProvider.getInitialInputs(ReadEvaluatorFactory.java:87)
> at
> org.apache.beam.runners.direct.RootProviderRegistry.getInitialInputs(RootProviderRegistry.java:62)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)