cvs commit: modperl-2.0/t/filter/TestFilter in_error.pm

2003-12-31 Thread stas
stas2003/12/31 11:07:26

  Modified:t/filter/TestFilter in_error.pm
  Log:
  add the "*** The following error entry is expected and it is harmless ***"
  banner to the expected error logs
  
  Revision  ChangesPath
  1.3   +3 -0  modperl-2.0/t/filter/TestFilter/in_error.pm
  
  Index: in_error.pm
  ===
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_error.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- in_error.pm   23 Dec 2003 04:08:22 -  1.2
  +++ in_error.pm   31 Dec 2003 19:07:26 -  1.3
  @@ -14,6 +14,7 @@
   use APR::Table ();
   
   use Apache::TestTrace;
  +use Apache::TestUtil;
   
   use Apache::Const -compile => qw(OK);
   
  @@ -22,6 +23,7 @@
   
   debug join '', "-" x 20 , " filter called ", "-" x 20;
   
  +t_server_log_error_is_expected();
   die "This filter must die";
   
   return Apache::OK;
  @@ -31,6 +33,7 @@
   my $r = shift;
   
   my $len = $r->read(my $data, $r->headers_in->{'Content-Length'});
  +t_server_log_error_is_expected();
   die "failed to read POSTed data: $!" unless defined $len;
   debug "read $len bytes [$data]";
   
  
  
  


cvs commit: modperl STATUS

2003-12-31 Thread stas
stas2003/12/31 11:24:48

  Modified:.STATUS
  Log:
  more input from Eric Cholet on the "Improper signal handler restoration
  with sigaction" issue
  
  Revision  ChangesPath
  1.45  +3 -1  modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -u -r1.44 -r1.45
  --- STATUS20 Dec 2003 02:55:00 -  1.44
  +++ STATUS31 Dec 2003 19:24:48 -  1.45
  @@ -18,6 +18,8 @@
 http://marc.theaimsgroup.com/?l=apache-modperl&m=103374262313616&w=2
 Status: Rafael Garcia-Suarez says the patch looks good at the
 first glance
  +  Followup from Eric:
  +  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=107244468206637&w=2
   
   * if the requested number of bytes was less
 than or equal to the available amount of input then the call