Skip to content

29 March 2021 Release Notes

Version 1.1.209

Feature Highlights

New Look for Test Results

The Test Results dialog, accessed from the Order Run Details page, has a fresh design intended to help users locate failures more quickly.

The updated dialog sorts the results first by test failure mode (Failed/Stop, Failed/Warning, Failed/Log, Passed) and then by node and tests in execution order. The entries include links to the Node Editor that open the relevant Tests tab for review and editing. See Order Run Test Results for more information. [DEV-7867]

()

The new Test Results dialog makes it easy to find failed tests in an order run.

Other Fixes & Enhancements

Variables Can Be Updated in a Scheduled Order: When a user submitted a scheduled order, the system was maintaining a snapshot of all order parameters in the database and was not honoring any subsequent variable overrides. The changes to variable values were, however, being recorded in a recipe's variations.json file. This issue has been resolved, and the system now reads the variations file when executing order runs from scheduled orders. [DEV-7955]

Resource Limitations Removed for Copying Files to Containers: Users attempting to copy multiple files, with a combined size of greater than 8 GB, into a container node found that their container nodes failed for insufficient memory. The problem was caused by the system passing the copies in memory through tar archive files rather than directly into the container. This issue has been resolved by reimplementing file handling using a new API. Users no longer need to allocate extra RAM to their container nodes to complete file copies. [DEV-7925]

Recipe Alerts Form Includes Kitchen Users: The drop-down menu for email addresses in the Edit Recipe Alerts dialog has been updated to include the email addresses of all kitchen users, in addition to available variables. [DEV-7919]