Opened 14 years ago
Closed 14 years ago
#1336 closed enhancement (done)
Run unit tests after each nightly build
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.3 |
Component: | Tests | Version: | 3.3.3 |
Keywords: | Cc: |
Description
Change History (20)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
Removed unnecessary test settings file in r5089.
comment:4 Changed 14 years ago by swagner
Removed unnecessary test settings file in r5090.
comment:5 Changed 14 years ago by swagner
- Status changed from accepted to readytorelease
comment:6 Changed 14 years ago by swagner
Not only the unit tests of HeuristicLab.Tests should be run every night, but also all other unit tests of the HeuristicLab solution.
comment:7 Changed 14 years ago by swagner
- Owner changed from swagner to gkronber
- Status changed from readytorelease to assigned
Some of the existing unit tests result as inconclusive. They should be set to passed.
comment:8 Changed 14 years ago by gkronber
- Status changed from assigned to accepted
comment:9 Changed 14 years ago by gkronber
r5367: Fixed test cases for symbolic expression tree encoding operators (+ minor bug fixes in symbolic expression tree operators).
comment:10 Changed 14 years ago by gkronber
r5411: Improved test cases for symbolic expression tree encoding and fixed minor bugs.
comment:11 Changed 14 years ago by gkronber
r5412: Improved test cases for data analysis plugins
comment:12 Changed 14 years ago by gkronber
r5413: Adapted interpreter tests and improved interpretation performance.
comment:13 Changed 14 years ago by gkronber
- Owner changed from gkronber to swagner
- Status changed from accepted to assigned
From my point of view the test cases for symbolic expression tree encoding and data analysis problem should be run on a daily basis.
comment:14 Changed 14 years ago by gkronber
r5414:5415: reduced performance requirements and fixed random seed for performance tests.
comment:15 Changed 14 years ago by swagner
Changed configuration of build server to run all unit tests on a release build every night.
comment:16 Changed 14 years ago by swagner
- Owner changed from swagner to epitzer
We still have a problem with one of the persistence unit tests on the build server.
comment:17 Changed 14 years ago by epitzer
Increase priority of ConcreteDictionarySerializer to be tried before the generic DictionarySerializer (r5425)
comment:18 Changed 14 years ago by epitzer
- Owner changed from epitzer to swagner
- Status changed from assigned to reviewing
comment:19 Changed 14 years ago by swagner
- Status changed from reviewing to readytorelease
comment:20 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Added new test settings for HL build server in r5088.