aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
Commit message (Collapse)AuthorAge
* BUILD: Move testing to libMartin Schanzenbach2023-10-18
|
* -minor bugfixes, adding FIXMEsChristian Grothoff2023-08-15
|
* no silent label truncationChristian Grothoff2023-08-15
|
* assert run is non-null for most cmds, except endChristian Grothoff2023-08-15
|
* ALL: Use <inttypes.h> to properly handle log format strings.Martin Schanzenbach2023-06-01
| | | | NEWS: -
* Fixed #7630: Memory leak in (?) finish_test in testing_api_loop.ct3sserakt2023-02-07
|
* -fix include orderChristian Grothoff2023-01-11
|
* - relsoved an coverity issue, worked on fixmes, code documentation and ↵t3sserakt2023-01-06
| | | | cleaned up up the barrier API
* -more namespace cleanup and comments regarding APIMartin Schanzenbach2022-12-13
|
* - refactored barrier header, fixed messages for barrier signalingt3sserakt2022-12-13
|
* -minor debuggingMartin Schanzenbach2022-12-10
|
* TESTING: Fix NP derefMartin Schanzenbach2022-12-09
|
* -ftbfsMartin Schanzenbach2022-12-09
|
* TESTING: Various notes on APIMartin Schanzenbach2022-12-09
|
* TESTING: Fix TESTING-NG API to follow naming conventionsMartin Schanzenbach2022-12-09
| | | | | | | | Rename structs and functions to follow GNUnet naming conventions. Some structs may actually also be private, a review is necessary. The barrier API was modified in order to untangle Barriers and lists of Barriers. This is a rough draft, it needs fixes wrt memory leaks.
* TESTING: Sanitize API. Add new GNUNET_TESTING_command_new APIMartin Schanzenbach2022-12-08
| | | | | | | This commit changes the label member of GNUNET_TRANSPORT_Command to a static, fixed length buffer allocated with the struct itself. The check for the end of a command array should be done by checking the run command instead of the label.
* -more fixmes, minor const fixMartin Schanzenbach2022-12-08
|
* -more fixmesMartin Schanzenbach2022-12-08
|
* TESTING: Properly handle label allocationsMartin Schanzenbach2022-12-08
|
* - added configuration to be able to start executables on a router nodet3sserakt2022-12-07
| | | | - added barrier functionality
* -DOC: Documentation cleanup pass through TESTING librariesWillow Liquorice2022-10-03
|
* -fix typosChristian Grothoff2022-06-26
|
* fixed timeout for netjail tests, removed duplicated function declaration ↵t3sserakt2021-12-06
| | | | from header, using GNUNET_TESTING_get_trait_batch_cmds in loop, fixed tng service shutdown logic, added missing GNUNET_SERVICE_client_continue, changed default log level for udp backchannel test to debug
* - fixed warning, raised log level for udp backchannel test0.15.xt3sserakt2021-12-02
|
* - added number of unintentional connects to connect cmd, fixed bugs in tcp ↵t3sserakt2021-11-29
| | | | communicator and tng service, added method to get a cmd not restricted to future or past cmds
* - Fixed header, fixed log level, changed block until connect logic, fixed ↵t3sserakt2021-11-19
| | | | memory issues.
* removed versioned artefacts with v2 and v3. changes to reflect the changes ↵t3sserakt2021-10-14
| | | | in testing_api_loop.c
* -clean up testing-NG finish logicChristian Grothoff2021-10-08
|
* -basic santiy for testing API, breaks transport/ buildChristian Grothoff2021-10-04
|
* -taking a first stab at cleaning up the testing messChristian Grothoff2021-10-04
|
* - fixed mem leaks, added code doc, formatting, removed trace logst3sserakt2021-08-24
|
* - finished first prototype for running several local testcase.t3sserakt2021-07-19
|
* - started to implement several cmds to start peers^Ctestcase plugin will be ↵t3sserakt2021-07-16
| | | | started directly from helper, functionality to communicate between master cmd loop and local cmd loop, code compiles, test is not working atm.
* - added rudimentary cmd helper (copied from testbed-helper), binary to start ↵t3sserakt2021-07-07
| | | | a testcase plugin, rudimentary testcase plugin
* - stopping testbed, starting testbed for every node, fixing bugs, implement ↵t3sserakt2021-07-02
| | | | traits to start peers on nodes
* - starting testbed with netjailt3sserakt2021-06-30
|
* -fix many more typosChristian Grothoff2021-04-26
|
* - added handling of asynchronous task to testing ng. added testbed commands ↵t3sserakt2021-04-15
| | | | for setting up test invironment (atm wihtout the use of the ne async handling)
* - added hello world test with command stylet3sserakt2021-03-15
|
* - Just make it compile again.t3sserakt2021-03-08
|
* - fixed copyright datet3sserakt2021-03-04
|
* - fixed headert3sserakt2021-03-04
|
* - first try to integrate GNU Taler command style testingt3sserakt2021-03-04