On Fri, 15 Jul 2022 18:09:08 GMT, Bill Huang wrote:
>> This is a task to convert shell tests to Java tests. The shell scripts to be
>> removed are responsible for compiling Java files and running the tests on
>> Linux systems. This functionality can be achieved with JTReg tag @requires
>> (os.
On Fri, 15 Jul 2022 18:09:08 GMT, Bill Huang wrote:
>> This is a task to convert shell tests to Java tests. The shell scripts to be
>> removed are responsible for compiling Java files and running the tests on
>> Linux systems. This functionality can be achieved with JTReg tag @requires
>> (os.
> This is a task to convert shell tests to Java tests. The shell scripts to be
> removed are responsible for compiling Java files and running the tests on
> Linux systems. This functionality can be achieved with JTReg tag @requires
> (os.family=="linux").
Bill Huang has updated the pull request
On Thu, 14 Jul 2022 23:01:50 GMT, Leonid Mesnik wrote:
>> Bill Huang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removed othervm option and fixed @requires coding style.
>
> The variables should use camelCase. Like min_count_for_pass
> This is a task to convert shell tests to Java tests. The shell scripts to be
> removed are responsible for compiling Java files and running the tests on
> Linux systems. This functionality can be achieved with JTReg tag @requires
> (os.family=="linux").
Bill Huang has updated the pull request
On Fri, 15 Jul 2022 01:56:39 GMT, David Holmes wrote:
>> Bill Huang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Removed othervm option and fixed @requires coding style.
>
> Is the restriction to run on Linux actually still valid? Sho
On Tue, 12 Jul 2022 22:39:36 GMT, Ioi Lam wrote:
>> Some Kubernetes setups share the /tmp directory across multiple containers.
>> On rare occasions, the JVM may crash when it tries to write to
>> `/tmp/hsperfdata_/` when a process in a separate container
>> decides to do the same thing (becau
On Tue, 12 Jul 2022 22:39:36 GMT, Ioi Lam wrote:
>> Some Kubernetes setups share the /tmp directory across multiple containers.
>> On rare occasions, the JVM may crash when it tries to write to
>> `/tmp/hsperfdata_/` when a process in a separate container
>> decides to do the same thing (becau