Skip to content

no more infinite wait on startup error & deleting old logs

Ondřej Vašíček requested to merge feature/startupNoInfiniteWaitOnFailure into dev
  • run & test scripts will now not wait forever when one of Unite's components fails to start
    • all scripts now poll the URL (as before) and also check whether the components process is still running (to return an error instead of waiting forever)
  • run_all.sh now deletes old logs -- only the 5 most recent will stay

Merge request reports