RFR: 8325201: (zipfs) Disable TestPosix.setPermissionsShouldConvertToUnix which fails on Windows [v2]
Eirik Bjørsnøs
eirbjo at openjdk.org
Sun Feb 4 20:35:24 UTC 2024
> Can I please get a review for this trivial change to disable the test `TestPosix.setPermissionsShouldConvertToUnix`?
>
> This test was recently introduced in [JDK-8324635](https://bugs.openjdk.org/browse/JDK-8324635), but fails intermittently on Windows CI runs. (See [JDK-8325199](https://bugs.openjdk.org/browse/JDK-8325199))
>
> To reduce CI noise, I suggest we simply add `@Disabled` for now on the failing test. The actual fix of the failing test will be investigated and fixed as a follow-up PR.
Eirik Bjørsnøs has updated the pull request incrementally with one additional commit since the last revision:
Selectively skip the test only on Windows
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17700/files
- new: https://git.openjdk.org/jdk/pull/17700/files/3adb75d3..b09472c7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17700&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17700&range=00-01
Stats: 8 lines in 2 files changed: 6 ins; 2 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17700.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17700/head:pull/17700
PR: https://git.openjdk.org/jdk/pull/17700
More information about the nio-dev
mailing list