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