[flink-graph] Tests failing on Windows

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[flink-graph] Tests failing on Windows

Dániel Bali
Hello!

I have a fork of flink-graph <https://github.com/project-flink/flink-graph> and
some of the tests fail on Windows, even though they pass on Ubuntu. Is
there anybody using Flink on Windows who could take a look at this?

The test that fails is TestMapVertices. The first 2 cases always pass and
the last 3 fail. If I switch the order of test cases, the previously failed
tests will pass. From the exception it looks like an io issue, but it's
very strange that 2 tests pass.

Here is the full log that I get when running the test. The relevant
exceptions are at the end.
https://gist.github.com/balidani/f8795da0679b26b80b2a

Here is the failure trace:
https://gist.github.com/balidani/5b7b8cd8febe87f83a50

This is on Windows 7 (Version 6.1.7601), with the latest version of Flink.

Thanks!

Regards,
Daniel
Reply | Threaded
Open this post in threaded view
|

Re: [flink-graph] Tests failing on Windows

Stephan Ewen
Hi!

Just to make sure: The latest version means the latest snapshot version
(0.8-incubating-SNAPSHOT), or the latest release version (0.7.0) ?

Stephan


On Fri, Nov 14, 2014 at 5:48 PM, Dániel Bali <[hidden email]>
wrote:

> Hello!
>
> I have a fork of flink-graph <https://github.com/project-flink/flink-graph>
> and
> some of the tests fail on Windows, even though they pass on Ubuntu. Is
> there anybody using Flink on Windows who could take a look at this?
>
> The test that fails is TestMapVertices. The first 2 cases always pass and
> the last 3 fail. If I switch the order of test cases, the previously failed
> tests will pass. From the exception it looks like an io issue, but it's
> very strange that 2 tests pass.
>
> Here is the full log that I get when running the test. The relevant
> exceptions are at the end.
> https://gist.github.com/balidani/f8795da0679b26b80b2a
>
> Here is the failure trace:
> https://gist.github.com/balidani/5b7b8cd8febe87f83a50
>
> This is on Windows 7 (Version 6.1.7601), with the latest version of Flink.
>
> Thanks!
>
> Regards,
> Daniel
>
Reply | Threaded
Open this post in threaded view
|

Re: [flink-graph] Tests failing on Windows

Dániel Bali
Hi!

It's the snapshot version.

Regards,
Daniel

2014-11-14 18:09 GMT+01:00 Stephan Ewen <[hidden email]>:

> Hi!
>
> Just to make sure: The latest version means the latest snapshot version
> (0.8-incubating-SNAPSHOT), or the latest release version (0.7.0) ?
>
> Stephan
>
>
> On Fri, Nov 14, 2014 at 5:48 PM, Dániel Bali <[hidden email]>
> wrote:
>
> > Hello!
> >
> > I have a fork of flink-graph <
> https://github.com/project-flink/flink-graph>
> > and
> > some of the tests fail on Windows, even though they pass on Ubuntu. Is
> > there anybody using Flink on Windows who could take a look at this?
> >
> > The test that fails is TestMapVertices. The first 2 cases always pass and
> > the last 3 fail. If I switch the order of test cases, the previously
> failed
> > tests will pass. From the exception it looks like an io issue, but it's
> > very strange that 2 tests pass.
> >
> > Here is the full log that I get when running the test. The relevant
> > exceptions are at the end.
> > https://gist.github.com/balidani/f8795da0679b26b80b2a
> >
> > Here is the failure trace:
> > https://gist.github.com/balidani/5b7b8cd8febe87f83a50
> >
> > This is on Windows 7 (Version 6.1.7601), with the latest version of
> Flink.
> >
> > Thanks!
> >
> > Regards,
> > Daniel
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [flink-graph] Tests failing on Windows

Markus Holzemer
Hi,
usually the Windows Tests fail because some file URIs are hard-coded in
Linux style.
Perhaps you can do a quick fix yourself otherwise I can have a look at the
issue as soon as I find the time.

Best,
Markus
Am 14.11.2014 10:16 schrieb "Dániel Bali" <[hidden email]>:

> Hi!
>
> It's the snapshot version.
>
> Regards,
> Daniel
>
> 2014-11-14 18:09 GMT+01:00 Stephan Ewen <[hidden email]>:
>
> > Hi!
> >
> > Just to make sure: The latest version means the latest snapshot version
> > (0.8-incubating-SNAPSHOT), or the latest release version (0.7.0) ?
> >
> > Stephan
> >
> >
> > On Fri, Nov 14, 2014 at 5:48 PM, Dániel Bali <[hidden email]>
> > wrote:
> >
> > > Hello!
> > >
> > > I have a fork of flink-graph <
> > https://github.com/project-flink/flink-graph>
> > > and
> > > some of the tests fail on Windows, even though they pass on Ubuntu. Is
> > > there anybody using Flink on Windows who could take a look at this?
> > >
> > > The test that fails is TestMapVertices. The first 2 cases always pass
> and
> > > the last 3 fail. If I switch the order of test cases, the previously
> > failed
> > > tests will pass. From the exception it looks like an io issue, but it's
> > > very strange that 2 tests pass.
> > >
> > > Here is the full log that I get when running the test. The relevant
> > > exceptions are at the end.
> > > https://gist.github.com/balidani/f8795da0679b26b80b2a
> > >
> > > Here is the failure trace:
> > > https://gist.github.com/balidani/5b7b8cd8febe87f83a50
> > >
> > > This is on Windows 7 (Version 6.1.7601), with the latest version of
> > Flink.
> > >
> > > Thanks!
> > >
> > > Regards,
> > > Daniel
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [flink-graph] Tests failing on Windows

