Skip to content

ReFrame 3.12.0

Choose a tag to compare

@vkarak vkarak released this 01 Jul 09:22
· 2188 commits to master since this release
a872d23

Release Notes

Changes since 3.11.0

New features and enhancements

  • Add a lightweight time profiler in the framework (#2545)
  • Optimise the test case generation (#2544)
  • Include the loggable variables and parameters in the run report (#2543)
  • Add new command line option to repeat selected tests (#2539)
  • Do not require to set container_platform for running containerised tests (#2537)
  • Add --mode option to GitLab CI pipeline command (#2514)

Bug fixes

  • Treat undefined variables correctly in run report (#2546)
  • Snooze between polls in serial policy (#2538)
  • Improve test selection by their variant id (#2533)
  • Reset poll rate every time a test finishes the compilation or run phase (#2534)
  • Skip test file when an import error is encountered (#2535)
  • Improve detection of ReFrame test files (#2520)
  • Check that PBS output is written back to working directory before setting the job as completed (#2519)
  • Allow setting fixture variables from the command line (#2515)

Test library

  • Fix broken symlinks to the Xdevice header library (#2524)
  • Make GPU burn test a library test (#2503)

Other

  • Move CSCS tests and configuration out of this repo (#2521)
  • Fix documentation of execution modes' target_systems (#2541)