BIND 10 #1292: Xfrin retransfer shared object "sqlite3_ds.so" not found
BIND 10 Development
do-not-reply at isc.org
Wed Nov 30 20:35:45 UTC 2011
#1292: Xfrin retransfer shared object "sqlite3_ds.so" not found
-------------------------------------+-------------------------------------
Reporter: jreed | Owner: jinmei
Type: | Status: reviewing
defect | Milestone:
Priority: | Sprint-20111206
critical | Resolution:
Component: | Sensitive: 0
Unclassified | Sub-Project: DNS
Keywords: | Estimated Difficulty: 4
Defect Severity: High | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 5 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jinmei):
The branch now seems to be mostly okay. I have a few comments on
FactoryTest::paths.
- for pathtestHelper() I'd make sure the actual error string has a
sufficient length:
{{{#!c++
ASSERT_LT(expected_error.size(), error.size());
EXPECT_EQ(expected_error, error.substr(0, expected_error.size()));
}}}
- I think we should also cover the case for an empty string.
- I'd also like to test the case when B10_FROM_BUILD isn't set. That
would require unsetenv it once (and probably recover it immediately
after that specific test case), though. Hopefully its side effect
is acceptable.
- I'd also check some tricky name like "no_such_file.so.noso" (the
intermediate '.so' shouldn't confuse the parser)
- What should we do if we just pass ".so" (no prefix)?
--
Ticket URL: <http://bind10.isc.org/ticket/1292#comment:31>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list