adding key for rupp, removing ayush
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 504c70b2742b22c37b1b58c389309b441b536223..ea1468a3060245accfbbd8b4ee26480a7c9e2e1f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,20 +1,20 @@
 0.9.0pre3:
+* DATASTORE [CG]
+  - FS datastore lookups requested but callback never happens (timeout
+    was set to 'forever', but still it should not take many minutes);
+    => new warning "Datastore lookup already took 180000 ms!" generated
+       by current fs p2p trust testcase
+* CORE: (both reproduced using current fs p2p trust testcase after a looong time running):
+  - May 25 22:13:53 core-4801 ERROR Assertion failed at transport_api.c:2063.
+    (notify transmit ready cancel called in transmit_stage state 'TS_NEW')
+  - May 25 22:13:53 fs-4762 ERROR Assertion failed at core_api.c:1254.
+    (ConfigInfoMessage received for peer that is not known to be connected)
 * FS [CG]
-  - fix large memory leak
-  - perf_gnunet_service_fs_p2p_trust causes fs service to segfault
-  - download of 100 MB file from 'leach' peer hung due to 
-    failure of core-api to call back after a change preference request
-    (structs indicate request was transmitted but reply never received?)
-    => try again!
-  - test_gnunet_service_fs_p2p:
-    => sometimes DATASTORE get operation fails to queue on target (why?)
-    => do we need to just make the queue larger?
-  - with core queue size of 1, we get notify_transmit_ready
-    from core API returning NULL (why? ok? just have larger queue?)
-  - other runs (-L DEBUG) with downloads using the new 'trust' test show
-    non-deterministic results (for any set of peers)
+  - perf_gnunet_service_fs_p2p_trust causes crashes of the service
+    and assertion failures
   - implement 'SUPPORT_DELAYS'
 
+
 0.9.0:
 * new webpage:
   - write chapter on DHT/block [Nate]