"Fossies" - the Fresh Open Source Software Archive 
Member "tin-2.6.2/doc/nov_tests" (23 Aug 2021, 1541 Bytes) of package /linux/misc/tin-2.6.2.tar.xz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Regressions used to test NOV caching:
2
3 All the following with OVER configured on the NNTP server (where used)
4 and a system wide local .overview type file
5
6 caching = OFF, read local spool => should use system wide nov file
7 should not read or write private cache
8
9 caching = OFF, read via NNTP => should read via OVER only
10 should not read or write private cache
11
12 caching = ON, read local spool => should use system wide nov file
13 should not read or write private cache
14 caching = ON, read via NNTP
15 private cache not present => OVER info used to create private cache
16 private cache is present => private cache read and used
17 partial private cache(*) => private cache read and used, completed
18 using OVER and written back
19
20 The following with local .overview nov files NOT present...
21 caching = OFF, read local spool => no cache read or written
22
23 caching = ON, read local spool
24 private cache not present => private cache created as best as
25 possible from headers
26 private cache is present => private cache read and used
27 partial private cache => private cache updated with missing
28 header info
29
30 (*) partial = end missing - There is certainly no way at present for 'holes'
31 to be filled