Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | Merge commit 'refs/top-bases/t/testsuite' into t/testsuiteSascha Silbe2009-10-043-12/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | test suite: fix some typosSascha Silbe2009-09-302-4/+8
| | * | | | | | | | | | | | | | | test suite: filter environment (whitelist)Sascha Silbe2009-09-301-9/+18
| | * | | | | | | | | | | | | | | add ticket numberSascha Silbe2009-09-271-1/+1
| | * | | | | | | | | | | | | | | fix Makefile targetsSascha Silbe2009-09-272-10/+5
| | * | | | | | | | | | | | | | | Merge branch 'testsuite' into t/testsuiteSascha Silbe2009-09-277-0/+473
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | 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-256-0/+212
| | * | | | | | | | | | | | | | | | set descriptionSascha Silbe2009-09-272-0/+9
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Update 0.90.0 NEWSAleksey Lim2010-09-291-0/+3
* | | | | | | | | | | | | | | | | Release 0.90.0Aleksey Lim2010-09-291-1/+1
* | | | | | | | | | | | | | | | | Do not store symlinks #2362Aleksey Lim2010-09-231-0/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Bump v0.89.4Aleksey Lim2010-09-112-1/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | metadata-only update sets filesize property to 0 #2229Aleksey Lim2010-09-061-5/+8
* | | | | | | | | | | | | | | commit 3644fac reintroduced race condition, broke test suite #2104Aleksey Lim2010-09-032-9/+19
* | | | | | | | | | | | | | | autogen.sh: pass --enable-maintainer-mode to configureBernie Innocenti2010-08-251-1/+1
* | | | | | | | | | | | | | | Reviewer comments #1915Aleksey Lim2010-08-242-5/+10
* | | | | | | | | | | | | | | Bump v0.89.3Aleksey Lim2010-08-245-15/+22
* | | | | | | | | | | | | | | Create target directory before importing previews (carrott) #2149Aleksey Lim2010-08-241-5/+5
* | | | | | | | | | | | | | | Increment CURRENT_LAYOUT_VERSION to trigger an index rebuildAndrés Ambrois2010-08-241-1/+1
* | | | | | | | | | | | | | | Check creation_time on index rebuild.Andrés Ambrois2010-08-241-0/+7
* | | | | | | | | | | | | | | Add creation_time property.Andrés Ambrois2010-08-242-0/+37
* | | | | | | | | | | | | | | Check filesize property on index rebuild.Andrés Ambrois2010-08-241-0/+8