Opened 10 years ago

Closed 10 years ago

#694 closed enhancement (fixed)

Testdata is wrongly dropped on every run

Reported by: Dimitar Misev Owned by: Alireza
Priority: minor Milestone: 9.0.x
Component: systemtest Version: development
Keywords: Cc: Piero Campalani
Complexity: Easy

Description

The systemtest is dropping this data on every run. As is the case with other testdata, it should be only dropped if --drop is specified to the test.sh script. This is handled in source:systemtest/util/test_oracle.sh

Also the 'ok.' should generally be on the same line as the log.

test.sh: deleting coverage Parksmall from petascope... ok.
test.sh: done.
test.sh: importing Parksmall... test.sh: dropping ... DELETE 0
ok.
test.sh: importing ... test.sh: Point cloud coverage Parksmall is imported
test.sh: ok.
ok.

Change History (3)

comment:1 by Alireza, 10 years ago

It should be done in check_cov function in petascope.sh.

comment:2 by Dimitar Misev, 10 years ago

Ali this is still happening whenever I run the systemtest, and should really be fixed, please check it.

comment:3 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: newclosed

Fixed I think by now.

Note: See TracTickets for help on using tickets.