Ted Yu created BEAM-1574:
----------------------------
Summary: MongoDbIOTest fails due to inability to download mongodb
tar ball
Key: BEAM-1574
URL: https://issues.apache.org/jira/browse/BEAM-1574
Project: Beam
Issue Type: Test
Components: sdk-java-extensions
Reporter: Ted Yu
Assignee: Davor Bonaci
Priority: Minor
In
./sdks/java/io/mongodb/target/surefire-reports/org.apache.beam.sdk.io.mongodb.MongoDbIOTest-output.txt
:
{code}
INFO: Starting MongoDB embedded instance on 41937
Download PRODUCTION:Linux:B64 START
Feb 28, 2017 5:48:37 PM de.flapdoodle.embed.process.runtime.Starter prepare
SEVERE: prepare executable
java.io.IOException: Could not open inputStream for
http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.5.tgz
at
de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:131)
at de.flapdoodle.embed.process.store.Downloader.download(Downloader.java:69)
at
de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution(ArtifactStore.java:66)
at
de.flapdoodle.embed.process.store.ExtractedArtifactStore.checkDistribution(ExtractedArtifactStore.java:60)
at de.flapdoodle.embed.process.runtime.Starter.prepare(Starter.java:55)
at org.apache.beam.sdk.io.mongodb.MongoDbIOTest.setup(MongoDbIOTest.java:118)
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)
{code}
I got the above on:
Linux 3.10.0-327.28.2.el7.x86_64 #1 SMP Wed Aug 3 11:11:39 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)