blob: 8f6e0ce849a15980391c67a3784849c8c0d71fa5 [file] [log] [blame]
Paul Jakma5d932f62006-03-30 13:42:50 +000012006-03-16 Paul Jakma <paul.jakma@sun.com>
2
3 * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue
4 spec.
5 * aspath_test.c: (test_segments) Add an AS_SET with redundant
6 ASNs.
7 ({empty_prepend,prepend,parse}_test) add static qualifiers
8
paul6726f952006-01-16 12:06:00 +000092006-01-16 Paul Jakma <paul.jakma@sun.com>
10
11 * aspath_test.c: (validate) free the temporary aspaths.
12 (empty_get_test) ditto.
13
paul067fca82006-01-10 14:49:04 +0000142006-01-10 Paul Jakma <paul.jakma@sun.com>
15
16 * test-stream.c: new file, small unit test for new
17 resize and {put,get}-quad stream functions.
18 * Makefile.am: build teststream unit test.
19
paul59064762005-11-23 02:48:14 +0000202005-11-23 Paul Jakma <paul.jakma@sun.com>
21
22 * aspath_test.c: Add an empty aspath to test segments, and to
23 compare tests.
24 Add a segment identical to seq1, but with one extra asn.
25 Fix bogus free of stream in make_aspath for case where
26 no stream was allocated (empty path data).
27
paul84771ee2005-10-11 03:48:28 +0000282005-10-11 Paul Jakma <paul.jakma@sun.com>
29
30 * test-privs.c: Privileges unit test.
31 * Makefile.am: build testprivs
32 * aspath_test.c: fix a few sign warnings
33
paul1f377b02005-09-10 18:00:11 +0000342005-09-06 Paul Jakma <paul@dishone.st>
35
36 * aspath_test.c: Test bgp_aspath functionality.
37 * Makefile.am: build aspathtest
38 * ChangeLog: Fix date of previous commit
39
402005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +000041
42 * test-buffer.c: include memory.h
43 (main) call memory_init().
44
paul6379b962005-09-05 14:00:09 +0000452004-09-05 Paul Jakma <paul@dishone.st>
46
47 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
48 void * argument to shut up silly gcc warning.
49
paul9f3f7a12005-04-25 16:42:24 +0000502004-05-25 Paul Jakma <paul@dishone.st>
51
52 * main.c: new file, common 'main' portion which then calls
53 test_init.
54 * heavy.c: remove common portions now in 'main.
55 * heavy-wq.c: ditto
56 * heavy-thread.c: ditto
57 * heavy*.c: Set the slow_function iteration number lower, to 300, it
58 was several orders of magnitude too 'slow' to be useful. :)
59 * Makefile.am: main is a source of the tests. heavy should link
60 to the math library.
61
paul864c3642005-04-22 00:50:08 +0000622004-05-22 Paul Jakma <paul@dishone.st>
63
64 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000065 background thread to avoid responsiveness problems.
66 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000067
paulcb0663c2005-04-21 17:23:48 +0000682004-05-21 Paul Jakma <paul@dishone.st>
69
70 * heavy.c: Add a timer thread to demonstrate thread interactivity,
71 Add a daemon_exit command to assist with debugging (eg for memory
72 tracers, etc..)
73
paul43313d02005-04-19 21:28:36 +0000742004-05-19 Paul Jakma <paul@dishone.st>
75
76 * heavy.c: test programme to show how long-running functions
77 kill responsiveness. Demonstrating the most niggly problem
78 left in bgpd.
79
paul662a1f22005-04-13 03:32:23 +0000802004-05-13 Paul Jakma <paul@dishone.st>
81
82 * test-buffer.c: Andrew's buffer tester
83 * test-memory.c: basic memory tester
84 * Makefile.am: Add new tests