Skip to content

ReFrame 4.0.5

Choose a tag to compare

@vkarak vkarak released this 17 Feb 20:17
· 1646 commits to develop since this release

Release Notes

Enhancements

  • Warn if an invalid mode option is passed to --mode (#2790)
  • Print the fixture variable names in test listings (#2783)

Bug fixes

  • Properly define sched_options in the configuration schema (#2793)
  • Do not issue a name conflict error for the same fixture imported from different test files (#2780)
  • Register performance functions even if perf_variables are defined in the class body and improve the performance function docs (#2770)
  • Correctly silence the stream handlers only when the -q option is passed (#2786)

Other

  • Use release/v1 version for the publish Github action (#2791)
  • Improve the release notes generation (#2782)