Skip to content

1.4.5

Latest

Choose a tag to compare

@locker locker released this 03 Jul 14:29
· 1 commit to master since this release

Overview

The most notable change introduced in this release is change of the location where treegen creates temporary files: now they are created in VARDIR so as not to pollute /tmp. It also fixes a couple of bugs related to logging and server failure detection.

Changes

  • Fixed a bug when assertion failures occurred during process termination were ignored (gh-465).
  • Fixed a bug when the luatest log file was removed if the command line option --no-cleanup was not used (gh-471).
  • Now the treegen helper creates temporary files in VARDIR, which is /tmp/t by default, so as not to pollute the system tmp directory.