[Bps-public-commit] r11332 - in SVN-PropDB: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Apr 1 04:01:49 EDT 2008


Author: jesse
Date: Tue Apr  1 04:01:49 2008
New Revision: 11332

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/t/generalized_sync_n_merge.t

Log:
 r28893 at 68-246-174-125:  jesse | 2008-03-31 22:01:38 -1000
  * run it 3 times


Modified: SVN-PropDB/t/generalized_sync_n_merge.t
==============================================================================
--- SVN-PropDB/t/generalized_sync_n_merge.t	(original)
+++ SVN-PropDB/t/generalized_sync_n_merge.t	Tue Apr  1 04:01:49 2008
@@ -19,6 +19,14 @@
 }
 
 $arena->sync_all_pairs;
+$arena->sync_all_pairs;
+diag("now every txn has gotten to every peer. we could probably do more optimal routing, but that's not what we're testing");
+# dump all chickens to a datastructure;
+$arena->sync_all_pairs;
+# dump all chickens to a datastructure and compare to the previous rev
+
+
+
 exit;
 for (@{$arena->chickens}) {
     warn $_->name;



More information about the Bps-public-commit mailing list