You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2011/06/03 16:28:21 UTC

[Bug 6610] Test Suite Failure: uninitialized value in BayesStore/DBM.pm

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6610

--- Comment #1 from Mark Martinec <Ma...@ijs.si> 2011-06-03 14:28:21 UTC ---
Looks like the reason for all these warnings is an undefined
$self->{db_version},
probably as a consequence of some previous error related to bayes database
files. Strangely this test does not even try to create or use a bayes
test database when I try it here. Anyway, the test is unrelated to bayes.

Could you please turn on the -D (debug) option in the test's call to
sarun (there are two of them) and capture the result of running this test:

t/text_bad_ctype.t:
< sarun ("-L -t < data/spam/badctype1", \&patterns_run_cb);
> sarun ("-L -D -t < data/spam/badctype1", \&patterns_run_cb);
(twice)

and then something like:
  prove t/text_bad_ctype.t 2>&1 | tee 0.log

Check also what files are in the directory
  t/log/user_state/
before and after the test run, and what is a protection/ownership
of this directory.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.