comparison tests/test-sqlitestore.t @ 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 e1643a0455c8
children 84a93fa7ecfd
comparison
equal deleted inserted replaced
46323:723d241543b0 46324:9c35267f01e0
1 #require sqlite 1 #require sqlite no-chg
2
3 The sqlitestore backend leaves transactions around when used with chg.
4 Since this backend is primarily intended as proof-of-concept for
5 alternative storage backends, disable it for chg test runs to avoid
6 the instability.
2 7
3 $ cat >> $HGRCPATH <<EOF 8 $ cat >> $HGRCPATH <<EOF
4 > [extensions] 9 > [extensions]
5 > sqlitestore = 10 > sqlitestore =
6 > EOF 11 > EOF