Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: SpamAssassin: devel

[Bug 5591] make test fails at spamd_hup test on Solaris 9, 10

 

 

SpamAssassin devel RSS feed   Index | Next | Previous | View Threaded


bugzilla-daemon at bugzilla

Jun 29, 2009, 4:31 AM

Post #1 of 3 (280 views)
Permalink
[Bug 5591] make test fails at spamd_hup test on Solaris 9, 10

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


Justin Mason <jm [at] jmason> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|make test fails at |make test fails at
|spamd_hup test |spamd_hup test on Solaris
| |9, 10




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


bugzilla-daemon at bugzilla

Jul 5, 2009, 2:13 PM

Post #2 of 3 (252 views)
Permalink
[Bug 5591] make test fails at spamd_hup test on Solaris 9, 10 [In reply to]

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


Justin Mason <jm [at] jmason> changed:

What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.3.0 |Future




--- Comment #4 from Justin Mason <jm [at] jmason> 2009-07-05 14:13:24 PST ---
so -- I can't reproduce this now on Solaris 10 with 3.3.0. I'm going to move it
off the milestone, but pipe up if it's still happening with that code....

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


bugzilla-daemon at bugzilla

Jul 6, 2009, 1:35 AM

Post #3 of 3 (254 views)
Permalink
[Bug 5591] make test fails at spamd_hup test on Solaris 9, 10 [In reply to]

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





--- Comment #5 from Anatoly Pugachev <matorola [at] gmail> 2009-07-06 01:35:13 PST ---
it's still here for me:

$ wget http://people.apache.org/~jm/devel/Mail-SpamAssassin-3.3.0.tar.bz2
$ bzip2 -dc Mail-SpamAssassin-3.3.0.tar.bz2 | tar -xf -
$ cd Mail-SpamAssassin-3.3.0
$ echo | perl Makefile.PL && make
$ cat t/config.dist | sed 's/run_long_tests=n/run_long_tests=y/' > t/config #
else it will be skipped by 'make test'

$ make test TEST_FILES="t/spamd_hup.t"
/usr/bin/perl build/mkrules --exit_on_no_src --src rulesrc --out rules
--manifest MANIFEST --manifestskip MANIFEST.SKIP
no source directory found: exiting
/usr/bin/perl build/preprocessor -Mvars -DVERSION="3.003000"
-DPREFIX="/usr/perl5/5.8.4"
-DDEF_RULES_DIR="/usr/perl5/5.8.4/share/spamassassin"
-DLOCAL_RULES_DIR="/usr/perl5/5.8.4/etc/mail/spamassassin"
-DLOCAL_STATE_DIR="/usr/perl5/5.8.4/var/spamassassin"
-DINSTALLSITELIB="/usr/perl5/site_perl/5.8.4" -DCONTACT_ADDRESS="the
administrator of that system" -Msharpbang -Mconditional
-DPERL_BIN="/usr/bin/perl" -DPERL_WARN="" -DPERL_TAINT="" -m755
-isa-update.raw -osa-update
cp sa-update blib/script/sa-update
/usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/sa-update
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/spamd_hup.t
t/spamd_hup....ok 1/110# Failed test 5 in t/spamd_hup.t at line 40
# t/spamd_hup.t line 40 is: ok (-e $pid_file) or warn "$pid_file does not
exist post restart";
log/spamd.pid does not exist post restart at t/spamd_hup.t line 40.
t/spamd_hup....NOK 5/110Could not open pid file log/spamd.pid: No such file or
directory
t/spamd_hup....ok 6/110Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
Could not open pid file log/spamd.pid: No such file or directory
Exiting subroutine via next at t/SATest.pm line 890.
t/spamd_hup....FAILED tests 5, 7-110
Failed 105/110 tests, 4.55% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/spamd_hup.t 110 105 5 7-110
Failed 1/1 test scripts. 105/110 subtests failed.
Files=1, Tests=110, 63 wallclock secs ( 0.83 cusr + 0.25 csys = 1.08 CPU)
Failed 1/1 test programs. 105/110 subtests failed.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'


completes test just fine:
/usr/perl5/5.8.4/bin/prove -v t/spamd_hup.t
...
All tests successful.
Files=1, Tests=110, 45 wallclock secs ( 8.98 cusr + 2.96 csys = 11.94 CPU)

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

SpamAssassin devel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.