- 23 Aug, 2011 1 commit
-
-
Jelte Jansen authored
-
- 17 Aug, 2011 6 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Wildcard match below NS with GLUE_OK mode Empty non-terminal asterisk
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Still, some canceling needs to be done properly.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/tests/database_unittest.cc
-
- 16 Aug, 2011 23 commits
-
-
-
Michal 'vorner' Vaner authored
Conflicts: src/lib/datasrc/database.cc src/lib/datasrc/tests/database_unittest.cc
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
(missing boost::) Reviewed on jabber.
-
-
Jeremy C. Reed authored
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
and renamed it
-
Jeremy C. Reed authored
even those these may be removed from stats soon. Also add some TODO comments
-
chenzhengzhang authored
-
chenzhengzhang authored
-
chenzhengzhang authored
-
Jeremy C. Reed authored
manually edited conflicts in doc/guide/bind10-guide.xml
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
-
Michal 'vorner' Vaner authored
-
chenzhengzhang authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Naoki Kambe authored
"[master] update the ChangeLog entry for trac928, trac929 and trac930" 004afad6 "[trac930] revise the entry of ChangeLog for trac928, trac929 and trac930" f20be125 "[trac930]" fcc70704 "[trac930]" da5d5926 "[trac930] refactor unittests" 0314c7bb "[trac930] add comments about abstracts of the test scripts in their headers" b8cecbbd "[trac930] modify stats.py" 7a31e95e "[trac930] modify b10-stats_test.py" e18a678b "[trac930] remove tailing whitespaces." 1d1a8793 "[trac930] raise StatsError including errors in the stats spec file" c6948a6d "[trac930] rename the function name" db0371fc "[trac930] remove a unnecessary x bit from stats_httpd.py.in" e906efc3 "[trac930] modify logging" d86a9dce "[trac930] modify the update_modues function" 4c2732cb "[trac930]" aaffb9c8 "[trac930] remove unnecessary a white space" e8a22472 "[trac930] add a test pattern which the set command with a non-existent item" 2c22d334 "[trac930] modify parse_spec function" 8a24b906 "[trac930] fix conflicts with trac1021" 7275c59d "[trac930] add changes because query counter names described in the specfile are changed." bcf37a11 "[trac930] add the logging when the validation of statistics data fails" a142fa63 "[trac930] Add unittests to test sumitStatistics with the validation of statistics data and add mock ModuleSpec class" ae8748f7 "[trac930] Add prototypes of validator_typea and registerStatisticsValidator" d0d5a671 "[trac930]" a9a976d2 "[trac930] add the helper functions which are used around the registration of the function to validate the statistics data." df9a8f92 "[trac930] add new messages into the message file of Auth and Boss" e9562533 "[trac930] add statistics validation for bob" 28cad73d "[trac930]" 4de3a5bd "[trac930] remove unneeded empty TODO comments" aa108cc8 "[trac930] add new entry for #928-#930" 691328d9 "[trac930] refurbish the unittests for new stats module, new stats httpd module" c06463cf "[trac930] modify Stats" c074f6e0 "[trac930]" daa1d6dd "[trac930] update spec file of stats module" e7b4337a "[trac930] update argument name and argument format of set command in auth module and boss module" 0b235902 "[trac930] remove description about removing statistics data by stats module" c19a295e "[trac930] add a column "Owner" in the table tag" 9261da87 "[trac930] remove descriptions about "stats-schema.spec" and add description about new" d4078d52 "[trac930] add utilities and mock-up modules for unittests of" 1aa728dd "[trac930] remove unneeded mockups, fake modules and dummy data" 1768e822 "[trac930] remove unneeded specfile "stats-schema.spec"" 326885a3
-
chenzhengzhang authored
-
- 15 Aug, 2011 10 commits
-
-
Jelte Jansen authored
-
Naoki Kambe authored
-
Naoki Kambe authored
-
Naoki Kambe authored
- revise header comments in each test script - replace some hard-coded time strings with the constants defined in the setUp function - merged several checks about B10_FROM_SOURCE into the TestOSEnv class
-
Naoki Kambe authored
- change address for test to 127.0.0.1 due to platform 127.0.0.2 can't be assigned - remove unnecessary thread.Event.wait() - add thread.Event.clear() after thread.Event.wait()
-
Naoki Kambe authored
- remove time.sleep from various unittests and add in the "run" method in ThreadingServerManager - adjust the sleep time (TIMEOUT_SEC) - join some small unittests (test_start_with_err, test_command_status, test_command_shutdown)
-
Naoki Kambe authored
-
Naoki Kambe authored
- add more documentations into update_modules, get_statistics_data and update_statistics_data methods - modify two methods: "update_modules" and "get_statistics_data" methods raise StatsError instead of just returning None, when communication between stats module and config manager is failed or when it can't find specified statistics data. - also modify the unittest depending on the changes of these behaviors.
-
Naoki Kambe authored
- set the constant variables in the setUp method in the TestUtilties class, and compare values returned from the functions with these constants in testing methods. [trac930] remove the tearDown method which has no test case in the TestCallback class
-
Naoki Kambe authored
-