Hi Peter,
On 24/10/2014 11:39 PM, Peter Allwin wrote:
Hello!
This patch fixes two intermittent issues seen over the past year:
a) Possible failure where an existing pid-file is not owned by the
test user
b) Race during startup where we try to attach to the target before
it’s ready (remov
On 27/10/2014 1:15 AM, Ivan Gerasimov wrote:
David, would you approve this fix?
Sorry Ivan I'm having trouble following the logic this time - could you
add some comments about what we are checking at each step. Also we seem
to exit while still holding the critical section - how does that work
On 25/10/2014 3:06 AM, Jaroslav Bachorik wrote:
Please, review this change to the test library.
Issue : https://bugs.openjdk.java.net/browse/JDK-8062070
Webrev: http://cr.openjdk.java.net/~jbachorik/8062070/webrev.00
The test started failing after the process.destroyForcibly() was added
to Proc
David, would you approve this fix?
Sincerely yours,
Ivan
On 26.10.2014 19:01, Daniel D. Daugherty wrote:
On 10/25/14 12:23 PM, Ivan Gerasimov wrote:
On 25.10.2014 3:06, Daniel D. Daugherty wrote:
On 10/1/14 3:07 AM, Ivan Gerasimov wrote:
Hello!
The tests that continue to fail with wrong ex
On 10/25/14 12:23 PM, Ivan Gerasimov wrote:
On 25.10.2014 3:06, Daniel D. Daugherty wrote:
On 10/1/14 3:07 AM, Ivan Gerasimov wrote:
Hello!
The tests that continue to fail with wrong exit codes suggest that
the fix for JDK-8057744 wasn't sufficient.
Here's another proposal, which expands the