aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
Commit message (Collapse)AuthorAge
* hacks from tripChristian Grothoff2010-07-07
|
* remove nate specific debugging junkNathan S. Evans2010-07-02
|
* added dv twice and dht never?Nathan S. Evans2010-07-02
|
* gpl3Christian Grothoff2010-07-02
|
* add test case for NO topology restrictions, connect in ring. good for ↵Nathan S. Evans2010-06-28
| | | | maximum number of peers testing
* callback for peergroup shutdown in testing, requisite testcase changesNathan S. Evans2010-06-28
|
* some testing changes, including an api change that likely breaks things for ↵Nathan S. Evans2010-06-17
| | | | others
* changes to use names instead of numbers for topologies and topology optionsNathan S. Evans2010-06-14
|
* fixChristian Grothoff2010-05-18
|
* fixes, commentsChristian Grothoff2010-05-18
|
* add now instead of add delayedNathan S. Evans2010-05-12
|
* ridiculous timeouts, sparcbot can take up to five minutes to create 12 ↵Nathan S. Evans2010-05-11
| | | | connections (not sure where all that cpu is going)
* sigh, another missed commitNathan S. Evans2010-05-11
|
* comment fixNathan S. Evans2010-05-11
|
* some testing stuff, but i think there is a problem in gnunet-service-transportNathan S. Evans2010-05-10
|
* change testing library to use timeout for peer and peergroup startup so ↵Nathan S. Evans2010-05-10
| | | | testcase/user can decide how long to wait as opposed to arbitrary wait counts
* enable more verbose logging to debug on buildbotsNathan S. Evans2010-05-10
|
* changes to testing... create hostkey using peerinfo before starting peers, ↵Nathan S. Evans2010-05-09
| | | | better topology creation and more options therein, changes to order of starting peers, connecting peers... new order is hostkey create, topology create, blacklist create, start peers, connect peers
* coverity warning fixesNathan S. Evans2010-04-29
|
* print topology dot file with appropriate nameNathan S. Evans2010-04-28
|
* minor testing changesNathan S. Evans2010-04-28
|
* testing bugfix, add scale free topologyNathan S. Evans2010-04-28
|
* testing bug fixes (hopefully)Nathan S. Evans2010-04-27
|
* less stressful testcases for slow machines (especially a certain sparc buildot)Nathan S. Evans2010-04-27
|
* testing changes, which hopefully make testing code more robust, though ↵Nathan S. Evans2010-04-22
| | | | problems are inevitable
* making parser more robustChristian Grothoff2010-04-19
|
* towards fixing blacklisting APIs and implementationChristian Grothoff2010-04-18
|
* remove debugging from testcases, testing now used gnunet-arm to run and stop ↵Nathan S. Evans2010-03-29
| | | | gnunet, removes configs and directories by default. remote still needs tested
* remove verbosityNathan S. Evans2010-03-04
|
* connecting peers relies on connections completed thus far, instead of ↵Nathan S. Evans2010-03-04
| | | | estimating how many should be complete
* error when not using verbose (yay for Werror)Nathan S. Evans2010-03-03
|
* bug fixes, feature additionsNathan S. Evans2010-03-03
|
* add support for multi topology testing to makefile (all work for me, but ↵Nathan S. Evans2010-02-26
| | | | only clique is currently a testcase)
* towards better topology testing, still a kink or twoNathan S. Evans2010-02-26