guix-devel/tests
Ludovic Courtès 3931c76154
database: 'with-database' can now initialize new databases.
* nix/libstore/schema.sql: Rename to...
* guix/store/schema.sql: ... this.
* Makefile.am (nobase_dist_guilemodule_DATA): Add it.
* nix/local.mk (%D%/libstore/schema.sql.hh): Adjust accordingly.
* guix/store/database.scm (sql-schema): New variable.
(sqlite-exec, initialize-database, call-with-database): New procedures.
(with-database): Rewrite in terms of 'call-with-database'.
* tests/store-database.scm ("new database"): New test.
* guix/self.scm (compiled-guix)[*core-modules*]: Add 'schema.sql' to
 #:extra-files.
2018-06-14 11:16:58 +02:00
..
base16.scm
base32.scm
base64.scm
bournish.scm bournish: Extend 'rm' command. 2017-01-26 13:49:56 +01:00
build-utils.scm
builders.scm
cache.scm cache: Work around 'time-monotonic' bug in Guile 2.2.2. 2017-04-22 14:42:15 +02:00
challenge.scm challenge: Return comparison reports instead of just discrepancies. 2017-01-14 00:57:51 +01:00
combinators.scm
containers.scm
cpan.scm
cpio.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
cran.scm
crate.scm
cve-sample.xml Add (guix cve). 2015-11-26 22:35:01 +01:00
cve.scm
derivations.scm derivations: Adjust tests for Stow environments. 2018-01-30 22:24:06 +01:00
discovery.scm discovery: Recurse into directories pointed to by a symlink. 2017-07-03 23:51:23 +02:00
elpa.scm
file-systems.scm
gem.scm tests: Adjust for 'http-fetch' change in (guix import json). 2017-02-13 16:04:09 +01:00
gexp.scm gexp: Add 'with-extensions'. 2018-06-01 15:20:54 +02:00
glob.scm glob: Add an extra glob pattern compilation stage. 2018-03-18 22:57:17 +01:00
gnu-maintenance.scm
grafts.scm
graph.scm tests: Adjust graph test. 2018-06-06 14:37:35 +02:00
gremlin.scm
guix-archive.sh
guix-authenticate.sh
guix-build.sh guix build: Nicely report unbound variables with hints. 2018-05-04 15:07:08 +02:00
guix-daemon.sh guix-daemon: Disable garbage collection for remote connections. 2018-04-19 19:06:26 +02:00
guix-download.sh
guix-environment-container.sh
guix-environment.sh
guix-gc.sh guix gc: Add '--derivers'. 2018-03-27 14:51:44 +02:00
guix-graph.sh
guix-hash.sh guix hash: Interpret '-' as standard input. 2016-10-28 22:30:17 +02:00
guix-lint.sh
guix-pack.sh tests: Skip 'tests/guix-pack.sh' when networking is missing. 2018-05-19 00:14:51 +02:00
guix-package-net.sh
guix-package.sh tests: Adjust 'guix package' test to "python2" name. 2018-06-06 14:37:35 +02:00
guix-register.sh tests: Improve synchronization in 'tests/guix-register.sh'. 2016-07-29 11:39:30 +02:00
guix-system.sh system: Remove uses of the 'title' field of <file-system>. 2018-05-28 13:24:19 +02:00
hackage.scm tests: hackage: Fix mock urls. 2016-09-01 13:40:49 +03:00
hash.scm
import-utils.scm
lint.scm lint: 'check-vulnerabilities' also checks package properties. 2017-12-10 21:59:07 +02:00
modules.scm
monads.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
nar.scm
pack.scm pack: Adjust test to expect relative symlinks. 2018-06-01 15:17:41 +02:00
packages.scm packages: Add 'package-patched-vulnerabilities'. 2018-06-09 12:02:28 +02:00
pk-crypto.scm
pki.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
print.scm import: Add package->code. 2017-09-28 13:10:10 +02:00
profiles.scm Merge branch 'master' into core-updates 2018-05-17 01:00:50 -04:00
publish.scm publish: Always build a new derivation for the "/log/NAME" test. 2018-03-22 12:54:31 +01:00
pypi.scm import: pypi: Adjust URIs in tests. 2017-06-18 00:14:07 +02:00
records.scm records: Insert record type ABI checks in constructors. 2018-05-23 10:21:02 +02:00
scripts-build.scm guix build: Support '--with-source=PACKAGE@VERSION=URI'. 2017-12-23 00:05:05 +01:00
scripts.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
search-paths.scm tests: Adjust search-paths test following the introduction of aarch64. 2017-04-04 00:10:00 +02:00
services.scm services: Missing services are automatically instantiated. 2018-01-21 00:24:03 +01:00
sets.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
signing-key.pub
signing-key.sec
size.scm
snix.scm build: Add a Guile custom test driver using SRFI-64. 2016-04-03 14:19:09 +02:00
store-database.scm database: 'with-database' can now initialize new databases. 2018-06-14 11:16:58 +02:00
store-deduplication.scm Add (guix store deduplication). 2018-06-01 15:35:54 +02:00
store.scm
substitute.scm substitute: Download from unauthorized sources that provide the right content. 2017-09-11 11:10:21 +02:00
syscalls.scm tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels. 2018-04-08 17:41:08 +02:00
system.scm system: Remove uses of the 'title' field of <file-system>. 2018-05-28 13:24:19 +02:00
test.drv Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
texlive.scm
ui.scm
union.scm union: Add 'relative-file-name'. 2018-05-10 14:53:56 +02:00
upstream.scm
utils.scm utils: Add 'version-prefix?'. 2018-05-13 13:29:27 +02:00
uuid.scm uuid: 'uuid' returns #f when 'string->uuid' returns #f. 2018-05-19 00:14:52 +02:00
workers.scm workers: Add test with exceptions. 2017-11-17 10:47:49 +01:00
zlib.scm zlib: Fix memory leak due to revealed ports not being GC'd. 2017-10-11 15:20:50 +02:00