Mercurial > hg
changeset 46324:9c35267f01e0
sqlitestore: disable test with chg
There are known issues with transactions not being closed in a timely
fashion, making the test flakey.
Differential Revision: https://phab.mercurial-scm.org/D9821
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Mon, 18 Jan 2021 13:59:54 +0100 |
parents | 723d241543b0 |
children | e5e6282fa66a |
files | tests/test-sqlitestore.t |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-sqlitestore.t Fri Jan 15 20:26:21 2021 +0100 +++ b/tests/test-sqlitestore.t Mon Jan 18 13:59:54 2021 +0100 @@ -1,4 +1,9 @@ -#require sqlite +#require sqlite no-chg + +The sqlitestore backend leaves transactions around when used with chg. +Since this backend is primarily intended as proof-of-concept for +alternative storage backends, disable it for chg test runs to avoid +the instability. $ cat >> $HGRCPATH <<EOF > [extensions]