Jeremy C. Reed
a8486dda67
[master] add some pyo (python optimized files) to CLEANFILES
...
This is to fix the distclean target to fix the reported
distcheck failures.
These pyo files were generated by running the dbutil for tests.
2012-03-27 13:55:49 -05:00
Jelte Jansen
73a6349b16
[1846] temporarily consider v1.0 as current schema version
...
and disable a number of relevant tests
2012-03-27 15:15:36 +02:00
Jelte Jansen
5f7f84779f
[1491] added missing test for spec_part_is_named_set
2012-03-27 14:47:05 +02:00
Jeremy C. Reed
eb3cc6a30f
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-03-27 07:40:33 -05:00
Jelte Jansen
59464e665c
[master] forgot CLEANFILES entry in merge of #963
...
this should fix the distcheck failure reported in http://git.bind10.isc.org/~tester/builder/BIND10-distcheck/20120327113000-FreeBSD8-i386/logs/distcheck.out
2012-03-27 14:29:24 +02:00
Michal 'vorner' Vaner
29f876f895
[1715] Implement the missing unset method
...
The underlying implementation is already there, it's just somebody
forgot to wrap it in this another layer of indirection class.
2012-03-27 13:52:51 +02:00
Michal 'vorner' Vaner
17ab7fae73
[1715] Tests for the unset method
...
The method is clearly missing, that's why the command fails. Creating
tests for when the method exists.
2012-03-27 13:52:51 +02:00
Michal 'vorner' Vaner
21b1adb387
[1715] Test the unset command
...
It's shocking how much is not tested here. No surprise the missing
command was not discovered. Still, not adding tests for the others,
they'd probably fail and it would make the ticket a lot bigger.
2012-03-27 13:52:51 +02:00
Jelte Jansen
a2004cbca7
[master] Update changelog for merge of #963
2012-03-27 11:42:07 +02:00
Jelte Jansen
49ba2cf8ac
[master] Merge branch 'trac963'
2012-03-27 11:19:42 +02:00
Jelte Jansen
423640029e
[master] update changelog for merge of #1443
2012-03-27 11:16:43 +02:00
Jelte Jansen
52b36c921e
[1443] Merge branch 'master' into merge1443
...
two options have been added to boss's __init__(), conflict resolved.
Conflicts:
src/bin/bind10/bind10_src.py.in
src/bin/bind10/tests/bind10_test.py.in
2012-03-27 11:13:36 +02:00
Jelte Jansen
b0a028bf38
[1491] copy default named-set data to local when editing
...
if a child member is set, and the named-set data is default, it would 'lose' the other default values if it wasn't copied to local. For succesful operations this wouldn't be a problem (as this only happens 'locally' in bindctl), but it can cause problems when updates fail due to mistyped data
2012-03-27 10:41:49 +02:00
Mukund Sivaraman
46cd22e159
bug #1819 : Add manpage note that the --no-kill option was introduced for testing
2012-03-27 13:30:17 +05:30
Mukund Sivaraman
ad40537d9f
bug #1819 : Add some comments to testcases
2012-03-27 13:30:11 +05:30
Mukund Sivaraman
6353f50a59
bug #1819 : Check that BoB doesn't kill during shutdown when asked not to
2012-03-27 13:30:04 +05:30
Mukund Sivaraman
d2661eddfc
bug #1819 : Add testcase for --no-kill and -i options handling
2012-03-27 13:29:57 +05:30
Mukund Sivaraman
a02f49d16d
bug #1819 : Document --no-kill option in bind10 manpage
2012-03-27 13:29:49 +05:30
Mukund Sivaraman
774aee5f84
bug #1819 : Update help text for no-kill option
2012-03-27 13:29:42 +05:30
Mukund Sivaraman
194ef64776
bug #1819 : Rename --no-kill-i option to --no-kill
2012-03-27 13:29:27 +05:30
Mukund Sivaraman
631e9f192c
bug #1819 : Add ChangeLog entry
2012-03-27 13:27:44 +05:30
Mukund Sivaraman
c6fc5883c4
bug #1819 : Pass nokill as an argument to BoB constructor
2012-03-27 13:25:29 +05:30
Mukund Sivaraman
b3388dfb13
bug #1819 : Change conjunction used in help message
2012-03-27 13:25:19 +05:30
Mukund Sivaraman
774554f46b
bug #1819 : Add boss nokill flag (-i/--no-kill-i)
2012-03-27 13:25:12 +05:30
JINMEI Tatuya
91abb7aed9
[1772] use IPv6 address for xfrin test.
...
See the previous commit. This solves test failure on some MacOS environment.
2012-03-26 16:39:31 -07:00
JINMEI Tatuya
e3f4b290d1
[1772] used ::1 instead of 127.0.0.1 2nd bind10 instance and the example test.
...
127.0.0.1:47807 is used by a MacOS application and the conflict makes the
test fail in environments that uses the app. Using an IPv6 address is not
a cleanest solution, but unless we make it fully configurable we need to
handle this type of thing by some workaround anyway. Also, I believe
it's good to use IPv6 transport for some tests in any event.
2012-03-26 16:36:21 -07:00
JINMEI Tatuya
7d2867d02f
[1772] supported IPv6 server address in query test in the form of [v6_addr].
...
note that this change should be backward compatible.
2012-03-26 16:35:01 -07:00
Jeremy C. Reed
f027496530
[master] fix mistake in xml tag
...
filename argument is required
No review. Typo is obvious. Not sure why xsltproc didn't complain though.
Commit regenerated version too.
2012-03-26 16:16:14 -05:00
JINMEI Tatuya
0e9213727b
[master] changelog for #1829
2012-03-26 13:42:37 -07:00
JINMEI Tatuya
5e5a33213b
[master] Merge branch 'trac1829'
2012-03-26 13:38:04 -07:00
JINMEI Tatuya
4e80da3959
[1836] also added unittest that would fail the fixed in this branch.
...
To make this test workable, I needed to change the returned flag
for the NXRRSET case in MockZoneFinder::find() from setting NSEC_SIGNED
unconditionally to setting any SIGNED flags. this doesn't affect other
tests.
2012-03-26 10:39:14 -07:00
JINMEI Tatuya
d01a04e0f5
[1836] added a lettuce test case for delegation from unsigned zone with DO bit.
...
this would identify the bug fixed in this branch.
2012-03-26 10:14:54 -07:00
JINMEI Tatuya
deafd46a14
[1836] throw exception from addDS only when the find result != NXRRSET.
...
Otherwise, queries with DO bit can incorrectly trigger an exception if
the zone is unsigned and queyr result is delegation.
2012-03-26 10:12:41 -07:00
Jelte Jansen
a7254a232b
[963] addressed review comments
...
documentation changes
different exit status on uncaught exceptions
removed unused log message
updated 'corrupt' log message
improved 'quiet' test case
2012-03-26 16:08:39 +02:00
Jelte Jansen
90df5f971e
[1443] docstring update for backup file
2012-03-26 14:07:49 +02:00
Jelte Jansen
0161c02ad4
[1443] cleanup and docstring for new test
2012-03-26 12:03:58 +02:00
Jelte Jansen
d98c6ee086
[1443] append .X if backup config file exists
...
where X is 1, and increases until a nonexistant file is found
2012-03-26 12:00:37 +02:00
Jelte Jansen
6600a2c298
[master] update changelog for merge of #1172
2012-03-26 11:33:13 +02:00
Jelte Jansen
bec26c6137
[master] Merge branch 'trac1172'
2012-03-26 10:44:21 +02:00
Mukund Sivaraman
91071d03e1
[master] Update .gitignore
2012-03-26 11:56:40 +05:30
JINMEI Tatuya
da7f88d1c1
[master] fix indentation consistency in ChangeLog.
2012-03-23 16:47:51 -07:00
JINMEI Tatuya
f20a049cb0
[1829] make sure Session.send() transmits all data even after partial write.
2012-03-23 16:33:42 -07:00
JINMEI Tatuya
4fbbae439b
[master] noteed RBTree::nodeFission should preserve the current node's name.
...
This will help at the phase of revisiting the design/implementation.
2012-03-23 14:02:13 -07:00
JINMEI Tatuya
bbeaed010f
[master] Merge branch 'trac1775'
2012-03-23 13:45:33 -07:00
JINMEI Tatuya
012688738d
[master] changelog for #1688
2012-03-23 13:43:26 -07:00
JINMEI Tatuya
b77baca56f
[master] Merge branch 'trac1688'
2012-03-23 13:24:21 -07:00
Jelte Jansen
46f994f729
[963] forgot EXTRA_DIST line
2012-03-23 17:09:25 +01:00
Jelte Jansen
22a8be53ad
[963] add --quiet mode to b10-dbutil
2012-03-23 16:46:17 +01:00
Jelte Jansen
5e70d900e4
[963] do --verbose through log (re)init
2012-03-23 16:31:38 +01:00
Jelte Jansen
ab56098767
[963] use logging framework for b10-dbutil
...
Except for when the user is prompted for Yes or No, all output now goes through
the logging framework
2012-03-23 16:11:17 +01:00