Fixup tests
This commit is contained in:
parent
c1d2f3a1b7
commit
b81e7ea950
2 changed files with 9 additions and 5 deletions
|
|
@ -410,9 +410,11 @@ WHERE packages.id IN (
|
||||||
(with-time-logging "preparing location ids"
|
(with-time-logging "preparing location ids"
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
((_ location rest ...)
|
((_ location rest ...)
|
||||||
(location->location-id
|
(if location
|
||||||
conn
|
(location->location-id
|
||||||
location)))
|
conn
|
||||||
|
location)
|
||||||
|
NULL)))
|
||||||
package-metadata))
|
package-metadata))
|
||||||
license-set-ids
|
license-set-ids
|
||||||
(with-time-logging "preparing package description set ids"
|
(with-time-logging "preparing package description set ids"
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,8 @@
|
||||||
(mock
|
(mock
|
||||||
((guix-data-service jobs load-new-guix-revision)
|
((guix-data-service jobs load-new-guix-revision)
|
||||||
channel->source-and-derivations-by-system
|
channel->source-and-derivations-by-system
|
||||||
(lambda (conn store channel fetch-with-authentication?)
|
(lambda* (conn store channel fetch-with-authentication?
|
||||||
|
#:key parallelism)
|
||||||
(cons
|
(cons
|
||||||
"/gnu/store/guix"
|
"/gnu/store/guix"
|
||||||
'(("x86_64-linux"
|
'(("x86_64-linux"
|
||||||
|
|
@ -57,7 +58,8 @@
|
||||||
extract-information-from
|
extract-information-from
|
||||||
(lambda* (conn store guix-revision-id commit
|
(lambda* (conn store guix-revision-id commit
|
||||||
guix-source store-path
|
guix-source store-path
|
||||||
#:key skip-system-tests?)
|
#:key skip-system-tests?
|
||||||
|
parallelism)
|
||||||
#t))
|
#t))
|
||||||
|
|
||||||
(mock
|
(mock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue