Re: RFR: 8300339: Run jtreg in the work dir [v3]

2025-04-08 Thread Erik Joelsson
On Tue, 8 Apr 2025 14:31:38 GMT, Magnus Ihse Bursie wrote: >> We had a test setup failure in our distributed test system where the process >> running jtreg crashed. This caused the hs_err file to end up in the root of >> the source tree. Dropping crash files in the source tree is bad practice a

Re: RFR: 8300339: Run jtreg in the work dir [v3]

2025-04-08 Thread Magnus Ihse Bursie
> We had a test setup failure in our distributed test system where the process > running jtreg crashed. This caused the hs_err file to end up in the root of > the source tree. Dropping crash files in the source tree is bad practice and > makes it harder to find such files. We should change the c

Re: RFR: 8300339: Run jtreg in the work dir [v2]

2025-04-08 Thread Magnus Ihse Bursie
> We had a test setup failure in our distributed test system where the process > running jtreg crashed. This caused the hs_err file to end up in the root of > the source tree. Dropping crash files in the source tree is bad practice and > makes it harder to find such files. We should change the c

Re: RFR: 8300339: Run jtreg in the work dir [v3]

2025-04-08 Thread Magnus Ihse Bursie
On Mon, 7 Apr 2025 20:33:14 GMT, Magnus Ihse Bursie wrote: >> make/RunTests.gmk line 1000: >> >>> 998: $1_COMMAND_LINE := \ >>> 999: cd $$($1_TEST_SUPPORT_DIR) && $$(JTREG_JAVA) \ >>> 1000: $$($1_JTREG_LAUNCHER_OPTIONS) \ >> >> Should this be aligned with the row below? > > I didn

Re: RFR: 8300339: Run jtreg in the work dir

2025-04-07 Thread Magnus Ihse Bursie
On Mon, 7 Apr 2025 14:05:47 GMT, Erik Joelsson wrote: >> We had a test setup failure in our distributed test system where the process >> running jtreg crashed. This caused the hs_err file to end up in the root of >> the source tree. Dropping crash files in the source tree is bad practice and >

Re: RFR: 8300339: Run jtreg in the work dir

2025-04-07 Thread Erik Joelsson
On Fri, 4 Apr 2025 14:59:35 GMT, Magnus Ihse Bursie wrote: > We had a test setup failure in our distributed test system where the process > running jtreg crashed. This caused the hs_err file to end up in the root of > the source tree. Dropping crash files in the source tree is bad practice and

Re: RFR: 8300339: Run jtreg in the work dir

2025-04-07 Thread Magnus Ihse Bursie
On Mon, 7 Apr 2025 05:13:09 GMT, David Holmes wrote: >> We had a test setup failure in our distributed test system where the process >> running jtreg crashed. This caused the hs_err file to end up in the root of >> the source tree. Dropping crash files in the source tree is bad practice and >>

Re: RFR: 8300339: Run jtreg in the work dir

2025-04-06 Thread David Holmes
On Fri, 4 Apr 2025 14:59:35 GMT, Magnus Ihse Bursie wrote: > We had a test setup failure in our distributed test system where the process > running jtreg crashed. This caused the hs_err file to end up in the root of > the source tree. Dropping crash files in the source tree is bad practice and

RFR: 8300339: Run jtreg in the work dir

2025-04-04 Thread Magnus Ihse Bursie
We had a test setup failure in our distributed test system where the process running jtreg crashed. This caused the hs_err file to end up in the root of the source tree. Dropping crash files in the source tree is bad practice and makes it harder to find such files. We should change the current w