BIND 10 trac324new2, created. 61cdd0f353e20153706af04ac884a4375386648c [324] cleanup: removed tests checking broken DB missing "diffs" table.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 30 07:32:45 UTC 2012
The branch, trac324new2 has been created
at 61cdd0f353e20153706af04ac884a4375386648c (commit)
- Log -----------------------------------------------------------------
commit 61cdd0f353e20153706af04ac884a4375386648c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 30 00:29:35 2012 -0700
[324] cleanup: removed tests checking broken DB missing "diffs" table.
now this scenario shouldn't happen (unless the operator intentionally creates
such DB by hand) because we increased the major version. These tests
require manually crafted DB files, and I don't think it worth the overhead.
commit eee654360f42459c1930f83e78f901cd4e9170f7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 30 00:29:12 2012 -0700
[324] cleanup: sorted messages. (no content change)
commit 6cce379ad4e562fae0e899b2134f59f947d54f3e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Mar 30 00:09:44 2012 -0700
[324] use the dbutil script for pre-compatibility checker.
sqlite3-difftbl-check.py is now unnecessary, so has been removed.
commit 8ef09a5063e52e52e1192f81f001c186a32aa18d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 23:58:31 2012 -0700
[324] added tests for different schema versions for sqlite3_ds.
this is mostly retired, but we are still using it for the current loadzone
script. so I re-enabled the test, removed old test stuff, and added this
new test case.
commit 5b0ea09b5f533d2cc8c572693d882061b5d55e44
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 23:40:17 2012 -0700
[324] added test cases for different SQLite3 schema versions.
also made a minor cleanup: use char* instead of string in the namespace level.
it should be more robust against initialization fiasco.
commit 52f1b58737e7c7e276cc7ee7daabf2f2e2d7f2a8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 21:34:54 2012 -0700
[324] upgraded all test SQLite3 data to schema version 2.0
(except for some "intentionally broken" ones). these were semi-automatically
convered by b10-dbutil. "nodiffs" needed to be tweaked by hand after upgrade
for their test. and all unit/system/lettuce tests now passed.
commit 6736c51047cfe2ac2c4678299b5b768ba3585db0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 21:25:20 2012 -0700
[324] fixed typo in schema def, and make sure setting the minor version.
commit 3104e910b9a4753d2bf4025d59f0f1a13f01e519
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 21:24:23 2012 -0700
[324] fixed typo in the new schema definition, and make sure set minor version.
commit 01d11e9fe77f1ea869aa1a0e800a965dcc638050
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 18:06:26 2012 -0700
[324] re-increased the assumed latest version dbutil (to 2.0).
test cases that rely on the latest version and were temporarily disabled
were now re-enabled.
commit a3ccc5c6476526739e363d3aafbd2e497cee069b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 17:55:59 2012 -0700
[324] make sure latest SQLite3 version (2.0) will be used on creation.
also, in sqlite3 accessor and the old data source API, check both the
major and minor versions, log any mismatches, and throw if major doesn't
match. right now there's no test for it, which is bad, but this seems to
be best way forward from the given patch.
commit 07403ec675bf43e0936aea2ab5d4f5d903770f13
Merge: fe5549b b587cb1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 29 15:51:28 2012 -0700
[324new2] Merge branch 'trac324new' into trac324new2
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list