serval-dna/tests
Andrew Bettison 39fc4ce6de Issue #30, remove periodic Rhizome fetch alarm
Replace the main-loop scheduled periodic alarm with an "activate" alarm that is
scheduled whenever a fetch candidate is added to any queue, unless the alarm is
already scheduled.

Replace the "rhizome.fetch_interval_ms" config item with
"rhizome.fetch_delay_ms" [default 50], which is the number of milliseconds
between adding a fetch candidate and firing the "activate" alarm.  This allows
time for a few more Rhizome advertisment packets to arrive after the first one,
before deciding which fetches to start first.

Add new `is_scheduled()` alarm primitive.
2012-10-24 15:13:50 +10:30
..
config Improve test framework: assert '!' command... 2012-08-30 09:33:15 +09:30
directory_service Add a new 'rhizomeprotocol' test case: stress test 2012-10-17 18:10:39 +10:30
dnahelper Add a new 'rhizomeprotocol' test case: stress test 2012-10-17 18:10:39 +10:30
dnaprotocol Use finally() function in test suites 2012-10-18 11:46:32 +10:30
jni Remove obsolete tests, rename others 2012-06-04 18:28:38 +09:30
rhizomeops Add a new 'rhizomeprotocol' test case: stress test 2012-10-17 18:10:39 +10:30
rhizomeprotocol Issue #30, remove periodic Rhizome fetch alarm 2012-10-24 15:13:50 +10:30
rhizomestress Split Rhizome stress test into separate file 2012-10-18 17:46:17 +10:30
routing Add hop count to mdp ping 2012-10-10 16:22:31 +10:30
server Improve test defs: extract_stdout_keyvalue() 2012-10-09 13:35:00 +10:30