]> git.proxmox.com Git - mirror_frr.git/blob - tests/ChangeLog
2004-05-25 Paul Jakma <paul@dishone.st>
[mirror_frr.git] / tests / ChangeLog
1 2004-05-25 Paul Jakma <paul@dishone.st>
2
3 * main.c: new file, common 'main' portion which then calls
4 test_init.
5 * heavy.c: remove common portions now in 'main.
6 * heavy-wq.c: ditto
7 * heavy-thread.c: ditto
8 * heavy*.c: Set the slow_function iteration number lower, to 300, it
9 was several orders of magnitude too 'slow' to be useful. :)
10 * Makefile.am: main is a source of the tests. heavy should link
11 to the math library.
12
13 2004-05-22 Paul Jakma <paul@dishone.st>
14
15 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
16 background thread to avoid responsiveness problems.
17 * Makefile.am: Build heavythread
18
19 2004-05-21 Paul Jakma <paul@dishone.st>
20
21 * heavy.c: Add a timer thread to demonstrate thread interactivity,
22 Add a daemon_exit command to assist with debugging (eg for memory
23 tracers, etc..)
24
25 2004-05-19 Paul Jakma <paul@dishone.st>
26
27 * heavy.c: test programme to show how long-running functions
28 kill responsiveness. Demonstrating the most niggly problem
29 left in bgpd.
30
31 2004-05-13 Paul Jakma <paul@dishone.st>
32
33 * test-buffer.c: Andrew's buffer tester
34 * test-memory.c: basic memory tester
35 * Makefile.am: Add new tests