You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by "Daryl C. W. O'Shea" <sp...@dostech.ca> on 2009/09/21 01:04:32 UTC

test failures - sa_awl.t, sa_check_spamd.t

Anybody know why these tests would be failing on 9 of 10 of my cluster
machines?


Failed Test        Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/sa_awl.t                        1    1 100.00%  1
t/sa_check_spamd.t                7    1  14.29%  5
59 tests skipped.
Failed 2/156 test scripts, 98.72% okay. 2/1967 subtests failed, 99.90% okay.
make: *** [test_dynamic] Error 255
[dos@pe840-c5 mcsnapshot]$


X-Spam headers from t/log/d.sa_awl/1:

> X-Spam-Checker-Version: SpamAssassin 3.3.0-alpha3-r808953 (2009-08-28) on
>         pe840-c1.dostech.net
> X-Spam-Level:
> X-Spam-Status: No, score=-40.9 required=5.0 tests=AWL,DATE_IN_FUTURE_06_12,
>         DRUGS_ERECTILE,FB_CIALIS_LEO3,FREEMAIL_FROM,NORMAL_HTTP_TO_IP,
>         TEST_INVALID_DATE,TEST_NORMAL_HTTP_TO_IP,T_CN_URL,T_FSL_HELO_NON_FQDN_2,
>         T_FSL_RCVD_USER autolearn=no version=3.3.0-alpha3-r808953


And the output from t/sa_check_spamd.t

> [dos@pe840-c1 mcsnapshot]$ t/sa_check_spamd.t
> 1..7
> # Running under perl version 5.008008 for linux
> # Current time local: Sun Sep 20 19:03:15 2009
> # Current time GMT:   Sun Sep 20 23:03:15 2009
> # Using Test.pm version 1.25
>         /usr/bin/perl SATest.pl -Mredirect -Olog/d.sa-check_spamd/spamd.err.1 -olog/d.sa-check_spamd/spamd.out.1 -- /usr/bin/perl -T -w ../spamd/spamd.raw -D -x -s stderr -C log/test_rules_copy  --siteconfigpath log/localrules.tmp -p 47206 -A 127.0.0.1 -i 127.0.0.1 -L -s log/d.sa-check_spamd/spamd.err.1.timestamped &
> ok 1
>         ../spamc/spamc -F data/spamc_blank.cf -d 127.0.0.1 -p 47206 < data/spam/001
> ok 2
>         Checking flag
> ok 3
>         Checking status
> ok 4
> not ok 5
> # Failed test 5 in t/sa_check_spamd.t at line 25
> #  t/sa_check_spamd.t line 25 is: ok (($? >> 8) == 0);
> Killed 1 spamd instances
> Waiting for spamd at pid 14442 to exit...
> ok 6
> ok 7
> [dos@pe840-c1 mcsnapshot]$ 


Re: test failures - sa_awl.t, sa_check_spamd.t

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
On 20/09/2009 7:04 PM, Daryl C. W. O'Shea wrote:
> Anybody know why these tests would be failing on 9 of 10 of my cluster
> machines?

Nevermind, permission issue on my cluster.

Daryl