[crac] RFR: 8377562: [CRaC] Add better logging to RemoteJmxTest
Radim Vansa
rvansa at openjdk.org
Fri Feb 20 09:54:43 UTC 2026
On Tue, 10 Feb 2026 13:34:39 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:
> Makes `RemoteJmxTest` log stderr of the child process.
I had just a quick peek on the changes, but while at it, could you consider to always capture the output (but `tee` it into stderr/stdout as well)?
Also, I don't like the `.doRestore()` and `.doRestoreToAnalyze()` too much: what about replacing the latter with `.expect(outputAnalyzer -> ...).doRestore()`?
-------------
PR Comment: https://git.openjdk.org/crac/pull/295#issuecomment-3895426881
More information about the crac-dev
mailing list