Opened 13 years ago

Closed 13 years ago

#157 closed defect (fixed)

Fixes/improvements to build process

Reported by: Peter Powers Owned by: Kevin Milner
Priority: major Milestone: OpenSHA 1.2
Component: build-process Version:
Keywords: Cc:

Description

1) I don't think some tests are ever being run, but I could be wrong. As an example, I don't see the results of MultiIMR_CalcTest in any build 'Test Results'. WHen I run this test class locally, there are 5 failures.

2) Change CC logging priority to "warn" or "error" if such exists. Currently 70MB xml log files are being generated, 99.9% of which are lines beginning with:

  • <message priority="debug"><![CDATA[adding entry ...

There is one entry for every dependency as well as OpenSHA class.

Change History (4)

comment:1 Changed 13 years ago by Kevin Milner

I'm trying to figure out what's going wrong with the builds. First of all, they should take ~6-7 minutes, not 2 hours. It seems that the problem is with WcVersion? taking too long:

[cc]Feb-22 00:00:52 ScriptRunner? - [svn] <WcVersion?> started ...
[cc]Feb-22 00:07:27 ScriptRunner? - [svn] <WcVersion?> finished.

For some reason it's taking 7 minutes just to fetch the SVN revision number.

comment:2 Changed 13 years ago by Kevin Milner

OK I fixed the build time issue by configuring wcVersion to use the command line SVN instead of JavaHL. It will fall back on JavaHL via a try/catch if the command line version fails, but is now building quickly. For example, a complete nightly build just took 8 minutes. Now working on log file size.

comment:3 Changed 13 years ago by Kevin Milner

Log file size fixed in [7564]...now they're ~350 KB.

comment:4 Changed 13 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

All of these improvements have been made. For specifics on which tests are now run, see #275

Note: See TracTickets for help on using tickets.