aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
Commit message (Collapse)AuthorAge
* remove redundant checkNathan S. Evans2010-07-02
|
* gpl3Christian Grothoff2010-07-02
|
* fix for null hostkey callback on daemons_start callNathan S. Evans2010-06-29
|
* change to limit number of peers actually starting concurrently so as not to ↵Nathan S. Evans2010-06-29
| | | | exceed max file descriptor limit
* 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
|
* codesonar fixesNathan S. Evans2010-06-21
|
* cleanupChristian Grothoff2010-06-18
|
* cleanupChristian Grothoff2010-06-18
|
* resolve merge conflictNathan S. Evans2010-06-17
|
* some testing changes, including an api change that likely breaks things for ↵Nathan S. Evans2010-06-17
| | | | others
* indentingChristian Grothoff2010-06-14
|
* changes to use names instead of numbers for topologies and topology optionsNathan S. Evans2010-06-14
|
* test case config filesNathan S. Evans2010-06-14
|
* indentationChristian Grothoff2010-06-13
|
* pass only unsigned char to isspace and the likeChristian Grothoff2010-06-13
|
* minor fixesChristian Grothoff2010-06-11
|
* use constants instead of casting -1Christian Grothoff2010-06-11
|
* doxygenNathan S. Evans2010-06-09
|
* UNIX domain socket supportChristian Grothoff2010-06-05
|
* api for controlled churnChristian Grothoff2010-05-27
|
* nitpicksChristian Grothoff2010-05-21
|
* nitpicksChristian Grothoff2010-05-21
|
* fixes, commentsChristian Grothoff2010-05-18
|
* churn fixes and testcaseNathan S. Evans2010-05-12
|
* doxygenNathan 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)
* blacklist testcase, testing_group support for blacklistingNathan S. Evans2010-05-11
|
* more testing changesNathan S. Evans2010-05-11
|
* some testing stuff, but i think there is a problem in gnunet-service-transportNathan S. Evans2010-05-10
|
* doxygenNathan 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
* depth first peer adding, non-null check for peer listsNathan S. Evans2010-05-10
|
* sorta improvement on creating at least X conns per peer from allowed ↵Nathan S. Evans2010-05-09
| | | | topology. using the hashmap iterator to add exactly one peer per peer from a clique topology created a star because the first peer in each peers map was always the first peer. Now a more expensive hash map traversal is used, but should be fine for testing
* 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
* 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
|
* testing changes, which hopefully make testing code more robust, though ↵Nathan S. Evans2010-04-22
| | | | problems are inevitable
* doxygen is annoyingNathan S. Evans2010-04-05
|
* more tweaks to allow testing to actually workNathan S. Evans2010-03-31
|
* change hostname in config files when created, if running remotely... ↵Nathan S. Evans2010-03-31
| | | | Otherwise the testing controller doesn't know whom to connect to. Since these daemons are ostensibly running on said remote hosts, changing the hostname shouldn't pose a problem (unless it does)
* missing freeNathan S. Evans2010-03-31
|
* write control_host information to testing configs (for remote starting), ↵Nathan S. Evans2010-03-30
| | | | hasn't been sufficiently tested
* 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
* connecting peers relies on connections completed thus far, instead of ↵Nathan S. Evans2010-03-04
| | | | estimating how many should be complete
* fixChristian Grothoff2010-03-04
|
* code clean upChristian Grothoff2010-03-04
|
* dceChristian Grothoff2010-03-04
|
* use utils rand functionsChristian Grothoff2010-03-04
|