summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* Added CachedIndexableProcessor to rorpiterbescoto2003-02-121-2/+26
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@279 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Fixed selection bug, renamed metadata files to ".snapshot"bescoto2003-02-123-2/+37
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@278 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* First pass at integrating regress codebescoto2003-02-113-20/+23
| | | | | | | | | | At this point most of the tests work, but there are still problems with the finaltest error tests on /proc, and with some selection options. The regress code is totally unchecked, and regresstest.py is unwritten. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@277 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test for C.sync()bescoto2003-02-091-0/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@276 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Initial checkin of journal codebescoto2003-02-041-0/+29
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@274 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Re-added --windows-mode optionbescoto2003-02-013-22/+64
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@273 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes for v0.11.1 (see CHANGELOG)bescoto2002-12-3115-527/+628
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@256 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Renamed highlevel.py to backup.pybescoto2002-12-251-0/+0
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@254 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Still refactoring for 0.11.1 - prepare to rename highlevelbescoto2002-12-254-41/+42
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@253 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Major refactoring - avoid use of 'from XX import *' in favor of morebescoto2002-12-2319-421/+482
| | | | | | | | normal 'import XXX' syntax. The previous way was an artifact from earlier versions where the whole program fit in one file. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@252 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed most destructive stepping operationsbescoto2002-12-212-9/+5
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@251 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Removed --mirror-only feature and most checkpointing/recovery codebescoto2002-12-204-77/+42
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@250 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Write mirror metadata when incrementingbescoto2002-12-141-1/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@247 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added iterator operations on metadata filebescoto2002-12-131-5/+83
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@244 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Initial checkin of metadata codebescoto2002-12-081-0/+31
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@243 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to fit new CVS formatbescoto2002-12-071-2/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@242 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated tests for new CVS formatbescoto2002-12-0726-52/+52
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@240 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to work with new path sturctureben2002-12-031-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@239 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to work with new path structureben2002-12-031-5/+4
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@238 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests for --exclude-special-files andben2002-10-041-3/+103
| | | | | | | --{exclude|include}-globbing-filelist, and also for blanks in filelists. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@214 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added socket test and test for socket too long bugben2002-09-221-0/+27
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@211 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Mostly timing updates, so intervals still in range of newer 0.9.x seriesben2002-09-111-55/+90
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@198 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added check so directories with different sizes should compare similarly.ben2002-09-101-0/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@194 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added size directory comparison check.ben2002-09-051-0/+7
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@191 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests to find the remote destination restore and no increment restore ↵ben2002-08-183-0/+18
| | | | | | bugs. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@185 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests for --windows-mode and high bit permissions.ben2002-08-103-0/+56
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@181 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added remote backup of /proc testben2002-07-251-0/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@175 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test to check for crash on bad checkpoint databen2002-07-241-0/+16
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@172 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various changes to 0.9.3, see CHANGELOGben2002-07-167-7/+152
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@157 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Unit tests for cmoduleben2002-06-271-0/+41
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@153 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* New tests for librsync wrapper.ben2002-06-271-0/+118
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@152 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Adapted a few tests to go with other code.ben2002-06-273-0/+10
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@150 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added root selection test, and modified tests to jive with newben2002-06-254-13/+58
| | | | | | | IterTreeReducer fast_process code. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@146 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many optimizations - up to 2x+ speed improvementben2002-06-172-6/+6
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@135 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Adapted everything to new exploded formatben2002-06-1625-105/+120
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@130 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Small test tweakben2002-06-151-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@127 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Small testing updatesben2002-06-142-8/+8
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@123 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added probabilistic stuff to killtest.pyben2002-06-123-54/+178
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@122 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added --null-separator, tweaked increment error handlingben2002-06-022-1/+19
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@117 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added resuming bug fixes, kill testing for better robustness testingben2002-05-314-7/+195
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@115 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Bug fixes to resuming and error correction codeben2002-05-302-2/+2
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@112 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Reexamined robust writing and statistics, passes testben2002-05-296-44/+76
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@111 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Bugfixed the new statistics stuffben2002-05-255-22/+56
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@108 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added tests for prettier statistics printing, stats averagingben2002-05-242-2/+37
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@107 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated test set for use with new more complicated statisticsben2002-05-242-46/+108
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@105 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test to make sure --change-source-perms not necessary for rootben2002-05-221-1/+1
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@99 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Updated to cohere with new ParseArgs syntaxben2002-05-201-3/+3
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@94 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Added test for --exclude-filelist when source remote.ben2002-05-151-1/+47
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@86 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Various final bug fixes for 0.7.4ben2002-05-115-15/+83
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@79 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
* Many changes, see changelog for 0.7.4ben2002-05-109-133/+190
| | | | git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@73 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109