view tests/test_binaryfiles.py @ 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 da2c835cd6b8
children
line wrap: on
line source

import test_util

import unittest

class TestFetchBinaryFiles(test_util.TestBase):
    stupid_mode_tests = True

    def test_binaryfiles(self):
        repo = self._load_fixture_and_fetch('binaryfiles.svndump')
        self.assertEqual('cce7fe400d8d', str(repo['tip']))