Opened 12 years ago
Closed 12 years ago
#202 closed defect (fixed)
WCPS tests failed
Reported by: | Dimitar Misev | Owned by: | Alireza |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann, Piero Campalani, Alireza, mrusu | |
Complexity: | Medium |
Description
The WCPS test don't completely pass (but at some point they were):
test.sh: PASSED: 35 test.sh: FAILED: 12 ------------ test.sh: TOTAL: 47
The failed queries should be investigated and fixed.
Change History (8)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Ok I went through the revisions and tested.. so now we have an idea where bugs are introduced.
changeset:cae4d939d5f5116347da1346d6ad90d9d37667a3 (current)
test.sh: PASSED: 30 test.sh: FAILED: 17 ------------ test.sh: TOTAL: 47
changeset:0b971cb244319917e2c3bae952d53937acc82bdf
- changeset:071e0a0065d8781e07820ca13b80926e7ca6a39c → +2 fails
test.sh: PASSED: 32 test.sh: FAILED: 15 ------------ test.sh: TOTAL: 47
changeset:15fb8aae56ead2dfc2a72a0851cc088d2628eaa4
- changeset:806eca1c7133c7ba75c7be32271ad64a007239d4 → +4 fails
test.sh: PASSED: 36 test.sh: FAILED: 11 ------------ test.sh: TOTAL: 47
changeset:393a2a672821c04617dee2d5ea85b11464056b1c
- changeset:92884353f16489e22440e711489c712d0a16ad44 → +2 fails
test.sh: PASSED: 38 test.sh: FAILED: 9 ------------ test.sh: TOTAL: 47
comment:3 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 12 years ago
Cc: | added |
---|
Some really strange stuff going on, when I start freshly rasdaman only 12 tests fail, running the test suite again there are 17 tests failing! Restarting rasdaman, again only 12 tests failing..
These are the tests affected:
06-just_cast_inverse.test 09-just_log.test 19-just_sinus.test 20-just_tangent.test 21-just_exponent.test
comment:5 by , 12 years ago
Ok I've fixed the above, rasimport was somehow inserting an empty object in rasdaman, so the script ended up inserting two objects in the end.
comment:6 by , 12 years ago
@Piero: I've added 3D geo-referenced testdata to the tests, so you can add some tests for your patch. Once my patch is applied you'll see a README that explains it in source:systemtest/testcases_petascope/test_wcps
comment:8 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It's only 1 failed actually, so we close this.
Alireza, can you run the tests with your backup petascope, so that we make sure the problem is not with the constants stuff?
Or you can send it to me and I can check.