2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
Commit Graph

15743 Commits

Author SHA1 Message Date
Paul Selkirk
47b58321cd [1831] Fix a deprecation warning in xfrin.py
Also add my name to AUTHORS.
2013-03-19 19:16:56 -04:00
Jelte Jansen
9bd788945d [master] Merge branch 'trac2817' 2013-03-19 15:05:45 +01:00
Michal 'vorner' Vaner
7f6ff76314 Changelof for #2624 2013-03-19 14:22:05 +01:00
Michal 'vorner' Vaner
df1c5d5232 Merge #2624
Get rid of the shell/perl-based system tests
2013-03-19 14:16:38 +01:00
Jelte Jansen
27e9cf518d [2817] fix the double dollar 2013-03-19 12:39:37 +01:00
Jelte Jansen
dfce83e671 [2817] Fix sed calls in configure.ac 2013-03-18 15:23:41 +01:00
Michal 'vorner' Vaner
7a8781d9f7 [2624] Drop the system tests 2013-03-18 13:23:18 +01:00
Michal 'vorner' Vaner
be9f190124 [2624] Port the ixfr/in-2 test
As the only test that is being run in the system tests from xfrin.

The porting is not exact, we don't build the differences in bind9. We
provide them in a database already - we don't want to rely on bind9 and
bind10 can't build differences as of yet from master files (eg.
ixfr-from-differences).
2013-03-18 13:17:39 +01:00
Michal 'vorner' Vaner
ba046cd24c [2624] Port the glue systest to lettuce
It just does two queries and compares the output.
2013-03-18 10:36:09 +01:00
Michal 'vorner' Vaner
0eb1e5059c Fix problem with long path on build bots
Place the socket higher in the hierarchy (to the top-level build
directory) to have a shorter path.
2013-03-15 08:35:22 +01:00
Thomas Markwalder
abf4296a7b [2825] Entry added. 2013-03-14 13:50:09 -04:00
Thomas Markwalder
0840c03b42 Merge branch 'trac2825' 2013-03-14 13:44:44 -04:00
Michal 'vorner' Vaner
d3752093f7 Fix distcheck
The paths for running from the source tree were wrong (again :-|).
Adjust to match the configure's COMMON_PYTHON_PATH. But don't use it
directly, since it doesn't expand correctly.
2013-03-14 16:44:55 +01:00
Michal 'vorner' Vaner
3afd0a061c Merge #1927
Tests for msgq, normal operations.
2013-03-14 15:25:54 +01:00
Thomas Markwalder
4813e06cf4 [2825] Removed "mysql" directory prefix from #include statements.
The include path for MySQL includes is accurately set by mysql_config.
2013-03-14 08:50:20 -04:00
Jelte Jansen
b47eafefec [master] fix clang issue with exception in unnamed namespace 2013-03-13 08:53:53 -07:00
Michal 'vorner' Vaner
0239399581 [1927] Remove leftover debug command
Don't put the resetUnitTestRootLogger in production program. This was
just a leftover from some debugging.
2013-03-13 15:34:51 +01:00
Michal 'vorner' Vaner
416bae7d60 [1927] Use barrier instead of sleep
It should be more reliable to ensure all messages arrived.
2013-03-13 15:33:22 +01:00
Jelte Jansen
50b124aea4 [master] Fix test: remove sleep, use fake mtime 2013-03-12 11:34:09 +00:00
Michal 'vorner' Vaner
c8b7d82c25 [1927] Test msgq normal operations
The success cases of sending, receiving, subscribing, etc.
2013-03-12 12:19:26 +01:00
Jelte Jansen
e8e45c21b3 [master] Update changelog for merge of #2710 2013-03-12 10:52:45 +01:00
Jelte Jansen
16e8be506f [master] Merge branch 'trac2710'
Conflicts:
	src/bin/cmdctl/tests/cmdctl_test.py
2013-03-12 10:32:03 +01:00
Michal 'vorner' Vaner
3c243b229d [2710] Terminate the last line of text 2013-03-12 09:29:42 +01:00
Jelte Jansen
3c1fc036f7 [2710] address review comments
- set 'file used' to None if set to nonexistent file
- remove couple of unnecessary test value checks
- slightly more efficient temporary file write
2013-03-11 17:36:40 +01:00
Michal 'vorner' Vaner
5e66a7a9ec [1927] Harness to run msgq process
Provide a test suite to launch and stop msgq from tests as separate
process. It'll be used to test it works correctly, by connecting to it
from the tests.
2013-03-11 14:01:56 +01:00
Michal 'vorner' Vaner
95218da8e5 Merge #2768
The rpcCall method in C++
2013-03-11 09:58:21 +01:00
Michal 'vorner' Vaner
c32bfa79b2 [2768] Remove some more references
They save only little bit of work to the CPU and are suspicious to
casual reader, even when they should be safe in theory.
2013-03-11 09:49:04 +01:00
Mukund Sivaraman
6067533e5c Merge branch 'trac2641_3' 2013-03-11 07:16:40 +05:30
Mukund Sivaraman
8d178815af Merge branch 'trac2698' 2013-03-11 06:45:02 +05:30
Jeremy C. Reed
77249210b9 [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
fix conflict in changelog
2013-03-08 10:55:49 -06:00
Jeremy C. Reed
72b8ac6172 [master] various more typo and misspelling fixes
Some slight grammar changes.
Mostly in comments, but some for api docs.
Changes a isc_throw output too.

Reviewed via jabber.
2013-03-08 10:32:43 -06:00
Jeremy C. Reed
a45069dffc [master] add git revision for changelog entry 2013-03-08 10:32:18 -06:00
Jeremy C. Reed
be41be890f [master] fix typo in a message ID
because it is a message ID, add a changelog entry too.
(reviewed via jabber)
2013-03-08 10:30:49 -06:00
Jelte Jansen
282af2bfa3 [master] Update changelog for merge of #2746 2013-03-08 17:14:42 +01:00
Jelte Jansen
1c004d95a8 [master] Merge branch 'trac2746' 2013-03-08 16:52:08 +01:00
Shane Kerr
fb2e8b3a65 Move change to sys.path ahead of import from bind10_config 2013-03-08 15:44:36 +01:00
Jelte Jansen
9f0f84c089 [master] Merge branch 'trac2821' 2013-03-08 14:52:06 +01:00
Jelte Jansen
17c0037b8a [2821] Move library_end to holder
and use the holder in the unit tests as well
2013-03-08 12:01:03 +01:00
Stephen Morris
b11b84e52d [2821] Updated documentation related to MySqlHolder class. 2013-03-07 23:00:23 +00:00
Jelte Jansen
1090b92f9a [2710] small cleanup: make _accounts_file member 'private' 2013-03-07 17:32:37 +01:00
Jelte Jansen
38faa03d1c [2710] Lower sleep time for mtime change
Gonna assume we're not running these on FAT ;)
2013-03-07 17:30:34 +01:00
Jelte Jansen
d27e68b1e1 [2710] Better handling of nonexistent file 2013-03-07 16:53:50 +01:00
Jelte Jansen
e58c2fd32c [2821] Move MySqlHolder to header, and use as member
Half-related change, if available, call mysql_library_end() at the end of the unit test run
2013-03-07 15:48:51 +01:00
Jelte Jansen
4700bdc963 [2746] Fix test makefile for new messages file 2013-03-07 12:06:40 +01:00
Marcin Siodelski
157e22bdf8 [master] Added ChangeLog entry for #2701. 2013-03-07 11:26:39 +01:00
Michal 'vorner' Vaner
725dea7f0e Merge branch 'master' of git+ssh://git.bind10.isc.org/var/bind10/git/bind10 2013-03-07 10:45:04 +01:00
Michal 'vorner' Vaner
8bab20ff23 [2768] Don't use const reference
It should be allowed by C++ standard (and the object be alive before the
function is left), but this is just to be sure.
2013-03-07 10:35:46 +01:00
Marcin Siodelski
b96a30b26a [master] Merge branch 'trac2701' 2013-03-07 10:22:45 +01:00
Michal 'vorner' Vaner
4c3b2b24d8 Merge #2671
Clean up docs/design/cc-protocol.txt

Conflicts:
	doc/design/cc-protocol.txt
2013-03-07 10:03:16 +01:00
Mukund Sivaraman
85a61f1113 [2641] Remove duplicate space from messages 2013-03-07 08:55:54 +05:30