Skip to content

[master] Treat Extra field in production request DB as JSON

Chris Burr requested to merge cburr/LHCbDIRAC:fix-unsignable-requests into master

As a result of changing the contents of the production request DB to store JSON blobs instead of pickle it becomes impossible for a member of the PPG to sign an old production request that contains pickled data as it gets automatically promoted to JSON causing the strings to no longer match. As the "Extra" field is now being updated it fails the checks at:

BEGINRELEASENOTES

*ProductionManagementSystem FIX: Treat "Extra" field as JSON to avoid unsignable requests

ENDRELEASENOTES

Merge request reports

Loading