Opened 6 years ago
Closed 6 years ago
#1997 closed defect (wontfix)
Check why opengis.net is slow for 1 test wcst_import
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.8 |
Component: | wcst_import | Version: | 9.7 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
The problem is this test (systemtest/testcases_services/test_all_wcst_import/testdata/wcs_3D_Timeseries_Irregular
) uses opengis.net as SECORE, it needs to check why it takes a long time (~10 seconds) to import small data.
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The problem is opengis.net server needs more time to redirect to the VM which runs SECORE for it. Below are the test results:
time wget -q --spider "http://opengis.net/def/crs/OGC/0/AnsiDate" real 0m1.003s time wget -q --spider "http://87.106.61.196/def/crs/OGC/0/AnsiDate" real 0m0.052s
Note:
See TracTickets
for help on using tickets.
Note related ticket: #1991