RFR: 8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment [v3]
Alan Bateman
alanb at openjdk.org
Thu Jul 25 12:50:31 UTC 2024
On Thu, 25 Jul 2024 12:39:35 GMT, SendaoYan <syan at openjdk.org> wrote:
> The rpmbuild mock enviroment is like a sandbox, which created by `chroot` shell command, in the rpmbuild mock enviroment, `df -h` report `cannot read table of mounted file systems`, and java Files.getFileStore also throw `IOException`. We want to build and test the jdk in this `sandbox`, and the default jtreg work directory is `JTWork` in current directory, so this testcase will report fails.
Okay, but doesn't mean that lots of other tests will fail too, esp. tests in jdk_nio test group.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2250241338
More information about the core-libs-dev
mailing list