blob: b066cfd881d78e1035a361a47e23bffb62c71609 [file] [log] [blame]
Paul Jakma1f742f22006-08-06 15:52:11 +000012006-08-06 Paul Jakma <paul.jakma@sun.com>
2
3 * aspath_test.c: (validate) Fix the sense of the aspath_loop_check,
4 which was the wrong way around and had actually been testing for
5 aspath_loop_check to be buggy.
6
Paul Jakmaf783c1d2006-05-28 08:31:17 +000072006-05-28 Paul Jakma <paul.jakma@sun.com>
8
9 * test-sig.c: (main) configure logging, there's no terminal
10 to write to for one thing, but we do want stdout, and we
11 don't want a test to spam syslog.
12
Paul Jakma5d932f62006-03-30 13:42:50 +0000132006-03-16 Paul Jakma <paul.jakma@sun.com>
14
15 * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue
16 spec.
17 * aspath_test.c: (test_segments) Add an AS_SET with redundant
18 ASNs.
19 ({empty_prepend,prepend,parse}_test) add static qualifiers
20
paul6726f952006-01-16 12:06:00 +0000212006-01-16 Paul Jakma <paul.jakma@sun.com>
22
23 * aspath_test.c: (validate) free the temporary aspaths.
24 (empty_get_test) ditto.
25
paul067fca82006-01-10 14:49:04 +0000262006-01-10 Paul Jakma <paul.jakma@sun.com>
27
28 * test-stream.c: new file, small unit test for new
29 resize and {put,get}-quad stream functions.
30 * Makefile.am: build teststream unit test.
31
paul59064762005-11-23 02:48:14 +0000322005-11-23 Paul Jakma <paul.jakma@sun.com>
33
34 * aspath_test.c: Add an empty aspath to test segments, and to
35 compare tests.
36 Add a segment identical to seq1, but with one extra asn.
37 Fix bogus free of stream in make_aspath for case where
38 no stream was allocated (empty path data).
39
paul84771ee2005-10-11 03:48:28 +0000402005-10-11 Paul Jakma <paul.jakma@sun.com>
41
42 * test-privs.c: Privileges unit test.
43 * Makefile.am: build testprivs
44 * aspath_test.c: fix a few sign warnings
45
paul1f377b02005-09-10 18:00:11 +0000462005-09-06 Paul Jakma <paul@dishone.st>
47
48 * aspath_test.c: Test bgp_aspath functionality.
49 * Makefile.am: build aspathtest
50 * ChangeLog: Fix date of previous commit
51
522005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +000053
54 * test-buffer.c: include memory.h
55 (main) call memory_init().
56
paul6379b962005-09-05 14:00:09 +0000572004-09-05 Paul Jakma <paul@dishone.st>
58
59 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
60 void * argument to shut up silly gcc warning.
61
paul9f3f7a12005-04-25 16:42:24 +0000622004-05-25 Paul Jakma <paul@dishone.st>
63
64 * main.c: new file, common 'main' portion which then calls
65 test_init.
66 * heavy.c: remove common portions now in 'main.
67 * heavy-wq.c: ditto
68 * heavy-thread.c: ditto
69 * heavy*.c: Set the slow_function iteration number lower, to 300, it
70 was several orders of magnitude too 'slow' to be useful. :)
71 * Makefile.am: main is a source of the tests. heavy should link
72 to the math library.
73
paul864c3642005-04-22 00:50:08 +0000742004-05-22 Paul Jakma <paul@dishone.st>
75
76 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +000077 background thread to avoid responsiveness problems.
78 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +000079
paulcb0663c2005-04-21 17:23:48 +0000802004-05-21 Paul Jakma <paul@dishone.st>
81
82 * heavy.c: Add a timer thread to demonstrate thread interactivity,
83 Add a daemon_exit command to assist with debugging (eg for memory
84 tracers, etc..)
85
paul43313d02005-04-19 21:28:36 +0000862004-05-19 Paul Jakma <paul@dishone.st>
87
88 * heavy.c: test programme to show how long-running functions
89 kill responsiveness. Demonstrating the most niggly problem
90 left in bgpd.
91
paul662a1f22005-04-13 03:32:23 +0000922004-05-13 Paul Jakma <paul@dishone.st>
93
94 * test-buffer.c: Andrew's buffer tester
95 * test-memory.c: basic memory tester
96 * Makefile.am: Add new tests