BIND 10 #122: location of testdata files
BIND 10 Development
do-not-reply at isc.org
Wed Apr 14 16:35:42 UTC 2010
#122: location of testdata files
--------------------------+-------------------------------------------------
Reporter: jreed | Owner: jreed
Type: defect | Status: assigned
Priority: minor | Milestone:
Component: Unclassified | Resolution:
Keywords: | Sensitive: 0
--------------------------+-------------------------------------------------
Comment(by jreed):
Error changed to:
{{{
[----------] 10 tests from MessageRendererTest
[ RUN ] MessageRendererTest.writeIntger
...
[ RUN ] MessageRendererTest.writeNameCaseSensitiveCompress
terminate called after throwing an instance of 'std::runtime_error'
what(): failed to open data file in data paths: name_toWire5
Abort trap (core dumped)
FAIL: run_unittests
}}}
Previously it was like:
{{{
what(): failed to open data file: testdata/message_fromWire1
}}}
Your fix works. The new problem was caused by additional test data added
but not included in tarball. I will commit that.
My next problem is in the auth tests:
{{{
[----------] 43 tests from Sqlite3DataSourceTest
[ RUN ] Sqlite3DataSourceTest.close
terminate called after throwing an instance of 'isc::auth::Sqlite3Error'
what(): Cannot open Sqlite3 database file: testdata/test.sqlite3
[1] Abort trap (core dumped) ${dir}${tst}
FAIL: run_unittests
}}}
I don't know if "Open" means it can't find it or if it means that it can't
open for writing. It is read-only for make distcheck.
--
Ticket URL: <https://bind10.isc.org/ticket/122#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list