Bug 267 - "make test" failure on spamd_stop
Summary: "make test" failure on spamd_stop
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other Linux
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL: http://http://
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-01 08:19 UTC by Bart Schaefer
Modified: 2002-05-10 05:38 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Schaefer 2002-05-01 08:19:34 UTC
t/spamd_stop........ok 1/2      Not found: status =  X-Spam-Status: Yes, hits=5
t/spamd_stop........FAILED test 2                                            
        Failed 1/2 tests, 50.00% okay


I've verified that this is NOT a local configuration problem (moved the entire 
local configuration directory out of the way).  This first started failing just 
before the 2.20 release.
Comment 1 Craig Hughes 2002-05-01 13:15:50 UTC
Subject: Re: [SAdev]  New: "make test" failure on spamd_stop

Yeah, I've noticed that happening for a little while too.  I started to take a
look at why it's happening (basically seems to be ignoring the -S flag
altogether at the moment), then got sidetracked and forgot to come back to it.

Comment 2 Craig Hughes 2002-05-03 19:12:13 UTC
*** Bug 277 has been marked as a duplicate of this bug. ***
Comment 3 Craig Hughes 2002-05-06 18:15:38 UTC
Fixed, and checked in.
Comment 4 jon stevens 2002-05-07 15:47:17 UTC
I just tried with a version of 2.11 just downloaded from the website right 
now (i thought it was built nightly from CVS?) and i get the same failure on 
OSX...

make test
PERL_DL_NONLAZY=1 /bin/perl -Iblib/arch -Iblib/lib -I/System/Library/
Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests 
$verbose); $verbose=0; runtests @ARGV;' t/*.t
t/db_based_whitelist.ok                                                      
t/forged_rcvd.......ok                                                       
t/nonspam...........ok                                                       
t/razor.............ok                                                       
t/reportheader......ok                                                       
t/spam..............ok                                                       
t/spamd.............ok                                                       
t/spamd_maxsize.....ok                                                       
t/spamd_port........ok                                                       
t/spamd_stop........    Not found: status =  X-Spam-Status: Yes, hits=5
t/spamd_stop........FAILED test 2                                            
        Failed 1/2 tests, 50.00% okay
t/strip2............ok                                                       
t/stripmarkup.......ok                                                       
Failed Test    Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------
t/spamd_stop.t                 2    1  50.00%  2
Failed 1/12 test scripts, 91.67% okay. 1/67 subtests failed, 98.51% okay.
make: *** [test_dynamic] Error 255
Comment 5 Craig Hughes 2002-05-09 03:19:22 UTC
The latest version is 2.21 -- the CVS build that's available through the website is only update 
nightly.  This change should be there now.
Comment 6 jon stevens 2002-05-10 13:38:06 UTC
ok. i can confirm that it works now.