blob: 0469e3063f616139d4955d637e76a8882f460c54 [file] [log] [blame]
paul067fca82006-01-10 14:49:04 +000012006-01-10 Paul Jakma <paul.jakma@sun.com>
2
3 * test-stream.c: new file, small unit test for new
4 resize and {put,get}-quad stream functions.
5 * Makefile.am: build teststream unit test.
6
paul59064762005-11-23 02:48:14 +000072005-11-23 Paul Jakma <paul.jakma@sun.com>
8
9 * aspath_test.c: Add an empty aspath to test segments, and to
10 compare tests.
11 Add a segment identical to seq1, but with one extra asn.
12 Fix bogus free of stream in make_aspath for case where
13 no stream was allocated (empty path data).
14
paul84771ee2005-10-11 03:48:28 +0000152005-10-11 Paul Jakma <paul.jakma@sun.com>
16
17 * test-privs.c: Privileges unit test.
18 * Makefile.am: build testprivs
19 * aspath_test.c: fix a few sign warnings
20
paul1f377b02005-09-10 18:00:11 +0000212005-09-06 Paul Jakma <paul@dishone.st>
22
23 * aspath_test.c: Test bgp_aspath functionality.
24 * Makefile.am: build aspathtest
25 * ChangeLog: Fix date of previous commit
26
272005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +000028
29 * test-buffer.c: include memory.h
30 (main) call memory_init().
31
paul6379b962005-09-05 14:00:09 +0000322004-09-05 Paul Jakma <paul@dishone.st>
33
34 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
35 void * argument to shut up silly gcc warning.
36
paul9f3f7a12005-04-25 16:42:24 +0000372004-05-25 Paul Jakma <paul@dishone.st>
38
39 * main.c: new file, common 'main' portion which then calls
40 test_init.
41 * heavy.c: remove common portions now in 'main.
42 * heavy-wq.c: ditto
43 * heavy-thread.c: ditto
44 * heavy*.c: Set the slow_function iteration number lower, to 300, it
45 was several orders of magnitude too 'slow' to be useful. :)
46 * Makefile.am: main is a source of the tests. heavy should link
47 to the math library.
48
paul864c3642005-04-22 00:50:08 +0000492004-05-22 Paul Jakma <paul@dishone.st>
50
51 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000052 background thread to avoid responsiveness problems.
53 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000054
paulcb0663c2005-04-21 17:23:48 +0000552004-05-21 Paul Jakma <paul@dishone.st>
56
57 * heavy.c: Add a timer thread to demonstrate thread interactivity,
58 Add a daemon_exit command to assist with debugging (eg for memory
59 tracers, etc..)
60
paul43313d02005-04-19 21:28:36 +0000612004-05-19 Paul Jakma <paul@dishone.st>
62
63 * heavy.c: test programme to show how long-running functions
64 kill responsiveness. Demonstrating the most niggly problem
65 left in bgpd.
66
paul662a1f22005-04-13 03:32:23 +0000672004-05-13 Paul Jakma <paul@dishone.st>
68
69 * test-buffer.c: Andrew's buffer tester
70 * test-memory.c: basic memory tester
71 * Makefile.am: Add new tests