Skip to content

ReFrame 2.10

Choose a tag to compare

@vkarak vkarak released this 14 Feb 11:53
· 11266 commits to develop since this release
557e930

ReFrame 2.10 Release Notes

API Changes

  • RegressionTest.sourcesdir is now always copied to the stage directory
  • Support for specifying Git repositories in RegressionTest.sourcesdir
  • Job.pre_run and Job.post_run fields are deprecated in favour of the new ones RegressionTest.pre_run and RegressionTest.post_run

Framework

  • Support for the LMod modules system
  • Support for module aliases by the internal modules system abstraction
  • New more robust design of the regression test execution policies
  • More robust and efficient error checking for the Tmod modules system backend
  • Fix framework behaviour when trying to run interactive commands
  • Fir random unit tests failures with Python 3.5
  • Documentation fixes