]> git.proxmox.com Git - mirror_frr.git/blob - tests/ChangeLog
[bgpd] cleanup, compact and consolidate capability parsing code
[mirror_frr.git] / tests / ChangeLog
1 2007-07-27 Paul Jakma <paul.jakma@sun.com>
2
3 * bgp_capability_test.c: new, capability parser unit tests.
4 * Makefile.am: add previous.
5
6 2006-08-26 Paul Jakma <paul.jakma@sun.com>
7
8 * heavy-wq.c: (slow_func_del,slow_func) update to match workqueue
9 changes
10
11 2006-08-06 Paul Jakma <paul.jakma@sun.com>
12
13 * aspath_test.c: (validate) Fix the sense of the aspath_loop_check,
14 which was the wrong way around and had actually been testing for
15 aspath_loop_check to be buggy.
16
17 2006-05-28 Paul Jakma <paul.jakma@sun.com>
18
19 * test-sig.c: (main) configure logging, there's no terminal
20 to write to for one thing, but we do want stdout, and we
21 don't want a test to spam syslog.
22
23 2006-03-16 Paul Jakma <paul.jakma@sun.com>
24
25 * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue
26 spec.
27 * aspath_test.c: (test_segments) Add an AS_SET with redundant
28 ASNs.
29 ({empty_prepend,prepend,parse}_test) add static qualifiers
30
31 2006-01-16 Paul Jakma <paul.jakma@sun.com>
32
33 * aspath_test.c: (validate) free the temporary aspaths.
34 (empty_get_test) ditto.
35
36 2006-01-10 Paul Jakma <paul.jakma@sun.com>
37
38 * test-stream.c: new file, small unit test for new
39 resize and {put,get}-quad stream functions.
40 * Makefile.am: build teststream unit test.
41
42 2005-11-23 Paul Jakma <paul.jakma@sun.com>
43
44 * aspath_test.c: Add an empty aspath to test segments, and to
45 compare tests.
46 Add a segment identical to seq1, but with one extra asn.
47 Fix bogus free of stream in make_aspath for case where
48 no stream was allocated (empty path data).
49
50 2005-10-11 Paul Jakma <paul.jakma@sun.com>
51
52 * test-privs.c: Privileges unit test.
53 * Makefile.am: build testprivs
54 * aspath_test.c: fix a few sign warnings
55
56 2005-09-06 Paul Jakma <paul@dishone.st>
57
58 * aspath_test.c: Test bgp_aspath functionality.
59 * Makefile.am: build aspathtest
60 * ChangeLog: Fix date of previous commit
61
62 2005-09-06 Paul Jakma <paul@dishone.st>
63
64 * test-buffer.c: include memory.h
65 (main) call memory_init().
66
67 2004-09-05 Paul Jakma <paul@dishone.st>
68
69 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
70 void * argument to shut up silly gcc warning.
71
72 2004-05-25 Paul Jakma <paul@dishone.st>
73
74 * main.c: new file, common 'main' portion which then calls
75 test_init.
76 * heavy.c: remove common portions now in 'main.
77 * heavy-wq.c: ditto
78 * heavy-thread.c: ditto
79 * heavy*.c: Set the slow_function iteration number lower, to 300, it
80 was several orders of magnitude too 'slow' to be useful. :)
81 * Makefile.am: main is a source of the tests. heavy should link
82 to the math library.
83
84 2004-05-22 Paul Jakma <paul@dishone.st>
85
86 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
87 background thread to avoid responsiveness problems.
88 * Makefile.am: Build heavythread
89
90 2004-05-21 Paul Jakma <paul@dishone.st>
91
92 * heavy.c: Add a timer thread to demonstrate thread interactivity,
93 Add a daemon_exit command to assist with debugging (eg for memory
94 tracers, etc..)
95
96 2004-05-19 Paul Jakma <paul@dishone.st>
97
98 * heavy.c: test programme to show how long-running functions
99 kill responsiveness. Demonstrating the most niggly problem
100 left in bgpd.
101
102 2004-05-13 Paul Jakma <paul@dishone.st>
103
104 * test-buffer.c: Andrew's buffer tester
105 * test-memory.c: basic memory tester
106 * Makefile.am: Add new tests