Mercurial > hgsubversion
annotate MANIFEST.in @ 1474:f21605bcda24
tests: add the sqlite revmap test
The SqliteRevMap test generates new tests based on existing tests.
The generated tests will use SqliteRevMap instead of RevMap.
Tests are selected if they are both interesting and fast. For comprehensive
tests like rebuildmeta and updatemeta, only a few svndumps are selected.
On my laptop vm, the sqlite revmap test completes within 6.2s.
Note: the current way tests are running will not gc the database connections
well, meaning it can leak fd. Fortunately it's only 55 tests now. If we add
a lot more tests in the future, be aware of the fd leak issue.
author | Jun Wu <quark@fb.com> |
---|---|
date | Fri, 27 May 2016 15:48:16 +0100 |
parents | 74d9aa42b28f |
children |
rev | line source |
---|---|
1018
74d9aa42b28f
MANIFEST.in: correctly include invalid_utf8.tar.gz in source bundle
Augie Fackler <raf@durin42.com>
parents:
852
diff
changeset
|
1 include Makefile hgsubversion/help/*.rst tests/fixtures/invalid_utf8.tar.gz |
767
6c244d3ceaf7
add a MANIFEST.in file (fixes #142)
Dan Villiom Podlaski Christiansen <danchr@gmail.com>
parents:
diff
changeset
|
2 recursive-include tests *.py *.sh *.svndump *.txt |