aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-28 19:52:25 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-28 19:52:25 +0000
commitcbf2a3e7cf2d7acda1d115198671eaccf2616fc4 (patch)
tree8eddbd89fa0f3a5fec1b387b5d2cdbab5789d6b8 /TODO
parent359e97be5e33493691d53aa6a51f1b364f46dab9 (diff)
downloadgnunet-cbf2a3e7cf2d7acda1d115198671eaccf2616fc4.tar.gz
gnunet-cbf2a3e7cf2d7acda1d115198671eaccf2616fc4.zip
getting testing to work
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 10 insertions, 12 deletions
diff --git a/TODO b/TODO
index e06e63790..a67b83bb8 100644
--- a/TODO
+++ b/TODO
@@ -1,25 +1,22 @@
1Implementable right now (but not necessarily important), with caveats 1Implementable right now (but not necessarily important), with caveats
2(unavailable components that will limit what can be implemented right 2(unavailable components that will limit what can be implemented right
3away), in order in which they will likely be done: 3away), in order in which they will likely be done:
4* TESTING 4* TESTING [Nate]
5* FS (DHT not available)
6* SETUP 5* SETUP
7* DV (distributed testing not available) 6* DV (distributed testing not available) [Nate]
8* TBENCH (distributed testing not available) 7* TBENCH (distributed testing not available)
9* TRACEKIT (distributed testing not available) 8* TRACEKIT (distributed testing not available)
9* FRAGMENTATION [Ji Lu]
10* HTTP transport 10* HTTP transport
11* FRAGMENTATION 11* MySQL / Postgres plugins (datastore, datacache) [Radhika]
12* MySQL / Postgres plugins (datastore, datacache) 12* UPNP [Milan]
13* UPNP
14 13
15Urgent items (before announcing ng.gnunet.org): 14Urgent items (before announcing ng.gnunet.org):
16* TESTING (needed for DV, DHT, Topology) 15* TESTING (needed for DV, DHT, Topology)
17 - implement library for local testing 16 - implement library for local testing
18 + modify configuration to allow controlling connections for non-local starts 17 + consider changing API for peer-group termination to
19 + CORE service does not start with valid peer ID (all zeros) -- testcase fails! 18 call continuation when done
20 + consider changing API for peer-group termination to call continuation when done
21 - implement testcases for library 19 - implement testcases for library
22 + get test for basic peer start to work!
23 + test basic peer connect 20 + test basic peer connect
24 + test group start 21 + test group start
25* TEST: 22* TEST:
@@ -89,6 +86,7 @@ Urgent items (before announcing ng.gnunet.org):
89 + default generation 86 + default generation
90 + need to settle basic design; do we want to keep guile? 87 + need to settle basic design; do we want to keep guile?
91 - testing (RC-pre0) 88 - testing (RC-pre0)
89 + modify configuration to allow controlling connections for non-local starts
92 + testbed creation with topology (needs working F2F topology) [Nate] 90 + testbed creation with topology (needs working F2F topology) [Nate]
93 + testbed with churn [Nate] 91 + testbed with churn [Nate]
94 + implement library for distributed testing [Nate] 92 + implement library for distributed testing [Nate]
@@ -146,7 +144,7 @@ Urgent items (before announcing ng.gnunet.org):
146 - create good Drupal theme for GNUnet 144 - create good Drupal theme for GNUnet
147 - make a NICE download page and figure out how to 145 - make a NICE download page and figure out how to
148 enable developers to publish TGZs nicely 146 enable developers to publish TGZs nicely
149 - port "contact" page; add impressum 147 - port "contact" page
150 - add content type for "todo" items? 148 - add content type for "todo" items?
151 - DNS activation 149 - DNS activation
152* Plugins to implement: 150* Plugins to implement: