summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* continous-failure.py: Update test to send messages on a regular basis to see ...Sjoerd Simons2008-03-201-3/+19
* check-gibber-resolver: Fix copyright headerSjoerd Simons2008-01-291-3/+3
* check-gibber-resolver.c: Use g_list_next instead of ->nextSjoerd Simons2008-01-281-1/+1
* Add a simple check for the srv list orderingSjoerd Simons2008-01-146-1/+268
* check-gibber-r-multicast-sender.c: fix a GibberRMulticastPacket leakGuillaume Desmottes2008-01-291-0/+2
* check-gibber-iq-helper.c: remove debug g_printGuillaume Desmottes2008-01-291-1/+0
* Add a test with one node dyingSjoerd Simons2007-11-272-0/+62
* Add a test continously failing one node, causing group split and reconnectsSjoerd Simons2007-11-261-0/+35
* causalorderingtest.py: Update the test to work the final protocolSjoerd Simons2007-11-261-11/+15
* After connecting the GibberRMTransport, no longer listen to GibberRMCTranspor...Sjoerd Simons2007-11-261-1/+3
* repair-after-node-disconnected-test.py: After successfull finishing, send a ...Sjoerd Simons2007-11-241-2/+14
* mesh.py: Add some utility functions to dump depends and get the packets senderSjoerd Simons2007-11-241-0/+10
* GibberRMulticastSender: rename gibber_r_multicast_sender_fail to _gibber_r_mu...Sjoerd Simons2007-11-121-1/+1
* check-gibber-r-multicast-causal-transport.c: Be much more anal about the flag...Sjoerd Simons2007-11-091-2/+11
* repair-after-node-disconnected-test: Add a simulation to test if a node can s...Sjoerd Simons2007-11-091-0/+177
* mesh.py: Add failure trigger functionSjoerd Simons2007-11-091-0/+3
* test-r-multicast-transport-io: Add signalling to trigger failures on selected...Sjoerd Simons2007-11-091-1/+18
* Add a simulation to see if leaving nodes do still correctly react to repaire ...Sjoerd Simons2007-11-071-0/+154
* Don't unnecessarily rstrip dataSjoerd Simons2007-11-071-2/+1
* check-gibber-iq-helper.c: update to use new gibber_iq_helper_new_error_reply APIGuillaume Desmottes2007-10-191-1/+22
* Assign a default stream id to shut up gccSjoerd Simons2007-11-021-1/+1
* GibberRMulticastPacket: Add Clique prefix to each packetSjoerd Simons2007-11-021-1/+1
* check-gibber-r-multicast-packet: Assert that packet parsing succeeds and chec...Sjoerd Simons2007-11-021-0/+4
* check-gibber-r-multicast-causal-transport.c: Assert that the packet parsing s...Sjoerd Simons2007-11-021-0/+2
* Use the new flags and size field of data packetsSjoerd Simons2007-10-312-44/+61
* failnamemeshtest: Add a simulation for the case that the name of certain node...Sjoerd Simons2007-10-291-0/+118
* Print which node actually cause the errorSjoerd Simons2007-10-261-1/+1
* check-gibber-r-multicast-sender: Port to the sender group concept and add som...Sjoerd Simons2007-10-261-25/+68
* check-gibber-r-multicast-sender: Add some extra tests and adapt to the sender...Sjoerd Simons2007-10-241-1/+36
* CheckGibberRMulticastSender: Add testcases for interleaving multiple fragment...Sjoerd Simons2007-10-231-15/+79
* Schedule one idle next step at a time at most. Also ensure that the mainloop ...Sjoerd Simons2007-10-231-5/+15
* tests/: stylistic changes to files touched by new protocolSimon McVittie2007-10-192-156/+190
* Simulations: Adapt to the new new-senders and lost-senders signalsSjoerd Simons2007-10-182-12/+36
* mesh.py: Add utility function to get packet typesSjoerd Simons2007-10-171-1/+17
* Add a simplemeshtest variant where all AJ packets of one node are always droppedSjoerd Simons2007-10-171-0/+118
* check-gibber-r-multicast-packet: Change part/total/stream_id types for the da...Sjoerd Simons2007-10-171-2/+2
* check-gibber-r-multicast-causal-transport.c: Unref the packet in the common f...Sjoerd Simons2007-10-171-1/+1
* check-gibber-r-multicast-sender.c: Let the holding test support multiple scen...Sjoerd Simons2007-10-151-60/+103
* simplemeshtest.py: Print packet stats when all data has been send/receivedSjoerd Simons2007-10-151-0/+2
* mesh.py: Add basic packet parsing (get the type) and statsSjoerd Simons2007-10-151-1/+23
* Send data after everyone connected. Connect the last node after receiving all...Sjoerd Simons2007-10-071-12/+35
* mesh.py: Add support for removing nodesSjoerd Simons2007-10-071-8/+6
* Add support for disconnecting the nodeSjoerd Simons2007-10-051-0/+24
* Add support for disconnecting nodesSjoerd Simons2007-10-051-5/+26
* Add a test to test the holding back/releasing of data with dependenciesSjoerd Simons2007-10-021-0/+211
* simplemeshtest.py: Tweak the setting a bit for testing the new protocolSjoerd Simons2007-10-011-4/+4
* Purely test the gibber-r-multicast-causal-transport and not the gibber-r-mult...Sjoerd Simons2007-10-014-69/+59
* check-gibber-r-multicast-sender: Set sender start pointsSjoerd Simons2007-10-011-0/+3
* Replace the depends GList in GibberRMulticastPacket with a GArraySjoerd Simons2007-09-302-13/+13
* mesh.py: Make the unknown output output a bit more compactSjoerd Simons2007-09-301-1/+1