/doc/

it-static/cgit.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
AgeCommit message (Expand)Author
2021-04-12tests: docker: Increase VM building memory size to 1024MiB.•••This fixes the following error when running the "docker-system" test: In ice-9/ftw.scm: 553:30 1 (_ #<directory stream db6660>) In unknown file: 0 (readdir #<directory stream db6660>) ERROR: In procedure readdir: In procedure readdir: Cannot allocate memory * gnu/tests/docker.scm (%test-docker-system): Bump image building VM memory size to 1024 MiB. Mathieu Othacehe
2021-02-25tests: docker-system: Increase VM memory.•••* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'. Ludovic Courtès
2020-11-06tests: docker-system: Increase VM memory.•••The test was failing with ENOSPC. * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'. (%test-docker-system): Change 'locale-libcs' for the OS passed to 'system-docker-image'. Ludovic Courtès
2020-07-17tests: docker-system: Use guile-3.0.•••This helps find the (json) module in the virtual machine. * gnu/tests/docker.scm (build-tarball&run-docker-test, run-docker-system-test): Replace guile-2.2 with guile-3.0. Jakub Kądziołka
2020-03-09tests: docker-system: Increase memory requirement.•••The system image would no longer fit in memory, starting from commit 8c7eb58453870f380a077c7cfd8dafa97bb8e13f. * gnu/tests/docker.scm (run-docker-system-test): Set 'memory-size' to 3500. Ludovic Courtès
2019-11-09tests: Update references to the now-deprecated 'guile-json' variable.•••* gnu/tests/docker.scm (build-tarball&run-docker-test): Refer to 'guile-json-3' instead of 'guile-json'. * gnu/tests/singularity.scm (build-tarball&run-singularity-test): Likewise. Ludovic Courtès