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