Opened 11 years ago
Closed 9 years ago
#504 closed enhancement (wontfix)
Unit tests for petascopedb triggers, utilities and migration script
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | petascope | Version: | development |
Keywords: | petascopedb unit tests | Cc: | |
Complexity: | Easy |
Description
The ongoing development of a new schema for petascopedb
(psql=# \dt ps9_*
) is creating additional triggers, supporting functions, SQL macros, and a migration scripts for existing coverages in the PS_* tables.
Due to the big body of .sql scripts currently implemented, unit tests are highly desirable.
See:
$ git log --oneline -1 afcebaa ticket:494 - Merge branch 'feature_PetascopeSecore' into master. $ find ./applications/petascope/src/main/db/ -name "*9*" applications/petascope/src/main/db/README9 applications/petascope/src/main/db/petascope9 applications/petascope/src/main/db/petascope9/migrate9.sql applications/petascope/src/main/db/petascope9/populate9.sql applications/petascope/src/main/db/petascope9/triggers9.sql applications/petascope/src/main/db/petascope9/schema9.sql
Change History (3)
comment:1 by , 11 years ago
Milestone: | 9.0 → Future |
---|---|
Version: | 8.5 → development |
comment:3 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I think priority should be given to systemtests, unit testing it fine but lets get to reliable system ones first (scheduling to Future), also seems suitable for a beginner with some guidance (and lots of patience)