Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8173910

(fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores

XMLWordPrintable

    • b157
    • linux, solaris

        FileSystem.getFileStores() hangs in the call to stat(2) when it encounters a stale NFS mount and the test consequently fails by timing out. It would be better to attempt to check whether there is an NFS issue and skip the FileStore iteration in this case. Most test runs should still perform all other necessary checks and this would avert spurious failures due to system configuration issues.

              bpb Brian Burkhalter
              bpb Brian Burkhalter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: