+ initial edition of meta-queue for RIB updates processing (bug #431)
[jleu-quagga.git] / tests / ChangeLog
blob098afb553bf9a185d4840ffc15ea42129dd64a2c
1 2008-02-23 Paul Jakma <paul.jakma@sun.com>
3         * aspath_test.c: Test for 0-ASN sequences that still have data.
5 2007-12-22 Paul Jakma <paul.jakma@sun.com>
7         * bgp_capability_test.c: Test for empty capabilities.
9 2007-09-27 Paul Jakma <paul.jakma@sun.com>
11         * aspath_test.c: Test dupe-weeding from sets.
12           Test that reconciliation merges AS_PATH and AS4_PATH where
13           former is shorter than latter.
15 2007-09-26 Paul Jakma <paul.jakma@sun.com>
17         * aspath_test.c: Test AS4_PATH reconcilation where length
18           of AS_PATH and AS4_PATH is same.
20 2007-09-25 Paul Jakma <paul.jakma@sun.com>
22         * bgp_capability_test.c: (general) Extend tests to validate
23           peek_for_as4_capability.
24           Add test of full OPEN Option block, with multiple capabilities,
25           both as a series of Option, and a single option.
26           Add some crap to beginning of stream, to prevent code depending
27           on getp == 0.
29 2007-09-18 Paul Jakma <paul.jakma@sun.com>
31         * bgp_capability_test.c: (parse_test) update for changes to
32           peek_for_as4_capability
34 2007-09-17 Paul Jakma <paul.jakma@sun.com>
36         * bgp_capability_test.c: Test that peer's adv_recv and adv_nego get
37           set correctly for MP capability and given AFI/SAFI.
38           Colour OK/failed result so it's easier to find them.
40 2007-07-27 Paul Jakma <paul.jakma@sun.com>
42         * bgp_capability_test.c: new, capability parser unit tests.
43         * Makefile.am: add previous.
45 2007-07-25 Paul Jakma <paul.jakma@sun.com>
47         * aspath_test.c: Exercise 32bit parsing. Test reconcile
48           function.
49         * ecommunity_test.c: New, test AS4 ecommunity changes, positive
50           test only at this time, error cases not tested yet.
51         
52 2006-12-01 Juergen Kammer <j.kammer@eurodata.de>
54         * aspath_test.c: Support asn32 changes, call aspath_parse with 16 bit.
56 2006-08-26 Paul Jakma <paul.jakma@sun.com>
58         * heavy-wq.c: (slow_func_del,slow_func) update to match workqueue
59           changes
61 2006-08-06 Paul Jakma <paul.jakma@sun.com>
63         * aspath_test.c: (validate) Fix the sense of the aspath_loop_check,
64           which was the wrong way around and had actually been testing for
65           aspath_loop_check to be buggy.
67 2006-05-28 Paul Jakma <paul.jakma@sun.com>
69         * test-sig.c: (main) configure logging, there's no terminal
70           to write to for one thing, but we do want stdout, and we
71           don't want a test to spam syslog.
73 2006-03-16 Paul Jakma <paul.jakma@sun.com>
75         * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue
76           spec.
77         * aspath_test.c: (test_segments) Add an AS_SET with redundant
78           ASNs.
79           ({empty_prepend,prepend,parse}_test) add static qualifiers
81 2006-01-16 Paul Jakma <paul.jakma@sun.com>
83         * aspath_test.c: (validate) free the temporary aspaths.
84           (empty_get_test) ditto.
86 2006-01-10 Paul Jakma <paul.jakma@sun.com>
88         * test-stream.c: new file, small unit test for new
89           resize and {put,get}-quad stream functions.
90         * Makefile.am: build teststream unit test.
92 2005-11-23 Paul Jakma <paul.jakma@sun.com>
94         * aspath_test.c: Add an empty aspath to test segments, and to
95           compare tests.
96           Add a segment identical to seq1, but with one extra asn.
97           Fix bogus free of stream in make_aspath for case where
98           no stream was allocated (empty path data).
100 2005-10-11 Paul Jakma <paul.jakma@sun.com>
102         * test-privs.c: Privileges unit test.
103         * Makefile.am: build testprivs
104         * aspath_test.c: fix a few sign warnings
106 2005-09-06 Paul Jakma <paul@dishone.st>
108         * aspath_test.c: Test bgp_aspath functionality.
109         * Makefile.am: build aspathtest
110         * ChangeLog: Fix date of previous commit
112 2005-09-06 Paul Jakma <paul@dishone.st>
114         * test-buffer.c: include memory.h
115           (main) call memory_init().
116         
117 2004-09-05 Paul Jakma <paul@dishone.st>
119         * heavy-wq.c: (slow_func_del,slow_func_err) make them take
120           void * argument to shut up silly gcc warning.
121           
122 2004-05-25 Paul Jakma <paul@dishone.st>
124         * main.c: new file, common 'main' portion which then calls
125           test_init.
126         * heavy.c: remove common portions now in 'main.
127         * heavy-wq.c: ditto
128         * heavy-thread.c: ditto
129         * heavy*.c: Set the slow_function iteration number lower, to 300, it
130           was several orders of magnitude too 'slow' to be useful. :)
131         * Makefile.am: main is a source of the tests. heavy should link
132           to the math library.
134 2004-05-22 Paul Jakma <paul@dishone.st>
136         * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
137           background thread to avoid responsiveness problems.
138         * Makefile.am: Build heavythread
140 2004-05-21 Paul Jakma <paul@dishone.st>
142         * heavy.c: Add a timer thread to demonstrate thread interactivity,
143           Add a daemon_exit command to assist with debugging (eg for memory
144           tracers, etc..)
146 2004-05-19 Paul Jakma <paul@dishone.st>
148         * heavy.c: test programme to show how long-running functions
149           kill responsiveness. Demonstrating the most niggly problem 
150           left in bgpd.
152 2004-05-13 Paul Jakma <paul@dishone.st>
154         * test-buffer.c: Andrew's buffer tester
155         * test-memory.c: basic memory tester
156         * Makefile.am: Add new tests