The changes to this test were developed on a native Windows 11 machine. I have
never seen this problem.
A web search suggests that this is a Windows error message possibly due to
drive error.
On Sep 4, 2023, at 5:16 AM, Andrey Turbanov
mailto:aturba...@openjdk.org>> wrote:
It seems after refa
On Wed, 29 Mar 2023 18:05:46 GMT, Brian Burkhalter wrote:
>> Modify the `Space` instances used for size comparison to be created with
>> total number of bytes derived from the Windows `diskFree` utility instead of
>> Cygwin’s `df`.
>
> Brian Burkhalter has updated the pull request incrementally
On Wed, 29 Mar 2023 18:05:46 GMT, Brian Burkhalter wrote:
>> Modify the `Space` instances used for size comparison to be created with
>> total number of bytes derived from the Windows `diskFree` utility instead of
>> Cygwin’s `df`.
>
> Brian Burkhalter has updated the pull request incrementally
On Wed, 29 Mar 2023 16:10:34 GMT, Roger Riggs wrote:
>> Brian Burkhalter has updated the pull request with a new target base due to
>> a merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains five additional
>> comm
On Tue, 28 Feb 2023 21:26:55 GMT, Brian Burkhalter wrote:
>> Spawning `df` and `diskFree` processes have been replaced with native calls.
>> For a reason as yet undetermined, the Windows function
>> `GetDiskSpaceInformationW` fails to load on Windows Server 2016 so it is
>> loaded dynamically
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
Brian Burkhalter has updated the pull request incrementally with one additional
commit since the last revision:
8305157:
On Mon, 27 Feb 2023 22:05:20 GMT, Brian Burkhalter wrote:
>> Modify the `Space` instances used for size comparison to be created with
>> total number of bytes derived from the Windows `diskFree` utility instead of
>> Cygwin’s `df`.
>
> Brian Burkhalter has updated the pull request with a new ta
On Mon, 27 Feb 2023 22:05:20 GMT, Brian Burkhalter wrote:
>> Modify the `Space` instances used for size comparison to be created with
>> total number of bytes derived from the Windows `diskFree` utility instead of
>> Cygwin’s `df`.
>
> Brian Burkhalter has updated the pull request with a new ta
On Wed, 22 Feb 2023 18:26:49 GMT, Brian Burkhalter wrote:
>> There has definitely been a problem with quotas on Windows. I set up quotas
>> on actual Windows 11 hardware and replicated the same failure. I am not sure
>> how much lack of system quiescence is to blame, but there would be no harm
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
Brian Burkhalter has updated the pull request with a new target base due to a
merge or a rebase. The incremental webrev excl
On Tue, 14 Feb 2023 16:31:48 GMT, Brian Burkhalter wrote:
>>> Another possibility would be to add a native method to the test itself to
>>> invoke
>>> [GetDiskSpaceInformationW](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getdiskspaceinformationw)
>>> to obtain the v
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
Brian Burkhalter has updated the pull request incrementally with two additional
commits since the last revision:
- 8298619
On Sun, 12 Feb 2023 09:34:37 GMT, Alan Bateman wrote:
>>> It seems a bit fragile to be parsing the output of `fsutil volume diskFree`
>>> as the output seems to vary by Windows releases and maybe configuration. So
>>> minimally, I think it should be changed to use ProcessTools so that the
>>>
On Fri, 10 Feb 2023 17:10:46 GMT, Brian Burkhalter wrote:
> Another possibility would be to add a native method to the test itself to
> invoke
> [GetDiskSpaceInformationW](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getdiskspaceinformationw)
> to obtain the value of
On Fri, 10 Feb 2023 13:51:24 GMT, Alan Bateman wrote:
> It seems a bit fragile to be parsing the output of `fsutil volume diskFree`
> as the output seems to vary by Windows releases and maybe configuration. So
> minimally, I think it should be changed to use ProcessTools so that the
> command
On Fri, 3 Feb 2023 02:02:39 GMT, Brian Burkhalter wrote:
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
test/jdk/java/io/File/GetXSpace.java line 152:
> 150: }
> 151
On Fri, 3 Feb 2023 02:02:39 GMT, Brian Burkhalter wrote:
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
With reference to the Windows `DISK_SPACE_INFORMATION` structure,
Modify the `Space` instances used for size comparison to be created with total
number of bytes derived from the Windows `diskFree` utility instead of Cygwin’s
`df`.
-
Commit messages:
- 8298619: java/io/File/GetXSpace.java is failing
Changes: https://git.openjdk.org/jdk/pull/12397
18 matches
Mail list logo