Vasiliki Kalavri
Hi,

I tried to reproduce this in my Windows laptop, but I couldn't.
All TestMapVertices and TestMapEdges tests pass without problem.
I'm also using Windows 7 and latest snapshot. Now I'm curious to see what's
wrong :)

Cheers,
V.

On 14 November 2014 19:20, Markus Holzemer <[hidden email]>
wrote:

> Hi,
> usually the Windows Tests fail because some file URIs are hard-coded in
> Linux style.
> Perhaps you can do a quick fix yourself otherwise I can have a look at the
> issue as soon as I find the time.
>
> Best,
> Markus
> Am 14.11.2014 10:16 schrieb "Dániel Bali" <[hidden email]>:
>
> > Hi!
> >
> > It's the snapshot version.
> >
> > Regards,
> > Daniel
> >
> > 2014-11-14 18:09 GMT+01:00 Stephan Ewen <[hidden email]>:
> >
> > > Hi!
> > >
> > > Just to make sure: The latest version means the latest snapshot version
> > > (0.8-incubating-SNAPSHOT), or the latest release version (0.7.0) ?
> > >
> > > Stephan
> > >
> > >
> > > On Fri, Nov 14, 2014 at 5:48 PM, Dániel Bali <
> [hidden email]>
> > > wrote:
> > >
> > > > Hello!
> > > >
> > > > I have a fork of flink-graph <
> > > https://github.com/project-flink/flink-graph>
> > > > and
> > > > some of the tests fail on Windows, even though they pass on Ubuntu.
> Is
> > > > there anybody using Flink on Windows who could take a look at this?
> > > >
> > > > The test that fails is TestMapVertices. The first 2 cases always pass
> > and
> > > > the last 3 fail. If I switch the order of test cases, the previously
> > > failed
> > > > tests will pass. From the exception it looks like an io issue, but
> it's
> > > > very strange that 2 tests pass.
> > > >
> > > > Here is the full log that I get when running the test. The relevant
> > > > exceptions are at the end.
> > > > https://gist.github.com/balidani/f8795da0679b26b80b2a
> > > >
> > > > Here is the failure trace:
> > > > https://gist.github.com/balidani/5b7b8cd8febe87f83a50
> > > >
> > > > This is on Windows 7 (Version 6.1.7601), with the latest version of
> > > Flink.
> > > >
> > > > Thanks!
> > > >
> > > > Regards,
> > > > Daniel
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [flink-graph] Tests failing on Windows

Dániel Bali
Hi,

That's great to hear, it means that there is something wrong on my side.
I'll send a reply if I figure out what's wrong!

Regards,
Daniel

2014-11-17 23:24 GMT+01:00 Vasiliki Kalavri <[hidden email]>:

> Hi,
>
> I tried to reproduce this in my Windows laptop, but I couldn't.
> All TestMapVertices and TestMapEdges tests pass without problem.
> I'm also using Windows 7 and latest snapshot. Now I'm curious to see what's
> wrong :)
>
> Cheers,
> V.
>
> On 14 November 2014 19:20, Markus Holzemer <[hidden email]
> >
> wrote:
>
> > Hi,
> > usually the Windows Tests fail because some file URIs are hard-coded in
> > Linux style.
> > Perhaps you can do a quick fix yourself otherwise I can have a look at
> the
> > issue as soon as I find the time.
> >
> > Best,
> > Markus
> > Am 14.11.2014 10:16 schrieb "Dániel Bali" <[hidden email]>:
> >
> > > Hi!
> > >
> > > It's the snapshot version.
> > >
> > > Regards,
> > > Daniel
> > >
> > > 2014-11-14 18:09 GMT+01:00 Stephan Ewen <[hidden email]>:
> > >
> > > > Hi!
> > > >
> > > > Just to make sure: The latest version means the latest snapshot
> version
> > > > (0.8-incubating-SNAPSHOT), or the latest release version (0.7.0) ?
> > > >
> > > > Stephan
> > > >
> > > >
> > > > On Fri, Nov 14, 2014 at 5:48 PM, Dániel Bali <
> > [hidden email]>
> > > > wrote:
> > > >
> > > > > Hello!
> > > > >
> > > > > I have a fork of flink-graph <
> > > > https://github.com/project-flink/flink-graph>
> > > > > and
> > > > > some of the tests fail on Windows, even though they pass on Ubuntu.
> > Is
> > > > > there anybody using Flink on Windows who could take a look at this?
> > > > >
> > > > > The test that fails is TestMapVertices. The first 2 cases always
> pass
> > > and
> > > > > the last 3 fail. If I switch the order of test cases, the
> previously
> > > > failed
> > > > > tests will pass. From the exception it looks like an io issue, but
> > it's
> > > > > very strange that 2 tests pass.
> > > > >
> > > > > Here is the full log that I get when running the test. The relevant
> > > > > exceptions are at the end.
> > > > > https://gist.github.com/balidani/f8795da0679b26b80b2a
> > > > >
> > > > > Here is the failure trace:
> > > > > https://gist.github.com/balidani/5b7b8cd8febe87f83a50
> > > > >
> > > > > This is on Windows 7 (Version 6.1.7601), with the latest version of
> > > > Flink.
> > > > >
> > > > > Thanks!
> > > > >
> > > > > Regards,
> > > > > Daniel
> > > > >
> > > >
> > >
> >
>