2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

15037 Commits

Author SHA1 Message Date
Mukund Sivaraman
adb9e821ff [2390] Add MX implementation 2013-01-29 10:28:59 +05:30
Mukund Sivaraman
717d619224 Merge branch 'master' into trac2435_2
Conflicts:
	src/lib/datasrc/zone.h
	src/lib/python/isc/datasrc/updater_inc.cc
2013-01-29 08:45:03 +05:30
JINMEI Tatuya
10fece1ac6 [2435] updated pydoc for RRsetCollections to match the latest C++ doxygen doc. 2013-01-28 13:47:46 -08:00
JINMEI Tatuya
9a7784d748 [2435] some minor editorial cleanups
- adjusted header file position to be more consistent
- remove unnecessary "`" (only needed for trac)
- refer to dns::RRsetCollectionBase instead of datasrc::RRsetCollectionBase
2013-01-28 13:46:24 -08:00
JINMEI Tatuya
2ca96761f1 [2310] added a test case where the original TTL is smaller than SOA minttl. 2013-01-28 10:46:27 -08:00
JINMEI Tatuya
b122fa56ec [2310] clarify/simplify the use of origin with textToRRset.
also moved convertRRset insde InMemoryZoneFinderTest class as a member
function so it can access origin_.
2013-01-28 10:41:43 -08:00
JINMEI Tatuya
ed2adc060e [2310] added some implementation notes as comment for in-memory findAtOrigin. 2013-01-28 10:28:56 -08:00
Jelte Jansen
4c4e2711be [master] Update changelog for merge of #1897 2013-01-28 15:06:36 +01:00
Jelte Jansen
93716b025a [master] Merge branch 'trac1897' 2013-01-28 15:05:20 +01:00
Michal 'vorner' Vaner
21a9a30e94 [2439] Call the check callbacks from tests
Test they have no side effects as to the acceptance of the zone, just
log stuff.
2013-01-28 14:28:17 +01:00
Michal 'vorner' Vaner
f7c0e1bf2a [2439] Add missing isinstance
We check the result is of correct type, so use isinstance. It is unclear
how the original code could pass, though.
2013-01-28 13:51:45 +01:00
Michal 'vorner' Vaner
4dd6c4cc1c [2439] (minor) Comment fix
Fix a code in comment. It wouldn't work, but it was saying what not to
do anyway.
2013-01-28 13:51:13 +01:00
Michal 'vorner' Vaner
f94444fe1c [2439] Fix logging placeholders
The XFRIN_INVALID_ZONE_DATA was numbered from %2, not from %1.
2013-01-28 13:44:13 +01:00
Jelte Jansen
d94641e521 [master] Merge branch 'trac2621' 2013-01-28 13:41:29 +01:00
Jelte Jansen
d8c2ea58e0 [2621] Fix session_test for python3.3
Or more specifically, make the tests not depend on dict ordering
2013-01-28 13:41:13 +01:00
Michal 'vorner' Vaner
d4032a6703 [2439] (minor) Exception docstrings
Clarify one exception and document one old exception.
2013-01-28 13:40:32 +01:00
Naoki Kambe
6873aeabcd [master] Merge branch 'trac2225_statistics_2' 2013-01-28 20:24:48 +09:00
Jelte Jansen
ddde1f3034 [master] Fix floating point issue in unit test
reviewed on jabber (muks)
2013-01-28 11:34:39 +01:00
Mukund Sivaraman
12807b1d6e [2435] Make minor documentation updates 2013-01-28 09:28:57 +05:30
JINMEI Tatuya
b22bc32b27 [2435] Make documentation updates 2013-01-28 09:22:48 +05:30
Mukund Sivaraman
df5cb12f60 [2435] Make ZoneUpdater return a isc::dns::RRsetCollectionBase reference 2013-01-28 09:21:41 +05:30
JINMEI Tatuya
72383e8959 [2435] Check result of find() in test 2013-01-28 05:36:45 +05:30
Mukund Sivaraman
79b78d6538 [2435] Remove exceptions that are not thrown
When these methods are implemented, the author can look at the API
documentation of the base class as suggested.
2013-01-28 05:32:29 +05:30
JINMEI Tatuya
2352105cc7 [2435] Make documentation updates 2013-01-28 05:31:01 +05:30
Mukund Sivaraman
3d4f3cd903 Merge branch 'trac2644' 2013-01-28 04:48:27 +05:30
Mukund Sivaraman
ea78072424 [2644] Fix test failures in notify_out_test.py under Python 3.3 2013-01-28 04:47:29 +05:30
Mukund Sivaraman
443be43181 Merge branch 'trac2623' 2013-01-28 04:45:02 +05:30
Mukund Sivaraman
8a33bc3ac5 [2623] Fix test failures in msgq_test.py under Python 3.3 2013-01-28 04:44:30 +05:30
Mukund Sivaraman
8f2bbf55fe Merge branch 'trac2622' 2013-01-28 04:40:47 +05:30
Mukund Sivaraman
4a7f643283 [2622] Fix test failures in config_data_test.py under Python 3.3 2013-01-28 04:39:42 +05:30
Mukund Sivaraman
ac808e9e26 [2622] Stop using deprecated syntax for assertions 2013-01-28 04:39:38 +05:30
Mukund Sivaraman
9b3c959af1 Merge branch 'master' into trac1756_2 2013-01-28 04:25:59 +05:30
Michal 'vorner' Vaner
2a742e19fb [2439] Lettuce test for failed validation after update
Check the new version is rejected and the old one is still available.
2013-01-25 12:23:19 +01:00
Naoki Kambe
89fd37be8d [2225_statistics_2] fix the failure in the build bot
http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/20130125000502-FreeBSD8-amd64-GCC/logs/unittests.out

