Opened 5 years ago
Closed 5 years ago
#2268 closed defect (fixed)
wcs_extract - "mock":true does not work
Reported by: | Bang Pham Huu | Owned by: | dkamov |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
if "mock":true is set for wcs_extract recipes, it should not send HTTP requests to petascope but just print them to the console.
Change History (3)
comment:1 by , 5 years ago
Owner: | changed from | to
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The first set of requests
are for giving the description:
namely about checking whether it needs to
INSERT
orUPDATE
.Now this request I believe is the one we don't want to be executed when
"mock": true
but I wasn't able to locate it for now where it is being called from.