Opened 5 years ago

Closed 5 years ago

#2164 closed defect (wontfix)

problems with tests in test_open

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: systemtest Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

./test_embedded_petascope_with_input_confDir//test.sh: line 58: kill: (24757) - No such process

ERROR 4: `/home/dimitar/rasdaman/enterprise/src/systemtest/testcases_services/test_open/test_petascope_wcst_2D_output_as_same_as_gdal_merge/tmp/output.tif' not recognized as a supported file format.
gdalinfo failed - unable to open '/home/dimitar/rasdaman/enterprise/src/systemtest/testcases_services/test_open/test_petascope_wcst_2D_output_as_same_as_gdal_merge/tmp/output.tif'.
Traceback (most recent call last):
  File "/home/dimitar/rasdaman/enterprise/src/systemtest/testcases_services/test_open/test_petascope_wcst_2D_output_as_same_as_gdal_merge/main.py", line 123, in <module>
    if src_tmp[2] != dst_tmp[2]:
IndexError: list index out of range

Traceback (most recent call last):
  File "/home/dimitar/rasdaman/enterprise/src/systemtest/testcases_services/test_open/test_wcps_encoded_query/test.py", line 35, in <module>
    response = urllib2.urlopen(request, timeout=150)
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: 

Change History (1)

comment:1 by Dimitar Misev, 5 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.