Hi,

I'm new here, and am not positive if this is the right place to ask
this question.

I am not sure how to proceed in determining what broke and why.

I had no troubles with SpamAssassin-3.0.2, but after following the same
configure and build steps, I'm getting a test failure on 3.0.3, for a
test that is fine in 3.0.2.  I've repeated clean untar, configure, "make", 
and "make test" for both versions, and still get this new failure on 3.0.3,
but not 3.0.2.  This is the only test that fails on my system.


segment from SpamAssassin-3.0.2 testing:
----------------------------------------------
make test
...
t/utf8......................ok
t/whitelist_addrs...........ok
t/whitelist_from............ok
t/whitelist_to..............ok
t/zz_cleanup................ok
All tests successful, 11 tests skipped.
Files=68, Tests=1384, 690 wallclock secs (574.54 cusr + 57.29 csys = 631.83 CPU)


segment from SpamAssassin-3.0.3 testing:
----------------------------------------------
make test
...
t/utf8......................ok
t/whitelist_addrs...........FAILED test 5
        Failed 1/5 tests, 80.00% okay
t/whitelist_from............ok
t/whitelist_to..............ok
t/zz_cleanup................ok
Failed Test         Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/whitelist_addrs.t                5    1  20.00%  5
11 tests skipped.
Failed 1/68 test scripts, 98.53% okay. 1/1386 subtests failed, 99.93% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'


Here is just the failed test, on 3.0.3:
----------------------------------------
[EMAIL PROTECTED] /opt/bin/perl whitelist_addrs.t
1..5
# Running under perl version 5.008004 for solaris
# Current time local: Wed May 25 13:19:17 2005
# Current time GMT:   Wed May 25 17:19:17 2005
# Using Test.pm version 1.24
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  
--add-addr-to-whitelist [EMAIL PROTECTED]
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/nice/002
ok 1
        Checking spamno
ok 2
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/spam/004
        Checking spamno
ok 3
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  
--remove-addr-from-whitelist [EMAIL PROTECTED]
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/spam/004
        Checking spamyes
ok 4
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  
--add-addr-to-blacklist [EMAIL PROTECTED]
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/nice/002
        Checking spamyes
        Not found: spamyes = X-Spam-Status: Yes
not ok 5
# Failed test 5 in SATest.pm at line 530


Here is at same test, successful, on 3.0.2:
----------------------------------------
[EMAIL PROTECTED] !/opt
/opt/bin/perl whitelist_addrs.t
1..5
# Running under perl version 5.008004 for solaris
# Current time local: Wed May 25 13:27:00 2005
# Current time GMT:   Wed May 25 17:27:00 2005
# Using Test.pm version 1.24
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  
--add-addr-to-whitelist [EMAIL PROTECTED]
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/nice/002
ok 1
        Checking spamno
ok 2
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/spam/004
        Checking spamno
ok 3
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  
--remove-addr-from-whitelist [EMAIL PROTECTED]
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/spam/004
        Checking spamyes
ok 4
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  
--add-addr-to-blacklist [EMAIL PROTECTED]
        /opt/bin/perl -T -w ../spamassassin -C log/test_rules_copy  
--siteconfigpath log/localrules.tmp -p log/test_default.cf  -L < data/nice/002
        Checking spamyes
ok 5



-- 
Mark G. Thomas ([EMAIL PROTECTED])
voice: 215-591-3695
http://www.misty.com/  http://mail-cleaner.com/

Reply via email to