[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-664-g834ea02
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-664-g834ea02 |
Date: |
Tue, 04 Nov 2014 20:13:09 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 834ea02ad82932e0f17e37dbd5c51497ecf7557f (commit)
via 000c59b6719250ee94a597418765c2f7f0ad3969 (commit)
from 8de16914751966ba45789d619cac5246cbf53cac (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 834ea02ad82932e0f17e37dbd5c51497ecf7557f
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 4 21:11:10 2014 +0100
tests: When a store item is to be deleted, make it statistically unique.
Fixes <http://bugs.gnu.org/18935>.
Reported by Mark H Weaver <address@hidden>.
Previously, if tests/nar.scm ran concurrently with tests/gexp.scm, the
store item "foo" containing the string "Hello, world!" could be
deleted (via 'delete-paths') from the tests/nar.scm daemon while the
tests/gexp.scm daemon would still consider it live.
* tests/nar.scm ("restore-file-set (missing signature)"):
Use (random-text) rather than "Hello, world!", to avoid concurrent
deletion of store item "foo" used in tests/gexp.scm.
commit 000c59b6719250ee94a597418765c2f7f0ad3969
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 4 20:55:48 2014 +0100
store: Invalidate caches once GC has run.
* guix/store.scm (run-gc): Add calls to 'hash-clear!'.
* tests/store.scm ("add-text-to-store vs. delete-paths",
"add-to-store vs. delete-paths"): New tests.
-----------------------------------------------------------------------
Summary of changes:
guix/store.scm | 7 +++++++
tests/nar.scm | 2 +-
tests/store.scm | 25 +++++++++++++++++++++++++
3 files changed, 33 insertions(+), 1 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-664-g834ea02,
Ludovic Courtès <=