|
From: Allen A. <ak...@po...> - 2000-12-21 18:37:35
|
On Thu, Dec 21, 2000 at 09:09:06AM -0500, Brian Sharp wrote: | At 08:30 AM 12/21/00 -0500, you wrote: | >Perhaps I should put in an example where all messages are logged to a | >results buffer and sent to both the results file (in runOne) and to | >env->log (in logOne)? Would that be helpful? | | That would be cool, also there's a semantic issue I don't quite understand | as to when you want to use env->log and when you want to record things in | the results file. I think it's only marginally useful to store the env->log messages in the results file. It would allow us to reconstruct a log if the original one had been lost, but it doesn't really make it easier to compare two results databases. I'm convinced that as the number of tests grows, it'll become much more important to compare results of two runs than to examine results for a single run. That's how we'll determine which features change from release to release, which features don't work reliably across all drivers, etc. Allen |