Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix breakage introduced by b39d784e1072f8aee2df6b1879d7431a5de83bc0Sascha Silbe2011-01-191-2/+0
* pep8 / pylint / style fixesSascha Silbe2011-01-194-81/+95
* adjust to new filesize and creation_time propertiesSascha Silbe2011-01-193-3/+10
* fix typoSascha Silbe2010-10-271-1/+1
* mention that secondary sort order is undefined; use to_native() for listing u...refs/top-bases/t/freezeSascha Silbe2010-06-071-9/+18
* rename basic_api.txt to basic_api_v2.txt to allow for easier merging in t/ver...Sascha Silbe2010-06-072-1/+1
* fix typosSascha Silbe2010-02-281-2/+2
* fix sort order in ambiguous cases, fix obscure test suite breakage due to ove...Sascha Silbe2010-01-121-2/+1
* test_massops.py:test_update_verify(): prevent file leak on failure, update de...Sascha Silbe2009-11-261-2/+2
* test_massops.py: test ordering of find() results (for all supported orders) a...refs/top-bases/t/bug-1550-minimalSascha Silbe2009-11-261-10/+61
* test_massops: verify update has changed metadata as wellSascha Silbe2009-11-121-1/+3
* test_massops: factor out _filter_properties()Sascha Silbe2009-11-121-2/+10
* add test for version 1 -> version 2 data store migrationSascha Silbe2009-11-081-0/+166
* cosmetic changeSascha Silbe2009-11-081-1/+1
* print test suite descriptionsSascha Silbe2009-11-082-6/+18
* start a new data store instance for each group of testsSascha Silbe2009-11-071-7/+34
* start dbus-launch separately and use the PID of dbus-daemon to reap it and it...Sascha Silbe2009-11-061-9/+34
* add option "-k" / "--keep" to keep temporary files for inspectionSascha Silbe2009-11-061-12/+26
* fix uninstalled testing (dbus service file, dbus service binary)Sascha Silbe2009-11-062-4/+16
* runalltests.py: add MALLOC_CHECK_ to environment whitelistSascha Silbe2009-10-201-2/+8
* runalltests.py: add MASSOPS_RUNS to environment whitelistSascha Silbe2009-10-101-2/+2
* ignore 'checksum' property until we're sure it's not supposed to be leakedSascha Silbe2009-10-041-0/+1
* use unittest assert methods instead of built-in assertSascha Silbe2009-10-041-5/+9
* cope with dbus-launch/dbus-daemon not waiting for children (DBus services) to...Sascha Silbe2009-10-041-1/+5
* wait_children(): only return successfully if exception indicates no child pro...Sascha Silbe2009-10-041-2/+8
* test suite: fix some typosSascha Silbe2009-09-302-4/+8
* test suite: filter environment (whitelist)Sascha Silbe2009-09-301-9/+18
* fix Makefile targetsSascha Silbe2009-09-271-4/+4
* add sort order examplestestsuiteSascha Silbe2009-09-251-0/+5
* add range query exampleSascha Silbe2009-09-251-1/+4
* wait for all children to exit before removing directory treeSascha Silbe2009-09-251-0/+11
* print run time of each testSascha Silbe2009-09-251-1/+55
* fix clean target, add check as alias for testSascha Silbe2009-09-251-1/+2
* fix valgrind invocationSascha Silbe2009-09-251-1/+1
* add test running lots of data store operations (pseudo-benchmark)Sascha Silbe2009-09-251-0/+92
* add module docstring (replaces comment)Sascha Silbe2009-09-251-7/+9
* clean up data store after each test moduleSascha Silbe2009-09-251-8/+70
* fix support for non-doctest test casesSascha Silbe2009-09-251-13/+19
* report only first failure for doctests as the remainder is likely to fail as ...Sascha Silbe2009-09-251-1/+1
* test entries with content (create(), update(), get_filename())Sascha Silbe2009-09-251-2/+27
* fix running with no tests specified (will run all tests)Sascha Silbe2009-09-251-1/+1
* make dbus-daemon exit after running testsSascha Silbe2009-09-251-1/+1
* add (back) minimal test suiteSascha Silbe2009-09-255-0/+211
* Remove files referring to the old implementationTomeu Vizoso2009-02-0425-1373/+0
* Refactor the hardlink optimization out from filestore and store the checksum ...Tomeu Vizoso2008-09-301-0/+2
* Implement metadata reading in C for speedTomeu Vizoso2008-09-261-1/+1
* Ask for byte_arraysTomeu Vizoso2008-09-251-1/+2
* Make all metadata properties stringsTomeu Vizoso2008-09-191-6/+6
* Fix speed reporting of find()Tomeu Vizoso2008-09-191-1/+1
* New perf testsTomeu Vizoso2008-09-031-0/+109