SA Bugzilla – Bug 2337
most OSIRU tests not running when set1 used
Last modified: 2003-08-22 03:51:39 UTC
RCVD_IN_OSIRU has a score of 0 in set1 so none of the RCVD_IN_OSIRU sub-tests run (except for the RCVD_IN_OSIRU_DIALUP because it's launched differently). This was not an issue with the mass-check for set3 because the score was 0.001 at that time. Moral of the story: don't reduce the scores of low-scoring top-level network tests to 0 unless all sub-tests are also 0.
Created attachment 1252 [details] proposed fix This patch also changes the documentation to refer to each sub-test as a "sub-test" rather than a "sub-rule" since "sub-rule" is used with a different meaning elsewhere in Conf.pm.
moving to 2.60
reassigning
+1 oops. I checked for meta dependencies with 0 score, but didn't think about the network sub tests. doh! have to add that as a release check.
+1
closing, fixed