2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

9621 Commits

Author SHA1 Message Date
Jelte Jansen
c9b2b1cc30 [master] Fix tab in Makefile
previous commit had a mangled tab due to a copy-paste error from the original diff
2012-04-17 15:52:15 +02:00
Jelte Jansen
0422339a5a [master] set B10_FROM_BUILD in auth tests
So that the sqlite3_ds.so is found correctly
This has been acked on jabber, and is tentatively waiting full resolution in ticket #1895
2012-04-17 15:40:49 +02:00
Michal 'vorner' Vaner
4deb49cf84 [1793] More tests
Checking various error modes, like unreadable database, wrong or missing
configuration.
2012-04-17 13:36:34 +02:00
Michal 'vorner' Vaner
f00dd21c6c [1793] Update the loadzone command
It now looks into the configuration and checks if the zone should be
loaded from the sqlite3 data source instead of the text file.
2012-04-17 11:49:17 +02:00
Stephen Morris
95410c8037 [1704] Changes to documentation regarding jumbled up messages
Logging output from different processes can get jumbled up if written
to stderr (because messages are output in multiple write(2) operations.)
This change updates the documentation to suggest that the user switch
to stdout if that happens.
2012-04-17 10:23:47 +01:00
Michal 'vorner' Vaner
89071a2140 Changelog for #1782 2012-04-17 10:47:36 +02:00
Michal 'vorner' Vaner
36efa7d10e Merge #1782 2012-04-17 10:46:13 +02:00
JINMEI Tatuya
a318061e3c [1781] Merge branch 'master' into trac1781 with fixing conflicts.
As part of conflict resolution, I've extended the unified textToRRset
so it takes an optional 'origin' parameter.  It's necessary to convert
SOA RRs.
2012-04-16 17:14:03 -07:00
JINMEI Tatuya
4a7381b8b8 [1781] renamed the new NSEC3 methods.
so it will be clearer that they are used only for NSEC3-related records.
as suggested in review.
2012-04-16 14:43:14 -07:00
JINMEI Tatuya
211934fe44 [1781] doc: explicitly noted DataSourceError can be thrown from NSEC3 methods.
(as suggested in review)
2012-04-16 14:16:18 -07:00
JINMEI Tatuya
136e63b823 [1781] small editorial/style fixes: updated comment and use unnamed namespace.
the previous "TODO" comment was a leftover when I moved it from the datasrc
test.  also moved the callback function to the unnamed namespace as it
doesn't have to be referrable from others.
2012-04-16 14:02:50 -07:00
JINMEI Tatuya
149ac337e9 [master] added boss configuration to the newly added lettuce tests with #1792.
the server components now need to be specified explicitly.
2012-04-16 13:56:41 -07:00
JINMEI Tatuya
93f11d2a96 [master] Merge branch 'trac1792' with fixing conflicts. 2012-04-16 13:47:51 -07:00
Jeremy C. Reed
a7dbb75a88 [master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10 2012-04-16 14:24:58 -05:00
Jeremy C. Reed
952cf4c1d9 [master] add boost license used by the external code 2012-04-16 14:24:20 -05:00
Jeremy C. Reed
277af902ee [master] mention external code using boost license 2012-04-16 14:24:01 -05:00
Michal 'vorner' Vaner
7f108b1ad1 [1793] Tests for the loadzone command
It puts the configuration of the zone (which is loaded from SQLite3
database) and the database at the disposition of the test. Then it asks
it to load the zone and it expects it to load it.
2012-04-16 15:14:21 +02:00
Michal 'vorner' Vaner
a93523dfcf [1793] Remove generated file
The file is created during tests so the original one is not destroyed.
So it makes no sense to store the file that is being modified by the
test each run in git.
2012-04-16 15:01:58 +02:00
Michal 'vorner' Vaner
56bd002f57 Merge #1577
Conflicts:
	src/lib/datasrc/tests/memory_datasrc_unittest.cc
2012-04-16 12:21:41 +02:00
Mukund Sivaraman
4653281fb8 [1818] Add ChangeLog entry 2012-04-15 15:13:14 +05:30
Mukund Sivaraman
0f9b1d45d3 [1818] Switch back to DEBUG log level for process starting messages 2012-04-15 15:11:37 +05:30
Mukund Sivaraman
d3fd5c7fa4 [1818] Add spacing for consistency 2012-04-15 15:11:36 +05:30
Michal 'vorner' Vaner
ae46e78f9e [1818] Removed spaces at the end of line 2012-04-15 15:11:21 +05:30
Mukund Sivaraman
0464833bec [1818] Untabify *.feature files 2012-04-15 15:09:46 +05:30
Mukund Sivaraman
2c8983c96e [1818] Wait twice for AUTH_SERVER_STARTED in lettuce multi instance test 2012-04-15 15:08:33 +05:30
Mukund Sivaraman
c89bd8e38d [1818] Report the error code when CC_ASYNC_READ_FAILED is logged 2012-04-15 15:08:33 +05:30
Mukund Sivaraman
22041b8ed4 [1818] Check that StatsHttpd is not running by default too 2012-04-15 15:08:16 +05:30
Mukund Sivaraman
66a9862c8e [1863] Make stats-httpd listen on a non-default port for lettuce tests (contd.) 2012-04-15 15:07:07 +05:30
Mukund Sivaraman
2fd8732e2b [1863] Make stats-httpd listen on a non-default port for lettuce tests 2012-04-15 15:07:06 +05:30
Mukund Sivaraman
5a3ba49ea9 [1818] Set kind of components that are stopped during tests to dispensable 2012-04-15 15:07:06 +05:30
Mukund Sivaraman
efc43a67d2 [1818] Run lettuce tests in lockstep, checking availability of services (contd.) 2012-04-15 15:06:35 +05:30
Mukund Sivaraman
d833b85d17 [1818] Run lettuce tests in lockstep, checking availability of services 2012-04-15 15:03:59 +05:30
Mukund Sivaraman
3e27e1508a [1818] Log cc startup as info message 2012-04-15 15:03:59 +05:30
Mukund Sivaraman
412304add5 [1818] Wait for components to start before testing them 2012-04-15 15:03:58 +05:30
Mukund Sivaraman
a2da847353 [1818] Log components startup properly 2012-04-15 15:03:58 +05:30
Mukund Sivaraman
8b8dbb612b [1818] Fix argument list in wait_for_stdout_message() 2012-04-15 15:03:58 +05:30
Mukund Sivaraman
837533a246 [1818] Use different function names for stderr and stdout waiters 2012-04-15 15:03:57 +05:30
Mukund Sivaraman
c545fba974 [1818] Fix rest of the lettuce tests (these were missing the resolver component) 2012-04-15 15:03:57 +05:30
Mukund Sivaraman
2e25759b8f [1818] Rename database file (already renamed in config file) 2012-04-15 15:03:57 +05:30
Mukund Sivaraman
0a9dad718d [1818] Start more components when running lettuce tests 2012-04-15 15:03:57 +05:30
Mukund Sivaraman
ff240f0bc7 [1818] Fix b10-stats-httpd address and re-enable check 2012-04-15 15:03:57 +05:30
Mukund Sivaraman
7544617e81 [1818] Rearrange checks for components 2012-04-15 15:03:57 +05:30
Mukund Sivaraman
c537d66e97 [1818] Rearrange tests commenting out StatsHttpd (see bug #1852) 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
cf96b2ad15 [1853] Fix module_is_running() to check for component exactly 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
92c00e5601 [1818] Add method to sleep for some seconds 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
8cdf67b6ff [1818] Fix a config file to start various components 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
69bcd5348b [1818] Don't check for auth when starting bind10 in lettuce tests 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
a83554ce6d [1818] Prepend to PYTHONPATH, don't replace it 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
9cc9ffd9f1 [1818] Add lettuce test for the default configuration of bind10 2012-04-15 15:03:56 +05:30
Mukund Sivaraman
c3b46d0b46 [1818] Fix zones sqlite3 filename 2012-04-15 15:03:55 +05:30