Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3114] Update exception messages | Mukund Sivaraman | 2013-11-20 | 1 | -2/+2 |
| | |||||
* | [3114] Raise DataTypeError exception for very large (overflow) integers | David Carlier | 2013-11-20 | 2 | -4/+13 |
| | |||||
* | Install message definitions | Michal 'vorner' Vaner | 2013-09-18 | 1 | -0/+2 |
| | | | | | Don't crash on startup because message definition module is missing, install it like the rest. | ||||
* | [master] Add a README describing __init__.py.in | Mukund Sivaraman | 2013-09-17 | 2 | -0/+7 |
| | |||||
* | Remove generated file | Michal 'vorner' Vaner | 2013-09-16 | 1 | -0/+1 |
| | |||||
* | Merge #3095 | Michal 'vorner' Vaner | 2013-09-16 | 8 | -4/+183 |
|\ | | | | | | | | | | | | | Generic traceback handling in python. Conflicts: src/bin/memmgr/memmgr.py.in | ||||
| * | [3095] Rename log message ID | Michal 'vorner' Vaner | 2013-09-16 | 2 | -2/+2 |
| | | | | | | | | | | The UNHANDLED_EXCEPTION is renamed to PYTHON_UNHANDLED_EXCEPTION, because only python code produces this one. | ||||
| * | [3095] Fix module name in comment | Michal 'vorner' Vaner | 2013-09-16 | 1 | -1/+1 |
| | | |||||
| * | [3095] Update method comment | Mukund Sivaraman | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | [3095] Change assertion syntax | Mukund Sivaraman | 2013-09-12 | 1 | -2/+1 |
| | | |||||
| * | [3095] Assert that the traceback file was generated first | Mukund Sivaraman | 2013-09-12 | 1 | -0/+1 |
| | | |||||
| * | [3095] Assert that the main() function is called when passed to the ↵ | Mukund Sivaraman | 2013-09-12 | 1 | -0/+6 |
| | | | | | | | | traceback handler | ||||
| * | [3095] Test the case where nothing is returned | Mukund Sivaraman | 2013-09-12 | 1 | -0/+10 |
| | | |||||
| * | [3095] Rename test fixture | Mukund Sivaraman | 2013-09-12 | 1 | -1/+1 |
| | | |||||
| * | [3095] Update message id description | Mukund Sivaraman | 2013-09-12 | 1 | -7/+8 |
| | | |||||
| * | [3095] Docstring for the traceback_handler | Michal 'vorner' Vaner | 2013-08-27 | 1 | -0/+7 |
| | | |||||
| * | [3095] Traceback handling function | Michal 'vorner' Vaner | 2013-08-27 | 8 | -4/+159 |
| | | | | | | | | | | A function that catches exceptions, prints them to correct places and exists. | ||||
* | | [master] Move path resolution stuff to bind10_config | Mukund Sivaraman | 2013-09-04 | 3 | -28/+28 |
| | | | | | | | | | | | | ... and don't generate isc/server_common/bind10_server.py from isc/server_common/bind10_server.py.in. This fixes a builddir vs srcdir path failure for the isc.server_common module. | ||||
* | | [master] Merge branch 'trac2883' | Naoki Kambe | 2013-08-28 | 8 | -173/+130 |
|\ \ | |/ |/| | |||||
| * | [2883] None not acceptable for spec_file_name of the Counters class | Naoki Kambe | 2013-08-27 | 2 | -19/+10 |
| | | | | | | | | | | | | Remove condition that spec_file_name is omitted (None is specified). Revise documentation of Counters and add a unit test to assert an exception raised when specifying an invalid argument. | ||||
| * | [2883] change module_description of a spec file for testing | Naoki Kambe | 2013-08-27 | 1 | -1/+1 |
| | | |||||
| * | [2883] add a test specfile for using a counters object in TestNotifyOut class | Naoki Kambe | 2013-08-08 | 3 | -2/+61 |
| | | |||||
| * | [2883] add counters as a keyword argument into NotifyOut | Naoki Kambe | 2013-08-08 | 1 | -12/+13 |
| | | |||||
| * | [2883] additional statistics tests (not directory related) | Naoki Kambe | 2013-08-08 | 1 | -0/+24 |
| | | |||||
| * | [2883] no need to reload module and do tearDown in test classes | Naoki Kambe | 2013-08-08 | 2 | -26/+0 |
| | | | | | | | | The counters object doesn't have a static statistics object | ||||
| * | [2883] remove TestDummyNotifyOut | Naoki Kambe | 2013-08-08 | 1 | -19/+0 |
| | | | | | | | | TestDummyXfroutServer class contains similar tests | ||||
| * | [2883] create a counters object once in the test class | Naoki Kambe | 2013-08-08 | 1 | -9/+6 |
| | | | | | | | | and pass to each class via class argument | ||||
| * | [2883] spec_file_name argument of Counters class is reqiured | Naoki Kambe | 2013-08-08 | 2 | -6/+5 |
| | | |||||
| * | [2883] remove _statistics class attribute | Naoki Kambe | 2013-08-08 | 4 | -90/+21 |
| | | | | | | | | and define statistics data and spec inside instance scope | ||||
* | | [3079] Fix typo in directory name | Michal 'vorner' Vaner | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | [3079] Don't enter to the makefiles | Michal 'vorner' Vaner | 2013-08-13 | 2 | -8/+5 |
| | | | | | | | | Do the condition at one level higher. | ||||
* | | [3079] Disable the memory manager if no shared memory | Michal 'vorner' Vaner | 2013-08-13 | 1 | -0/+7 |
|/ | | | | Just ifdef out the whole makefiles. | ||||
* | Merge branch 'trac2856' | Mukund Sivaraman | 2013-08-02 | 12 | -29/+789 |
|\ | |||||
| * | [2856] Add a comment about add_reader() in states other than READY | Mukund Sivaraman | 2013-08-02 | 1 | -1/+9 |
| | | |||||
| * | [2856] With no readers, make complete_update() from UPDATING go directly to ↵ | Mukund Sivaraman | 2013-07-25 | 2 | -1/+13 |
| | | | | | | | | READY | ||||
| * | [2856] Raise an exception if start_update() is called in any state other ↵ | Mukund Sivaraman | 2013-07-24 | 2 | -15/+16 |
| | | | | | | | | than READY | ||||
| * | [2856] Simplify code (old_readers will be empty before syncing readers) | Mukund Sivaraman | 2013-07-24 | 1 | -2/+2 |
| | | |||||
| * | [2856] Use deque instead of a list to store events | Mukund Sivaraman | 2013-07-24 | 1 | -5/+4 |
| | | | | | | | | ... for faster pops from position 0 of the list. | ||||
| * | [2856] Fix copyright year | Mukund Sivaraman | 2013-07-24 | 1 | -1/+1 |
| | | |||||
| * | [2856] Rename memmgr module mes file to libmemmgr to avoid conflict | Mukund Sivaraman | 2013-07-24 | 6 | -17/+20 |
| | | |||||
| * | [2856] Update test to check more concretely | Mukund Sivaraman | 2013-07-17 | 1 | -1/+2 |
| | | |||||
| * | [2856] Log errors when using the ZoneWriter | Mukund Sivaraman | 2013-07-17 | 2 | -4/+18 |
| | | |||||
| * | [2856] Log when the MemorySegmentBuilder receives a bad command | Mukund Sivaraman | 2013-07-17 | 4 | -3/+63 |
| | | |||||
| * | [2856] Remove excessive ordering test | Mukund Sivaraman | 2013-07-17 | 1 | -2/+0 |
| | | |||||
| * | [2856] Test lists and sets directly instead of using len() | Mukund Sivaraman | 2013-07-17 | 2 | -5/+5 |
| | | |||||
| * | [2856] Delete the mapped file after the test completes | Mukund Sivaraman | 2013-07-17 | 1 | -0/+8 |
| | | |||||
| * | [2856] Add test for "load" command to builder | Mukund Sivaraman | 2013-07-12 | 5 | -10/+139 |
| | | |||||
| * | [2856] Rename env variable | Mukund Sivaraman | 2013-07-12 | 2 | -4/+4 |
| | | |||||
| * | [2856] Add documentation for the __handle_load() method, etc. | Mukund Sivaraman | 2013-07-11 | 1 | -6/+32 |
| | | |||||
| * | [2856] Include the state transition diagram | Mukund Sivaraman | 2013-07-11 | 1 | -4/+13 |
| | |