blob: 46ab976643accbc20b2969df88c6cb862189711e [file] [log] [blame]
Paul Jakmae08286b2007-09-18 12:11:26 +000012007-09-17 Paul Jakma <paul.jakma@sun.com>
2
3 * bgp_capability_test.c: Test that peer's adv_recv and adv_nego get
4 set correctly for MP capability and given AFI/SAFI.
5 Colour OK/failed result so it's easier to find them.
6
Paul Jakma6d582722007-08-06 15:21:45 +000072007-07-27 Paul Jakma <paul.jakma@sun.com>
8
9 * bgp_capability_test.c: new, capability parser unit tests.
10 * Makefile.am: add previous.
11
Paul Jakma3414bf22006-08-27 06:53:24 +0000122006-08-26 Paul Jakma <paul.jakma@sun.com>
13
14 * heavy-wq.c: (slow_func_del,slow_func) update to match workqueue
15 changes
16
Paul Jakma1f742f22006-08-06 15:52:11 +0000172006-08-06 Paul Jakma <paul.jakma@sun.com>
18
19 * aspath_test.c: (validate) Fix the sense of the aspath_loop_check,
20 which was the wrong way around and had actually been testing for
21 aspath_loop_check to be buggy.
22
Paul Jakmaf783c1d2006-05-28 08:31:17 +0000232006-05-28 Paul Jakma <paul.jakma@sun.com>
24
25 * test-sig.c: (main) configure logging, there's no terminal
26 to write to for one thing, but we do want stdout, and we
27 don't want a test to spam syslog.
28
Paul Jakma5d932f62006-03-30 13:42:50 +0000292006-03-16 Paul Jakma <paul.jakma@sun.com>
30
31 * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue
32 spec.
33 * aspath_test.c: (test_segments) Add an AS_SET with redundant
34 ASNs.
35 ({empty_prepend,prepend,parse}_test) add static qualifiers
36
paul6726f952006-01-16 12:06:00 +0000372006-01-16 Paul Jakma <paul.jakma@sun.com>
38
39 * aspath_test.c: (validate) free the temporary aspaths.
40 (empty_get_test) ditto.
41
paul067fca82006-01-10 14:49:04 +0000422006-01-10 Paul Jakma <paul.jakma@sun.com>
43
44 * test-stream.c: new file, small unit test for new
45 resize and {put,get}-quad stream functions.
46 * Makefile.am: build teststream unit test.
47
paul59064762005-11-23 02:48:14 +0000482005-11-23 Paul Jakma <paul.jakma@sun.com>
49
50 * aspath_test.c: Add an empty aspath to test segments, and to
51 compare tests.
52 Add a segment identical to seq1, but with one extra asn.
53 Fix bogus free of stream in make_aspath for case where
54 no stream was allocated (empty path data).
55
paul84771ee2005-10-11 03:48:28 +0000562005-10-11 Paul Jakma <paul.jakma@sun.com>
57
58 * test-privs.c: Privileges unit test.
59 * Makefile.am: build testprivs
60 * aspath_test.c: fix a few sign warnings
61
paul1f377b02005-09-10 18:00:11 +0000622005-09-06 Paul Jakma <paul@dishone.st>
63
64 * aspath_test.c: Test bgp_aspath functionality.
65 * Makefile.am: build aspathtest
66 * ChangeLog: Fix date of previous commit
67
682005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +000069
70 * test-buffer.c: include memory.h
71 (main) call memory_init().
72
paul6379b962005-09-05 14:00:09 +0000732004-09-05 Paul Jakma <paul@dishone.st>
74
75 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
76 void * argument to shut up silly gcc warning.
77
paul9f3f7a12005-04-25 16:42:24 +0000782004-05-25 Paul Jakma <paul@dishone.st>
79
80 * main.c: new file, common 'main' portion which then calls
81 test_init.
82 * heavy.c: remove common portions now in 'main.
83 * heavy-wq.c: ditto
84 * heavy-thread.c: ditto
85 * heavy*.c: Set the slow_function iteration number lower, to 300, it
86 was several orders of magnitude too 'slow' to be useful. :)
87 * Makefile.am: main is a source of the tests. heavy should link
88 to the math library.
89
paul864c3642005-04-22 00:50:08 +0000902004-05-22 Paul Jakma <paul@dishone.st>
91
92 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000093 background thread to avoid responsiveness problems.
94 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000095
paulcb0663c2005-04-21 17:23:48 +0000962004-05-21 Paul Jakma <paul@dishone.st>
97
98 * heavy.c: Add a timer thread to demonstrate thread interactivity,
99 Add a daemon_exit command to assist with debugging (eg for memory
100 tracers, etc..)
101
paul43313d02005-04-19 21:28:36 +00001022004-05-19 Paul Jakma <paul@dishone.st>
103
104 * heavy.c: test programme to show how long-running functions
105 kill responsiveness. Demonstrating the most niggly problem
106 left in bgpd.
107
paul662a1f22005-04-13 03:32:23 +00001082004-05-13 Paul Jakma <paul@dishone.st>
109
110 * test-buffer.c: Andrew's buffer tester
111 * test-memory.c: basic memory tester
112 * Makefile.am: Add new tests