Skip to content

ReFrame 4.0.0-dev.0

Pre-release
Pre-release

Choose a tag to compare

@vkarak vkarak released this 09 Sep 20:49
· 2064 commits to master since this release
08bb6b9

Release Notes

New features and enhancements

  • Change default hostname autodetection parameters (#2583)
  • Associate a unique hash with each test (#2578)
  • Add command line option to set the execution order of independent tests (#2575)
  • Drop the old test naming scheme (#2574)
  • Introduce ReFrame 4.0 (#2562)
  • Use the test's extra_resources also for the build job (#2547)
  • Remove deprecated features for 4.x (#1986, #2096)
  • Drop the @parameterized_test decorator (#1951)

Bug fixes

  • Document missing log record attributes (#2586)
  • Log correctly %(check_perfvalues)s attribute (#2588)
  • Fix singularity cli option to change to the mounted stage directory with the Singularity container platform (#2581)

Test library

n/a

Other

  • Fix documentation of modules test attribute (#2592)
  • Add a warning in documentation about the usage of perf_patterns (#2587)
  • Add CSCS webinar resources + links (#2582)
  • Fix example of httpjson handler usage (#2563)
  • Add note about test dependencies in --repeat option docs (#2564)