paul | 1f377b0 | 2005-09-10 18:00:11 +0000 | [diff] [blame] | 1 | 2005-09-06 Paul Jakma <paul@dishone.st> |
| 2 | |
| 3 | * aspath_test.c: Test bgp_aspath functionality. |
| 4 | * Makefile.am: build aspathtest |
| 5 | * ChangeLog: Fix date of previous commit |
| 6 | |
| 7 | 2005-09-06 Paul Jakma <paul@dishone.st> |
paul | dff4f52 | 2005-09-06 23:08:01 +0000 | [diff] [blame] | 8 | |
| 9 | * test-buffer.c: include memory.h |
| 10 | (main) call memory_init(). |
| 11 | |
paul | 6379b96 | 2005-09-05 14:00:09 +0000 | [diff] [blame] | 12 | 2004-09-05 Paul Jakma <paul@dishone.st> |
| 13 | |
| 14 | * heavy-wq.c: (slow_func_del,slow_func_err) make them take |
| 15 | void * argument to shut up silly gcc warning. |
| 16 | |
paul | 9f3f7a1 | 2005-04-25 16:42:24 +0000 | [diff] [blame] | 17 | 2004-05-25 Paul Jakma <paul@dishone.st> |
| 18 | |
| 19 | * main.c: new file, common 'main' portion which then calls |
| 20 | test_init. |
| 21 | * heavy.c: remove common portions now in 'main. |
| 22 | * heavy-wq.c: ditto |
| 23 | * heavy-thread.c: ditto |
| 24 | * heavy*.c: Set the slow_function iteration number lower, to 300, it |
| 25 | was several orders of magnitude too 'slow' to be useful. :) |
| 26 | * Makefile.am: main is a source of the tests. heavy should link |
| 27 | to the math library. |
| 28 | |
paul | 864c364 | 2005-04-22 00:50:08 +0000 | [diff] [blame] | 29 | 2004-05-22 Paul Jakma <paul@dishone.st> |
| 30 | |
| 31 | * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a |
paul | 1d2c893 | 2005-04-22 00:54:44 +0000 | [diff] [blame] | 32 | background thread to avoid responsiveness problems. |
| 33 | * Makefile.am: Build heavythread |
paul | 864c364 | 2005-04-22 00:50:08 +0000 | [diff] [blame] | 34 | |
paul | cb0663c | 2005-04-21 17:23:48 +0000 | [diff] [blame] | 35 | 2004-05-21 Paul Jakma <paul@dishone.st> |
| 36 | |
| 37 | * heavy.c: Add a timer thread to demonstrate thread interactivity, |
| 38 | Add a daemon_exit command to assist with debugging (eg for memory |
| 39 | tracers, etc..) |
| 40 | |
paul | 43313d0 | 2005-04-19 21:28:36 +0000 | [diff] [blame] | 41 | 2004-05-19 Paul Jakma <paul@dishone.st> |
| 42 | |
| 43 | * heavy.c: test programme to show how long-running functions |
| 44 | kill responsiveness. Demonstrating the most niggly problem |
| 45 | left in bgpd. |
| 46 | |
paul | 662a1f2 | 2005-04-13 03:32:23 +0000 | [diff] [blame] | 47 | 2004-05-13 Paul Jakma <paul@dishone.st> |
| 48 | |
| 49 | * test-buffer.c: Andrew's buffer tester |
| 50 | * test-memory.c: basic memory tester |
| 51 | * Makefile.am: Add new tests |