Jonathan Karlsen

Results 55 comments of Jonathan Karlsen

> > Yes, to the two different loggers (lsf-driver and driver) > > Why do we want that? The default logger in execute_with_retries logs to debug. Should I change this...

@berland I added `log_to_debug=True` as a parameter to `execute_with_retry`. I have manually tested that `bhist -l` output is only logged once, to logger.info.

Should I add a "bhist -l summary: " prefix to the logged stdout? @berland This is the current format: ``` 2024-05-21 12:11:25,434 - ert.scheduler.lsf_driver - LegacyEnsemble - INFO - Job...

> > Should I add a "bhist -l summary: " prefix to the logged stdout? @berland This is the current format: > > Yes, I think that makes sense. Don't...

@xjules Should this issue wait for https://github.com/equinor/ert/issues/6958?

~~Blocked by #6958~~ Unblocked. It's merged already.

> The logging might be already fixed by [50a4421](https://github.com/equinor/ert/commit/50a44210a148234c08baa85bcb1ca34f0581d5e0). Need to just test. It did not fix it

Did it say which test this originated from? I am unable to reproduce it on macos.

Running some in parallell, they fail when using a high count because it is running out of available ports. ``` FAILED tests/integration_tests/scheduler/test_openpbs_driver.py::test_openpbs_driver_with_poly_example_failing_submit_fails_ert_and_propagates_exception_to_user[34-100] - ert.shared.port_handler.NoPortsInRangeException: No available ports in range range(51820,...