On Mon, 19 Aug 2024 04:43:24 GMT, Jaikiran Pai wrote:
> tier1 testing with these changes against latest master branch completed
> without issues. I'll go ahead and sponsor this.
Thanks for the testing and sponsor.
-
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2
On Fri, 26 Jul 2024 06:29:05 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Fri, 26 Jul 2024 06:29:05 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Fri, 26 Jul 2024 06:29:05 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Wed, 14 Aug 2024 13:52:11 GMT, Alan Bateman wrote:
> The testing scenario is very unusual but I think it's okay to skip when POSIX
> permissions aren't supported.
Thanks. /integrate
-
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2289149517
On Thu, 25 Jul 2024 13:23:37 GMT, Alan Bateman wrote:
>>> Okay, but doesn't mean that lots of other tests will fail too, esp. tests
>>> in jdk_nio test group.
>>
>> Currently we observer only this test fails of tier1.
>
>> > Okay, but doesn't mean that lots of other tests will fail too, esp. te
On Thu, 25 Jul 2024 13:23:37 GMT, Alan Bateman wrote:
>>> Okay, but doesn't mean that lots of other tests will fail too, esp. tests
>>> in jdk_nio test group.
>>
>> Currently we observer only this test fails of tier1.
>
>> > Okay, but doesn't mean that lots of other tests will fail too, esp. te
On Fri, 26 Jul 2024 06:29:18 GMT, Jaikiran Pai wrote:
> The latest change looks OK to me. Please wait for Alan to decide if this is
> OK to integrate.
Okey, thanks.
-
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2252123786
On Fri, 26 Jul 2024 06:29:05 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Fri, 26 Jul 2024 04:30:16 GMT, Jaikiran Pai wrote:
>> SendaoYan has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 1. Just catch the IOException here when getting the FileStore and skip the
>> test instead of checking for specific excep
> Hi all,
> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails on
> rpm build mock environment. The `df -h` command return fail `df: cannot read
> table of mounted file systems: No such file or directory` on the rpm build
> mock environment also. I think it's a environmen
On Thu, 25 Jul 2024 09:50:10 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Thu, 25 Jul 2024 09:50:10 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Thu, 25 Jul 2024 13:23:37 GMT, Alan Bateman wrote:
> Is this because you only run tier1 or do you mean this is the only test that
> fails?
We only run tier1 on rpmbuild mock enviroment.
-
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2250369276
On Thu, 25 Jul 2024 12:54:16 GMT, SendaoYan wrote:
> > Okay, but doesn't mean that lots of other tests will fail too, esp. tests
> > in jdk_nio test group.
>
> Currently we observer only this test fails of tier1.
Is this because you only run tier1 or do you mean this is the only test that
fai
On Thu, 25 Jul 2024 12:48:20 GMT, Alan Bateman wrote:
> Okay, but doesn't mean that lots of other tests will fail too, esp. tests in
> jdk_nio test group.
Currently we observer only this test fails of tier1.
-
PR Comment: https://git.openjdk.org/jdk/pull/19905#issuecomment-2250252
On Thu, 25 Jul 2024 12:39:35 GMT, SendaoYan 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`.
On Thu, 25 Jul 2024 09:50:10 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Thu, 25 Jul 2024 10:23:29 GMT, Alan Bateman wrote:
> Would it possible to provide a summary on how Mock works and how we end up
> with the current directory in a location that doesn't have a mount point?
The rpmbuild mock enviroment is like a sandbox, which created by `chroot` shell
command
On Thu, 25 Jul 2024 09:50:10 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Thu, 25 Jul 2024 04:53:33 GMT, Jaikiran Pai wrote:
>> SendaoYan has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> add a word throw
>
> test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java line 216:
>
>> 214: } catch (I
> Hi all,
> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails on
> rpm build mock environment. The `df -h` command return fail `df: cannot read
> table of mounted file systems: No such file or directory` on the rpm build
> mock environment also. I think it's a environmen
On Wed, 26 Jun 2024 15:40:36 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
On Wed, 26 Jun 2024 15:40:36 GMT, SendaoYan wrote:
>> Hi all,
>> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails
>> on rpm build mock environment. The `df -h` command return fail `df: cannot
>> read table of mounted file systems: No such file or directory` on the rpm
> Hi all,
> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails on
> rpm build mock environment. The `df -h` command return fail `df: cannot read
> table of mounted file systems: No such file or directory` on the rpm build
> mock environment also. I think it's a environmen
On Wed, 26 Jun 2024 12:15:33 GMT, SendaoYan wrote:
> Hi all,
> Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails on
> rpm build mock environment. The `df -h` command return fail `df: cannot read
> table of mounted file systems: No such file or directory` on the rpm buil
Hi all,
Test `test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java` fails on
rpm build mock environment. The `df -h` command return fail `df: cannot read
table of mounted file systems: No such file or directory` on the rpm build mock
environment also. I think it's a environmental issue,
27 matches
Mail list logo