Hi Arno yes I think so ; the NFS issue seems to appear on Linux quite often , noticed it a number of times in our nightly tests .
Best regards, Matthias -----Original Message----- From: Zeller, Arno <[email protected]> Sent: Montag, 10. August 2020 14:58 To: Brian Burkhalter <[email protected]> Cc: core-libs-dev <[email protected]>; Baesken, Matthias <[email protected]> Subject: RE: [16] 8251017: java/io/File/GetXSpace.java fails on UNIX Hi Brian, just a question: I only see a fix for the AIX issue in your change. As far as I understand Matthias the main issue in https://bugs.openjdk.java.net/browse/JDK-8251017 is that NFS mounts (that often change the usable size during the test run) are not excluded. We see this kind of failure very often on our Linux test systems. Will this be handled in another bug? Best regards, Arno > -----Original Message----- > From: core-libs-dev <[email protected]> On Behalf Of Brian > Burkhalter > Sent: Dienstag, 4. August 2020 20:09 > To: [email protected] > Cc: core-libs-dev <[email protected]> > Subject: Re: [16] 8251017: java/io/File/GetXSpace.java fails on UNIX > > Thanks, Naoto. I’ll hold off pushing it until the review in [2] is done. > > Brian > > > On Aug 4, 2020, at 10:41 AM, [email protected] wrote: > > > > Looks good, Brian. > > > > Naoto > > > > On 8/4/20 9:01 AM, Brian Burkhalter wrote: > >> Add @requires tag for [1]. This patch is layered on top of that proposed in > [2]. > >> --- a/test/jdk/java/io/File/GetXSpace.java > >> +++ b/test/jdk/java/io/File/GetXSpace.java > >> @@ -24,6 +24,7 @@ > >> /** > >> * @test > >> * @bug 4057701 6286712 6364377 > >> + * @requires (os.family == "linux" | os.family == "mac" | os.family == > "windows") > >> * @run build GetXSpace > >> * @run shell GetXSpace.sh > >> * @summary Basic functionality of File.get-X-Space methods. > >> Thanks, > >> Brian > >> [1] https://bugs.openjdk.java.net/browse/JDK-8251017 > >> [2] http://mail.openjdk.java.net/pipermail/core-libs-dev/2020- > July/067990.html
