MantisBT - CDash | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007804 | CDash | public | 2008-10-13 14:33 | 2008-10-13 17:16 | |
| Reporter | Todd Harrington | ||||
| Assigned To | Julien Jomier | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 1.2 | ||||
| Target Version | Fixed in Version | 1.2.2 | |||
| Summary | 0007804: Can not create build groups after upgrading from 1.0 to 1.2 | ||||
| Description | Creating a build group after migrating from CDASH 1.0 to 1.2 appears to have not effect. Actually the build groups are created in the DB tables, but they are not displayed either on the index page, or on the manage build groups page. The problem is that the schema changed to assign the special value "1980-01-01 00:00:00" to buildgroup.starttime, buildgroup.endtime, buildgroupposition.starttime, and buildgroupposition.endtime. However, the upgrade process does not alter the DB tables to reflect this. Then in the code, only build groups that have the special value "1980-01-01 00:00:00" ever get selected. Although the code relies on the DB to set this special value for endtime it sets it for starttime in the code. To resolve this issue I just had the code also set the endtime to this special value when creating build groups and build group positions. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-10-13 14:33 | Todd Harrington | New Issue | |||
| 2008-10-13 16:37 | Julien Jomier | Status | new => assigned | ||
| 2008-10-13 16:37 | Julien Jomier | Assigned To | => Julien Jomier | ||
| 2008-10-13 16:39 | Julien Jomier | Note Added: 0013864 | |||
| 2008-10-13 16:53 | Todd Harrington | Note Added: 0013865 | |||
| 2008-10-13 17:16 | Julien Jomier | Status | assigned => closed | ||
| 2008-10-13 17:16 | Julien Jomier | Note Added: 0013866 | |||
| 2008-10-13 17:16 | Julien Jomier | Resolution | open => fixed | ||
| 2008-10-13 17:16 | Julien Jomier | Fixed in Version | => 1.2.2 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||