BIND 10 trac2480-2, created. 36fea252b03a38a0a86b830bc6a3373a88966413 [2480] comment update
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 27 21:59:00 UTC 2012
The branch, trac2480-2 has been created
at 36fea252b03a38a0a86b830bc6a3373a88966413 (commit)
- Log -----------------------------------------------------------------
commit 36fea252b03a38a0a86b830bc6a3373a88966413
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 27 13:36:27 2012 -0800
[2480] comment update
commit d4bd5936f52d20ba21865858861dc358f531da04
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 27 11:51:57 2012 -0800
[2480] distcheck fixes: using builddir where necessary
commit 19f2ceb60860badfc183f9d4e7d54ac9105ee296
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 27 09:48:24 2012 -0800
[2480] extended some other NSEC3 tests so they can use SQLite3 datasrc, too.
in-memory is still skipped because these cases require incremental updates
to the zone, which would make the test setup even more complicated.
checking it with SQLite3 is probably good enough for the purpose of this task.
commit ce6444b69feb909e5c8212e7335eeca14a2b11ea
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 26 11:13:05 2012 -0800
[2480] suported real data sources in some of NSEC3-related tests
some others are still skipped; they need dynamic addition to the zone
commit 33ba1827b513aa735a483f6927667a9e872a2207
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 18:28:51 2012 -0800
[2480] use a separate faked NSEC3Hash for query tests
commit 23035066d0c07c7b83120d3cba9efc1febe18ff5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Dec 27 13:39:46 2012 -0800
[2480] removed query_inmemory_unittest; it's now integrated in query tests.
commit fe40dade09da3ca910f034e650db2a3d5a93a49b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Dec 22 11:00:40 2012 -0800
[2480] avoid redundant text dump of RRSIGs in pullSigs().
now that RRset::toText() includes RRSIGs, the additional toText() is not
necessary; in fact, that would lead to confusing output from failed tests.
commit fb8433b523f854b3978ef1c868d573e172a5a76c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 22:57:33 2012 -0800
[2480] add srcdir/src/lib/python to PYTHONPATH; needed for isc.dns.
commit 5d2f35c760be8fe9aa54f566461ca8a9c5d0db78
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 22:55:59 2012 -0800
[2480] define TEST_OWN_DATA_BUILDDIR separately; OWN_DATA_DIR is needed in src.
commit 5d8d1e296a4eccc34ab0c19acfa9a4f39a63745c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 18:39:27 2012 -0800
[2480] more path spec
commit 08dec0f8e0129ed43373dca3a335d752a3fb5e2c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 18:25:48 2012 -0800
[2480] explicitly specify path to gen-query-testdata.py (need srcdir)
commit 6ed60d209f8c6d7d7d4978b19a2feb6170e2c67a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 18:11:01 2012 -0800
[2480] missing extra-dist
commit 448686bfad7694acde8b08355dd5921efd4bb2ca
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 17:57:35 2012 -0800
[2480] extend query tests further, so we can test them with sqlite3, too.
there was one missing RR, so it was added.
commit 5deb6bbc2df15dc20f36727f0abeaa4d4ad0c17e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 17:26:11 2012 -0800
[2480] unified test data.
the previously hardcoded zone data are mostly moved to two new files:
query_testzone_data.txt and query_testzone_data_nsec3.txt.
A new helper python script, gen-query-testdata.py, converts them into
DNS zone files and C++ files defining some C-string variables for the RRs.
The latter will be included from query_unittest.cc (instead of the hardcoded
variables).
Generated zone files are loaded via include-only zone files: example.zone
and example-nsec3.zone.
For the next step corresponding sqlite3 DB file is also generated.
commit 17cd3618c21b12d7867d9e5e4dba81c1cee46cb6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 21 11:23:16 2012 -0800
[2480] made all tests (somehow) pass with in-memory
some were just skipped to make them green. test data are still duplicate.
commit e1c2233fab06d393eed6e16fc09f9bf672963112
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Dec 7 22:07:52 2012 -0800
[2480] extended query tests so it can be checked with in-memory datasrc
It compiles, but some of the tests currently fail.
commit 5f8c941e31630163287b5197b6185dae9b03de13
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Dec 5 18:24:52 2012 -0800
[2480] make query tests type-parameterized tests.
so that we can share most of the test cases with other data sources.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list