Due to the difference of timing of invoking datetime.now(), _stop_timer()
should return greater than one second. But depending on runtime environment, it
happens to return one second exactly. For supporting this behaviour, regarding
checking of the returned value, 'assertGreater' is changed to
'assertGreaterEqual'.
2013-01-25 15:48:26 +09:00
JINMEI Tatuya
4760fba1fc [2310] extend findAtOrigin so it can handle use_minttl correctly. 2013-01-24 18:45:37 -08:00
JINMEI Tatuya
5e9d101a16 [2310] added a new constructo of TreeNodeRRset so we can specify the TTL. 2013-01-24 18:41:57 -08:00
JINMEI Tatuya
ad274a49ad [2310] set zone's minimum TTL when loader adds the SOA RR. 2013-01-24 18:32:26 -08:00
JINMEI Tatuya
6ff25a392e [2310] update ZoneData so it can store/return the "minimum" TTL. 2013-01-24 18:27:00 -08:00
Jeremy C. Reed
0a85e0e55c [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2013-01-24 18:02:07 -06:00
Jeremy C. Reed
bc5a59ac90 [master] changelog cleanups
indent on description
use a tab before the keyword type.
use two tabs before the committer username.
line too long
2013-01-24 18:01:13 -06:00
Jeremy C. Reed
c6afb4411d [master] remove space before a tab in indent 2013-01-24 17:58:48 -06:00
JINMEI Tatuya
f969ebef7a [master] use assertTrue+isinstance instead of assertIsInstance.
the latter is relatively new and doesn't work for all of our supported
python versions.  will fix a buildbot report.  committing at my discretion.
2013-01-24 15:35:00 -08:00
JINMEI Tatuya
552cbb6747 [master] changelog for #2309; also corrected category for doc update (to 'doc') 2013-01-24 14:02:15 -08:00
JINMEI Tatuya
385f6f1027 [master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2013-01-24 13:42:14 -08:00
Jelte Jansen
4921791213 [master] update changelog for merge ot #2595 2013-01-24 22:35:49 +01:00
JINMEI Tatuya
ee17e979fc [master] Merge branch 'trac2309' 2013-01-24 13:27:36 -08:00
Jelte Jansen
09b1a2f927 [master] Merge branch 'trac2595' 2013-01-24 22:06:47 +01:00
Jelte Jansen
0c19f89ff4 [2595] Small cleanup in __check_printed_messages() 2013-01-24 21:39:18 +01:00
Michal 'vorner' Vaner
cc9e330345 [2439] Lettuce test for rejecting a XFR transfer
Provide a zone without NS and see it rejects it.

This actually found a bug, maybe unrelated.
2013-01-24 19:47:37 +01:00
Michal 'vorner' Vaner
dcd93a5689 [2439] Lettuce tests for post-xfrin validation
Check the data in existing tests produce warnings, but the data is still
accepted.
2013-01-24 19:27:12 +01:00