More system test loading fixes

This commit is contained in:
Christopher Baines 2025-06-25 15:32:21 +02:00
parent 8f172c4950
commit 5d1233ccd0

View file

@ -37,6 +37,7 @@
conn
"system_tests"
'(name description location_id)
(list->vector
(map (match-lambda
((name description derivation-ids-by-system location-data)
(list name
@ -44,7 +45,7 @@
(location->location-id
conn
(apply location location-data)))))
system-test-data)))
system-test-data))))
(data
(append-map
(lambda (system-test-id derivation-ids-by-system)
@ -54,7 +55,7 @@
(cdr system-and-derivation-id)
(car system-and-derivation-id)))
derivation-ids-by-system))
system-test-ids
(vector->list system-test-ids)
(map third system-test-data))))
(exec-query