From: Martin Pool Date: Wed, 22 Aug 2001 04:09:07 +0000 (+0000) Subject: Note about cross-testing different versions. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/33d213bb37a004b9f58642f9d186d6b68747e6d5 Note about cross-testing different versions. --- diff --git a/TODO b/TODO index dd044859..da016f6e 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,21 @@ URGENT --------------------------------------------------------------- + +IMPORTANT ------------------------------------------------------------ + +Cross-test versions + + Part of the regression suite should be making sure that we don't + break backwards compatibility: old clients vs new servers and so + on. Ideally we would test the cross product of versions. + + It might be sufficient to test downloads from well-known public + rsync servers running different versions of rsync. This will give + some testing and also be the most common case for having different + versions and not being able to upgrade. + + NICE ----------------------------------------------------------------- Merge IPv6 support ***