Mercurial > hg
view tests/test-check-cargo-lock.t @ 50366:a445194f0a4d stable
backup: fix issue when the backup end up in a different directory
Because of store encoding, we might end up with the backup in a different
directory than the initial copy (for example if the backup path make it cross
the 120 char limit).
This can create crash, especially since 6.4 where backup are used during revlog
split.
Making sure the directory exists fixes these crash We added a test covering this
case.
Strictly speaking, this has always been broken, however the new code in 6.4
triggers it more easily.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 03 May 2023 00:16:38 +0200 |
parents | ba0d93a5f06f |
children |
line wrap: on
line source
#require cargo test-repo $ . "$TESTDIR/helpers-testrepo.sh" $ cd "$TESTDIR"/../rust Check if Cargo.lock is up-to-date. Will fail with a 101 error code if not. $ cargo check --locked --all --quiet However most CIs will run `cargo build` or similar before running the tests, so we need to check if it was modified $ testrepohg diff Cargo.lock