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