Closed Bug 372279 Opened 17 years ago Closed 17 years ago

Incomplete log after any test failure.

Categories

(NSS :: Test, defect, P1)

3.11.4
x86
Windows NT
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: slavomir.katuscak+mozilla, Assigned: slavomir.katuscak+mozilla)

Details

Attachments

(1 file)

1.07 KB, patch
christophe.ravel.bugs
: review+
nelson
: review+
Details | Diff | Splinter Review
When any test fails on Windows platform, logging to output.log is ended and continues only to results.html. We are missing information to resolve failures.
Priority: -- → P1
Attached patch Patch.Splinter Review
Attachment #257673 - Flags: review?(christophe.ravel.bugs)
Attachment #257673 - Flags: review?(christophe.ravel.bugs) → review+
Trunk:
Checking in all.sh;
/cvsroot/mozilla/security/nss/tests/all.sh,v  <--  all.sh
new revision: 1.27; previous revision: 1.26
done

Branch:
Checking in all.sh;
/cvsroot/mozilla/security/nss/tests/all.sh,v  <--  all.sh
new revision: 1.19.2.3; previous revision: 1.19.2.2
done
Is this bug now resolved?
QA Contact: slavomir.katuscak → test
Yes and no.

There are 2 logfiles - results.html (generated html) and output.log (direct output).
Sometimes there was problem, that some tests from results.html were not logged to output.log, altought tests were finished.

Yesterday there were some data missing in both logfiles, seems like some test processes were killed during testing, I'm trying to resolve this issue.
In all.sh there is check of O_CRON variable, but this variable is never used in our tests. When this variable is not set, all logs are processes by tee command. I have suspicion that there can be some problems with tee on Windows.

I modified test_nss script on mace to run Windows tests with O_CRON="ON" (I think all nightly tests should be run with this variable) to check this. 
Local scripts for build + testing + results processing were changed and problem haven't occured more.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: