File: tests_wanted

package info (click to toggle)
libapache2-mod-perl2 2.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,016 kB
  • sloc: perl: 97,771; ansic: 14,493; makefile: 51; sh: 18
file content (17 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#################
# wanted tests #
#################

- test that we properly set the error-notes tably entry on 
  HTTP_INTERNAL_SERVER_ERROR (is sub-request check REDIRECT_ERROR_NOTES)
  o test with plain handlers
  o test with registry (as we set it twice? once in registry and once
    more in the handlers?)

  mp1 has some sort of related test in t/net/perl/server_error.pl:
  my $note = $r->prev->notes('error-notes')

- We can put Apache::Scoreboard to a good use for Apache::Test. For
  example we can test with it Apache::SizeLimit or
  Apache::Watchdog::RunAway, since both kill processes, and we need to
  make sure that the process went away.