Ticket #79 (closed defect: fixed)
arm4test_correlators is failing validation tests
| Reported by: | dcarter | Owned by: | dcarter |
|---|---|---|---|
| Priority: | normal | Milestone: | Release 0.8 |
| Component: | ARM4 Agent | Version: | Development |
| Severity: | Functionality | Keywords: | |
| Cc: |
Description
Check the output from the validation tests
Change History
comment:2 Changed 4 years ago by dcarter
- Status changed from assigned to closed
- Resolution set to fixed
Two major problems existed.
The first problem is that the Sqlite routines that write the correlators checked the size of the parent correlator to see if the current correlator was valid. Therefore all correlators without parents weren't written. This has been corrected.
The second issue is with the automated tests. They attempted to read the data before it actually made it into the database. Berkeley checkpointing solves this, but there's no equivalent for Sqlite. So, even though the data is being written to the database correctly, the automated tests will fail.
Note: See
TracTickets for help on using
tickets.

