| 1 | bidesh@bidesh-pc:~/diffGround/rasdaman/systemtest$ make check
|
|---|
| 2 | ret=0; \
|
|---|
| 3 | for testcase in ls -d testcases_mandatory/* testcases_open/* testcases_fixed/* testcases_services/*; do\
|
|---|
| 4 | PATH=/home/bidesh/RasWork/install/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/bidesh/RasWork/install/bin:/usr/lib/postgresql/9.1/bin\
|
|---|
| 5 | PROGTEST=${testcase}/*.sh;\
|
|---|
| 6 | if [ ! -f $testcase/*.sh ]; then\
|
|---|
| 7 | continue;\
|
|---|
| 8 | fi;\
|
|---|
| 9 | echo; \
|
|---|
| 10 | echo; \
|
|---|
| 11 | $testcase/*.sh;\
|
|---|
| 12 | tmp=$?;\
|
|---|
| 13 | if [ $tmp -eq 2 ]; then\
|
|---|
| 14 | echo ${PROGTEST} ... SKIPPED>>logtmp;\
|
|---|
| 15 | elif [ $tmp -ne 0 ]; then\
|
|---|
| 16 | ret=$tmp;\
|
|---|
| 17 | echo ${PROGTEST} ... FAIL>>logtmp;\
|
|---|
| 18 | else \
|
|---|
| 19 | echo ${PROGTEST} ... OK>>logtmp;\
|
|---|
| 20 | fi; \
|
|---|
| 21 | echo " "see detail in $testcase/log>>logtmp;\
|
|---|
| 22 | done;\
|
|---|
| 23 | echo -e "\n\nTEST SUMMARY\n";\
|
|---|
| 24 | cat logtmp;\
|
|---|
| 25 | rm logtmp;\
|
|---|
| 26 | exit $ret;
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_conversion/log.save
|
|---|
| 30 | test.sh: starting test at Wed Jul 2 09:41:46 CEST 2014
|
|---|
| 31 | test.sh:
|
|---|
| 32 | test.sh: creating collection... ok.
|
|---|
| 33 | test.sh: inserting data... ok.
|
|---|
| 34 | test.sh: default nodata value test passed.
|
|---|
| 35 | test.sh: custom nodata value test passed.
|
|---|
| 36 | test.sh: ----- jpeg and inv_jpeg conversion ------
|
|---|
| 37 | test.sh: creating collection... ok.
|
|---|
| 38 | test.sh: inserting data... ok.
|
|---|
| 39 | test.sh: selecting data... ok.
|
|---|
| 40 | test.sh: comparing images: input and output match
|
|---|
| 41 | test.sh: ----- jpeg and decode conversion ------
|
|---|
| 42 | test.sh: creating collection... ok.
|
|---|
| 43 | test.sh: inserting data... ok.
|
|---|
| 44 | test.sh: selecting data... ok.
|
|---|
| 45 | test.sh: comparing images: input and output match
|
|---|
| 46 | test.sh: ----- jpeg and decode conversion ------
|
|---|
| 47 | test.sh: creating collection... ok.
|
|---|
| 48 | test.sh: inserting data... ok.
|
|---|
| 49 | test.sh: selecting data... ok.
|
|---|
| 50 | test.sh: comparing images: input and output match
|
|---|
| 51 | test.sh: ----- tiff and inv_tiff conversion ------
|
|---|
| 52 | test.sh: creating collection... ok.
|
|---|
| 53 | test.sh: inserting data... ok.
|
|---|
| 54 | test.sh: selecting data... ok.
|
|---|
| 55 | test.sh: comparing images: input and output match
|
|---|
| 56 | test.sh: ----- tiff and inv_tiff conversion ------
|
|---|
| 57 | test.sh: creating collection... ok.
|
|---|
| 58 | test.sh: inserting data... ok.
|
|---|
| 59 | test.sh: selecting data... ok.
|
|---|
| 60 | test.sh: comparing images: input and output match
|
|---|
| 61 | test.sh: ----- tiff and decode conversion ------
|
|---|
| 62 | test.sh: creating collection... ok.
|
|---|
| 63 | test.sh: inserting data... ok.
|
|---|
| 64 | test.sh: selecting data... ok.
|
|---|
| 65 | test.sh: comparing images: input and output match
|
|---|
| 66 | test.sh: ----- tiff and decode conversion ------
|
|---|
| 67 | test.sh: creating collection... ok.
|
|---|
| 68 | test.sh: inserting data... ok.
|
|---|
| 69 | test.sh: selecting data... ok.
|
|---|
| 70 | test.sh: comparing images: input and output match
|
|---|
| 71 | test.sh: ----- user-defined type conversion ------
|
|---|
| 72 | test.sh: creating collection... ok.
|
|---|
| 73 | test.sh: user-defined base type cast inv_tiff test passed.
|
|---|
| 74 | test.sh: user-defined base type cast decode test passed.
|
|---|
| 75 | test.sh: user-defined base type inv_tiff test passed.
|
|---|
| 76 | test.sh: ----- png and inv_png conversion ------
|
|---|
| 77 | test.sh: creating collection... ok.
|
|---|
| 78 | test.sh: inserting data... ok.
|
|---|
| 79 | test.sh: selecting data... ok.
|
|---|
| 80 | test.sh: comparing images: input and output match
|
|---|
| 81 | test.sh: ----- png and decode conversion ------
|
|---|
| 82 | test.sh: creating collection... ok.
|
|---|
| 83 | test.sh: inserting data... ok.
|
|---|
| 84 | test.sh: selecting data... ok.
|
|---|
| 85 | test.sh: comparing images: input and output match
|
|---|
| 86 | test.sh: ----- png and decode conversion ------
|
|---|
| 87 | test.sh: creating collection... ok.
|
|---|
| 88 | test.sh: inserting data... ok.
|
|---|
| 89 | test.sh: selecting data... ok.
|
|---|
| 90 | test.sh: comparing images: input and output match
|
|---|
| 91 | test.sh: ----- bmp and inv_bmp conversion ------
|
|---|
| 92 | test.sh: creating collection... ok.
|
|---|
| 93 | test.sh: inserting data... ok.
|
|---|
| 94 | test.sh: selecting data... ok.
|
|---|
| 95 | test.sh: comparing images: input and output match
|
|---|
| 96 | test.sh: ----- bmp and decode conversion ------
|
|---|
| 97 | test.sh: creating collection... ok.
|
|---|
| 98 | test.sh: inserting data... ok.
|
|---|
| 99 | test.sh: selecting data... ok.
|
|---|
| 100 | test.sh: comparing images: input and output match
|
|---|
| 101 | test.sh: ----- vff and inv_vff conversion ------
|
|---|
| 102 | test.sh: creating collection... ok.
|
|---|
| 103 | test.sh: inserting data... ok.
|
|---|
| 104 | test.sh: selecting data... ok.
|
|---|
| 105 | test.sh: comparing images: input and output match
|
|---|
| 106 | test.sh: ------ GML in JPEG2000 conversion --------
|
|---|
| 107 | test.sh: skipping test for GMLJP2 encoding: GDAL 1.10 required.
|
|---|
| 108 | test.sh: ----- csv and inv_png conversion ------
|
|---|
| 109 | test.sh: creating collection... ok.
|
|---|
| 110 | test.sh: inserting data... ok.
|
|---|
| 111 | test.sh: selecting data... ok.
|
|---|
| 112 | test.sh: comparing images: input and output match
|
|---|
| 113 | test.sh: ----- csv and inv_png conversion ------
|
|---|
| 114 | test.sh: creating collection... ok.
|
|---|
| 115 | test.sh: inserting data... ok.
|
|---|
| 116 | test.sh: selecting data... ok.
|
|---|
| 117 | test.sh: comparing images: input and output match
|
|---|
| 118 | test.sh: ----- csv and decode conversion ------
|
|---|
| 119 | test.sh: creating collection... ok.
|
|---|
| 120 | test.sh: inserting data... ok.
|
|---|
| 121 | test.sh: selecting data... ok.
|
|---|
| 122 | test.sh: comparing images: input and output match
|
|---|
| 123 | test.sh: ----- csv and decode conversion ------
|
|---|
| 124 | test.sh: creating collection... ok.
|
|---|
| 125 | test.sh: inserting data... ok.
|
|---|
| 126 | test.sh: selecting data... ok.
|
|---|
| 127 | test.sh: comparing images: input and output match
|
|---|
| 128 | test.sh: ----- encode and inv_png conversion ------
|
|---|
| 129 | test.sh: creating collection... ok.
|
|---|
| 130 | test.sh: inserting data... ok.
|
|---|
| 131 | test.sh: selecting data... ok.
|
|---|
| 132 | test.sh: comparing images: input and output match
|
|---|
| 133 | test.sh: ----- csv and conversion ------
|
|---|
| 134 | test.sh: creating collection... ok.
|
|---|
| 135 | test.sh: inserting data... ok.
|
|---|
| 136 | test.sh: selecting data... ok.
|
|---|
| 137 | test.sh: comparing images: input and output match
|
|---|
| 138 | test.sh: ----- csv with inner_outer order conversion ------
|
|---|
| 139 | test.sh: creating collection... ok.
|
|---|
| 140 | test.sh: inserting data... ok.
|
|---|
| 141 | test.sh: selecting data... ok.
|
|---|
| 142 | test.sh: comparing images: input and output match
|
|---|
| 143 |
|
|---|
| 144 | test.sh: -------------------------------------------------------
|
|---|
| 145 | test.sh: Test summary
|
|---|
| 146 | test.sh:
|
|---|
| 147 | test.sh: Test finished at: Wed Jul 2 09:41:57 CEST 2014
|
|---|
| 148 | test.sh: Total tests run : 26
|
|---|
| 149 | test.sh: Successful tests: 25
|
|---|
| 150 | test.sh: Failed tests : 0
|
|---|
| 151 | test.sh: Skipped tests : 1
|
|---|
| 152 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_conversion/log
|
|---|
| 153 | test.sh: -------------------------------------------------------
|
|---|
| 154 |
|
|---|
| 155 |
|
|---|
| 156 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_manipulation/log.save
|
|---|
| 157 | test.sh: starting test at Wed Jul 2 09:41:57 CEST 2014
|
|---|
| 158 | test.sh:
|
|---|
| 159 | test.sh: test initialization...ok.
|
|---|
| 160 | test.sh: creating collection... ok.
|
|---|
| 161 | test.sh: inserting MDD into collection... ok.
|
|---|
| 162 | test.sh: updating MDD from collection... ok.
|
|---|
| 163 | test.sh: testing SELECT INTO a new collection... ok.
|
|---|
| 164 | test.sh: delete all MDDs from a collection... ok.
|
|---|
| 165 | test.sh: dropping collection test_tmp_select_into... ok.
|
|---|
| 166 | test.sh: deleting MDD from collection... ok.
|
|---|
| 167 | test.sh: dropping collection test_tmp... ok.
|
|---|
| 168 |
|
|---|
| 169 | test.sh: -------------------------------------------------------
|
|---|
| 170 | test.sh: Test summary
|
|---|
| 171 | test.sh:
|
|---|
| 172 | test.sh: Test finished at: Wed Jul 2 09:41:58 CEST 2014
|
|---|
| 173 | test.sh: Total tests run : 7
|
|---|
| 174 | test.sh: Successful tests: 7
|
|---|
| 175 | test.sh: Failed tests : 0
|
|---|
| 176 | test.sh: Skipped tests : 0
|
|---|
| 177 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_manipulation/log
|
|---|
| 178 | test.sh: -------------------------------------------------------
|
|---|
| 179 |
|
|---|
| 180 |
|
|---|
| 181 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_select/log.save
|
|---|
| 182 | test.sh: starting test at Wed Jul 2 09:41:58 CEST 2014
|
|---|
| 183 | test.sh:
|
|---|
| 184 | test.sh: Testing service: select
|
|---|
| 185 | test.sh: creating collection... ok.
|
|---|
| 186 | test.sh: inserting data... ok.
|
|---|
| 187 | test.sh: creating collection... ok.
|
|---|
| 188 | test.sh: inserting data... ok.
|
|---|
| 189 | test.sh: creating collection... ok.
|
|---|
| 190 | test.sh: inserting data... ok.
|
|---|
| 191 | test.sh: creating collection... ok.
|
|---|
| 192 | test.sh: inserting data... ok.
|
|---|
| 193 |
|
|---|
| 194 | running test: array_constants.rasql
|
|---|
| 195 |
|
|---|
| 196 | select < [-1:1,-2:2] 0, 1, 2, 3, 4; 1, 2, 3, 4, 5; 2, 3, 4, 5, 6 > from test_grey
|
|---|
| 197 | test.sh: byte comparison
|
|---|
| 198 | test.sh: -> TEST PASSED
|
|---|
| 199 | --------------------------------------------------------------------------------------------
|
|---|
| 200 | running test: atomic_constants_char.rasql
|
|---|
| 201 |
|
|---|
| 202 | select 24c from test_grey
|
|---|
| 203 | test.sh: byte comparison
|
|---|
| 204 | test.sh: -> TEST PASSED
|
|---|
| 205 | --------------------------------------------------------------------------------------------
|
|---|
| 206 | running test: atomic_constants_double.rasql
|
|---|
| 207 |
|
|---|
| 208 | select 24d from test_grey
|
|---|
| 209 | test.sh: byte comparison
|
|---|
| 210 | test.sh: -> TEST PASSED
|
|---|
| 211 | --------------------------------------------------------------------------------------------
|
|---|
| 212 | running test: atomic_constants_e.rasql
|
|---|
| 213 |
|
|---|
| 214 | select 4e-5D from test_grey
|
|---|
| 215 |
|
|---|
| 216 | test.sh: byte comparison
|
|---|
| 217 | test.sh: -> TEST PASSED
|
|---|
| 218 | --------------------------------------------------------------------------------------------
|
|---|
| 219 | running test: atomic_constants_float.rasql
|
|---|
| 220 |
|
|---|
| 221 | select 24f from test_grey
|
|---|
| 222 | test.sh: byte comparison
|
|---|
| 223 | test.sh: -> TEST PASSED
|
|---|
| 224 | --------------------------------------------------------------------------------------------
|
|---|
| 225 | running test: atomic_constants_long.rasql
|
|---|
| 226 |
|
|---|
| 227 | select 24l from test_grey
|
|---|
| 228 | test.sh: byte comparison
|
|---|
| 229 | test.sh: -> TEST PASSED
|
|---|
| 230 | --------------------------------------------------------------------------------------------
|
|---|
| 231 | running test: atomic_constants_octet.rasql
|
|---|
| 232 |
|
|---|
| 233 | select 24o from test_grey
|
|---|
| 234 | test.sh: byte comparison
|
|---|
| 235 | test.sh: -> TEST PASSED
|
|---|
| 236 | --------------------------------------------------------------------------------------------
|
|---|
| 237 | running test: atomic_constants_short.rasql
|
|---|
| 238 |
|
|---|
| 239 | select 24s from test_grey
|
|---|
| 240 | test.sh: byte comparison
|
|---|
| 241 | test.sh: -> TEST PASSED
|
|---|
| 242 | --------------------------------------------------------------------------------------------
|
|---|
| 243 | running test: atomic_constants_ulong.rasql
|
|---|
| 244 |
|
|---|
| 245 | select 24ul from test_grey
|
|---|
| 246 | test.sh: byte comparison
|
|---|
| 247 | test.sh: -> TEST PASSED
|
|---|
| 248 | --------------------------------------------------------------------------------------------
|
|---|
| 249 | running test: atomic_constants_ushort.rasql
|
|---|
| 250 |
|
|---|
| 251 | select 24us from test_grey
|
|---|
| 252 | test.sh: byte comparison
|
|---|
| 253 | test.sh: -> TEST PASSED
|
|---|
| 254 | --------------------------------------------------------------------------------------------
|
|---|
| 255 | running test: basic_query_mechanism.rasql
|
|---|
| 256 |
|
|---|
| 257 | select test_grey[100:150,40:80] / 2 from test_grey where some_cells( test_grey[120:160, 55:75] > 250 )
|
|---|
| 258 | test.sh: byte comparison
|
|---|
| 259 | test.sh: -> TEST PASSED
|
|---|
| 260 | --------------------------------------------------------------------------------------------
|
|---|
| 261 | running test: binary_induction_1.rasql
|
|---|
| 262 |
|
|---|
| 263 | select test_rgb2.1 - test_rgb2.2 from test_rgb2
|
|---|
| 264 | test.sh: byte comparison
|
|---|
| 265 | test.sh: -> TEST PASSED
|
|---|
| 266 | --------------------------------------------------------------------------------------------
|
|---|
| 267 | running test: binary_induction.rasql
|
|---|
| 268 |
|
|---|
| 269 | select test_grey - test_grey2 from test_grey, test_grey2
|
|---|
| 270 |
|
|---|
| 271 | test.sh: byte comparison
|
|---|
| 272 | test.sh: -> TEST PASSED
|
|---|
| 273 | --------------------------------------------------------------------------------------------
|
|---|
| 274 | running test: case_baseType.rasql
|
|---|
| 275 |
|
|---|
| 276 | select case when test_grey2>0 then 1c else 0c end from test_grey2
|
|---|
| 277 | test.sh: byte comparison
|
|---|
| 278 | test.sh: -> TEST PASSED
|
|---|
| 279 | --------------------------------------------------------------------------------------------
|
|---|
| 280 | running test: case_expression.rasql
|
|---|
| 281 |
|
|---|
| 282 | select case when test_grey2>0 then log(test_grey2) else 0 end from test_grey2
|
|---|
| 283 | test.sh: byte comparison
|
|---|
| 284 | test.sh: -> TEST FAILED
|
|---|
| 285 | --------------------------------------------------------------------------------------------
|
|---|
| 286 | running test: case_scalar.rasql
|
|---|
| 287 |
|
|---|
| 288 | select case when avg_cells(test_grey2)>39 then 1c else 0c end from test_grey2
|
|---|
| 289 | test.sh: byte comparison
|
|---|
| 290 | test.sh: -> TEST PASSED
|
|---|
| 291 | --------------------------------------------------------------------------------------------
|
|---|
| 292 | running test: cast_1.rasql
|
|---|
| 293 |
|
|---|
| 294 | select (long) test_rgb2 from test_rgb2
|
|---|
| 295 | test.sh: byte comparison
|
|---|
| 296 | test.sh: -> TEST PASSED
|
|---|
| 297 | --------------------------------------------------------------------------------------------
|
|---|
| 298 | running test: cast.rasql
|
|---|
| 299 |
|
|---|
| 300 | select (float) avg_cells( test_grey ) from test_grey
|
|---|
| 301 | test.sh: byte comparison
|
|---|
| 302 | test.sh: -> TEST PASSED
|
|---|
| 303 | --------------------------------------------------------------------------------------------
|
|---|
| 304 | running test: cast_user_type.rasql
|
|---|
| 305 |
|
|---|
| 306 | select (RGBPixel) {1234, 8, 23.5}
|
|---|
| 307 |
|
|---|
| 308 | test.sh: byte comparison
|
|---|
| 309 | test.sh: -> TEST PASSED
|
|---|
| 310 | --------------------------------------------------------------------------------------------
|
|---|
| 311 | running test: comments_in_queries.rasql
|
|---|
| 312 |
|
|---|
| 313 | select test_grey -- this comment text is ignored by rasdaman
|
|---|
| 314 | from test_grey -- for comments spanning several lines,
|
|---|
| 315 | -- every line needs a separate '--' starter
|
|---|
| 316 | test.sh: byte comparison
|
|---|
| 317 | test.sh: -> TEST PASSED
|
|---|
| 318 | --------------------------------------------------------------------------------------------
|
|---|
| 319 | running test: common_subexpressions.rasql
|
|---|
| 320 |
|
|---|
| 321 | select (test_grey + test_grey) - (test_grey + test_grey) from test_grey
|
|---|
| 322 |
|
|---|
| 323 | test.sh: byte comparison
|
|---|
| 324 | test.sh: -> TEST PASSED
|
|---|
| 325 | --------------------------------------------------------------------------------------------
|
|---|
| 326 | running test: composite_constants_complex_integer.rasql
|
|---|
| 327 |
|
|---|
| 328 | select complex( 42, 73 ) from test_grey
|
|---|
| 329 |
|
|---|
| 330 | test.sh: byte comparison
|
|---|
| 331 | test.sh: -> TEST PASSED
|
|---|
| 332 | --------------------------------------------------------------------------------------------
|
|---|
| 333 | running test: composite_constants_complex.rasql
|
|---|
| 334 |
|
|---|
| 335 | select complex( 0.35, 16.0 ) from test_grey
|
|---|
| 336 |
|
|---|
| 337 | test.sh: byte comparison
|
|---|
| 338 | test.sh: -> TEST PASSED
|
|---|
| 339 | --------------------------------------------------------------------------------------------
|
|---|
| 340 | running test: composite_constants_struct.rasql
|
|---|
| 341 |
|
|---|
| 342 | select struct{ struct{ 1l, 2l, 3l }, true } from test_grey
|
|---|
| 343 | test.sh: byte comparison
|
|---|
| 344 | test.sh: -> TEST PASSED
|
|---|
| 345 | --------------------------------------------------------------------------------------------
|
|---|
| 346 | running test: concat.rasql
|
|---|
| 347 |
|
|---|
| 348 | select concat test_grey with test_grey along 0 from test_grey
|
|---|
| 349 |
|
|---|
| 350 | test.sh: byte comparison
|
|---|
| 351 | test.sh: -> TEST PASSED
|
|---|
| 352 | --------------------------------------------------------------------------------------------
|
|---|
| 353 | running test: condensers_add_complex.rasql
|
|---|
| 354 |
|
|---|
| 355 | select add_cells( test_complex ) from test_complex
|
|---|
| 356 |
|
|---|
| 357 | test.sh: byte comparison
|
|---|
| 358 | test.sh: -> TEST PASSED
|
|---|
| 359 | --------------------------------------------------------------------------------------------
|
|---|
| 360 | running test: condensers_add.rasql
|
|---|
| 361 |
|
|---|
| 362 | select add_cells( test_grey ) from test_grey
|
|---|
| 363 | test.sh: byte comparison
|
|---|
| 364 | test.sh: -> TEST PASSED
|
|---|
| 365 | --------------------------------------------------------------------------------------------
|
|---|
| 366 | running test: condensers_all.rasql
|
|---|
| 367 |
|
|---|
| 368 | select test_grey from test_grey where all_cells( test_grey > 20 )
|
|---|
| 369 | test.sh: byte comparison
|
|---|
| 370 | test.sh: -> TEST PASSED
|
|---|
| 371 | --------------------------------------------------------------------------------------------
|
|---|
| 372 | running test: condensers_avg.rasql
|
|---|
| 373 |
|
|---|
| 374 | select avg_cells( test_grey ) from test_grey
|
|---|
| 375 | test.sh: byte comparison
|
|---|
| 376 | test.sh: -> TEST PASSED
|
|---|
| 377 | --------------------------------------------------------------------------------------------
|
|---|
| 378 | running test: condensers_count.rasql
|
|---|
| 379 |
|
|---|
| 380 | select count_cells( test_grey >-1) from test_grey
|
|---|
| 381 |
|
|---|
| 382 | test.sh: byte comparison
|
|---|
| 383 | test.sh: -> TEST PASSED
|
|---|
| 384 | --------------------------------------------------------------------------------------------
|
|---|
| 385 | running test: condensers_max.rasql
|
|---|
| 386 |
|
|---|
| 387 | select max_cells( test_grey ) from test_grey
|
|---|
| 388 | test.sh: byte comparison
|
|---|
| 389 | test.sh: -> TEST PASSED
|
|---|
| 390 | --------------------------------------------------------------------------------------------
|
|---|
| 391 | running test: condensers_min.rasql
|
|---|
| 392 |
|
|---|
| 393 | select min_cells( test_grey ) from test_grey
|
|---|
| 394 | test.sh: byte comparison
|
|---|
| 395 | test.sh: -> TEST PASSED
|
|---|
| 396 | --------------------------------------------------------------------------------------------
|
|---|
| 397 | running test: condensers_some.rasql
|
|---|
| 398 |
|
|---|
| 399 | select test_grey from test_grey where some_cells( test_grey[120:160, 55:75] > 250 )
|
|---|
| 400 | test.sh: byte comparison
|
|---|
| 401 | test.sh: -> TEST PASSED
|
|---|
| 402 | --------------------------------------------------------------------------------------------
|
|---|
| 403 | running test: extending_a_spatial_domain.rasql
|
|---|
| 404 |
|
|---|
| 405 | select extend( test_grey, [-1000:1000,-500:500] ) from test_grey
|
|---|
| 406 |
|
|---|
| 407 | test.sh: byte comparison
|
|---|
| 408 | test.sh: -> TEST PASSED
|
|---|
| 409 | --------------------------------------------------------------------------------------------
|
|---|
| 410 | running test: from_clause_omitted.rasql
|
|---|
| 411 |
|
|---|
| 412 | select 0.2 + sin(10)
|
|---|
| 413 |
|
|---|
| 414 | test.sh: byte comparison
|
|---|
| 415 | test.sh: -> TEST PASSED
|
|---|
| 416 | --------------------------------------------------------------------------------------------
|
|---|
| 417 | running test: from_clause.rasql
|
|---|
| 418 |
|
|---|
| 419 | select a - b from test_grey as a, test_grey2 as b
|
|---|
| 420 | test.sh: byte comparison
|
|---|
| 421 | test.sh: -> TEST PASSED
|
|---|
| 422 | --------------------------------------------------------------------------------------------
|
|---|
| 423 | running test: general_array_condenser_add.rasql
|
|---|
| 424 |
|
|---|
| 425 | select condense + over x in sdom(a) using a[x] from test_grey as a
|
|---|
| 426 | test.sh: byte comparison
|
|---|
| 427 | test.sh: -> TEST PASSED
|
|---|
| 428 | --------------------------------------------------------------------------------------------
|
|---|
| 429 | running test: general_array_condenser_all.rasql
|
|---|
| 430 |
|
|---|
| 431 | select condense and over x in sdom(a) using a[x] from test_grey as a
|
|---|
| 432 | test.sh: byte comparison
|
|---|
| 433 | test.sh: -> TEST PASSED
|
|---|
| 434 | --------------------------------------------------------------------------------------------
|
|---|
| 435 | running test: general_array_condenser_count.rasql
|
|---|
| 436 |
|
|---|
| 437 | select condense + over x in sdom(a) where (bool)((bool)a[x]+1) using 1 from test_grey as a
|
|---|
| 438 |
|
|---|
| 439 | test.sh: byte comparison
|
|---|
| 440 | test.sh: -> TEST PASSED
|
|---|
| 441 | --------------------------------------------------------------------------------------------
|
|---|
| 442 | running test: general_array_condenser_max_double.rasql
|
|---|
| 443 |
|
|---|
| 444 | select csv(marray i in [-1:1] values condense max over j in [3:4] using (i[0] * j[0]) / 2.0) from test_grey
|
|---|
| 445 |
|
|---|
| 446 | test.sh: byte comparison
|
|---|
| 447 | test.sh: -> TEST PASSED
|
|---|
| 448 | --------------------------------------------------------------------------------------------
|
|---|
| 449 | running test: general_array_condenser_max.rasql
|
|---|
| 450 |
|
|---|
| 451 | select csv(marray i in [-1:1] values condense max over j in [3:4] using i[0] * j[0]) from test_grey
|
|---|
| 452 |
|
|---|
| 453 | test.sh: byte comparison
|
|---|
| 454 | test.sh: -> TEST PASSED
|
|---|
| 455 | --------------------------------------------------------------------------------------------
|
|---|
| 456 | running test: general_array_condenser_min_double.rasql
|
|---|
| 457 |
|
|---|
| 458 | select csv(marray i in [-1:1] values condense min over j in [3:4] using (i[0] * j[0]) / 2.0) from test_grey
|
|---|
| 459 |
|
|---|
| 460 | test.sh: byte comparison
|
|---|
| 461 | test.sh: -> TEST PASSED
|
|---|
| 462 | --------------------------------------------------------------------------------------------
|
|---|
| 463 | running test: general_array_condenser_min.rasql
|
|---|
| 464 |
|
|---|
| 465 | select csv(marray i in [-1:1] values condense min over j in [3:4] using i[0] * j[0]) from test_grey
|
|---|
| 466 |
|
|---|
| 467 | test.sh: byte comparison
|
|---|
| 468 | test.sh: -> TEST PASSED
|
|---|
| 469 | --------------------------------------------------------------------------------------------
|
|---|
| 470 | running test: general_array_condenser_mult.rasql
|
|---|
| 471 |
|
|---|
| 472 | select condense * over i in sdom(data) using data[i] from test_complex as data
|
|---|
| 473 |
|
|---|
| 474 | test.sh: byte comparison
|
|---|
| 475 | test.sh: -> TEST PASSED
|
|---|
| 476 | --------------------------------------------------------------------------------------------
|
|---|
| 477 | running test: general_array_condenser_some.rasql
|
|---|
| 478 |
|
|---|
| 479 | select condense or over x in sdom(a) using a[x] from test_grey as a
|
|---|
| 480 | test.sh: byte comparison
|
|---|
| 481 | test.sh: -> TEST PASSED
|
|---|
| 482 | --------------------------------------------------------------------------------------------
|
|---|
| 483 | running test: general_array_constructor_1c.rasql
|
|---|
| 484 |
|
|---|
| 485 | select marray x in [ 1:100, -50:200 ] values 1c from test_grey
|
|---|
| 486 | test.sh: byte comparison
|
|---|
| 487 | test.sh: -> TEST PASSED
|
|---|
| 488 | --------------------------------------------------------------------------------------------
|
|---|
| 489 | running test: general_array_constructor_variable_1.rasql
|
|---|
| 490 |
|
|---|
| 491 | select marray xy in [1:5, 1:10] values a[ xy[0], xy[1] ] from test_grey as a
|
|---|
| 492 | test.sh: byte comparison
|
|---|
| 493 | test.sh: -> TEST PASSED
|
|---|
| 494 | --------------------------------------------------------------------------------------------
|
|---|
| 495 | running test: general_array_constructor_variable.rasql
|
|---|
| 496 |
|
|---|
| 497 | select max_cells(marray x in [100:105], y in [100:105] values a[ x[0], y[0] ]) from test_grey as a
|
|---|
| 498 |
|
|---|
| 499 | test.sh: byte comparison
|
|---|
| 500 | test.sh: -> TEST PASSED
|
|---|
| 501 | --------------------------------------------------------------------------------------------
|
|---|
| 502 | running test: general_array_constructor_x[0].rasql
|
|---|
| 503 |
|
|---|
| 504 | select marray x in [ 0:255, 0:511 ] values x[0] from test_grey
|
|---|
| 505 | test.sh: byte comparison
|
|---|
| 506 | test.sh: -> TEST PASSED
|
|---|
| 507 | --------------------------------------------------------------------------------------------
|
|---|
| 508 | running test: induced_and_struct.rasql
|
|---|
| 509 |
|
|---|
| 510 | select test_rgb2 + 5 from test_rgb2
|
|---|
| 511 |
|
|---|
| 512 | test.sh: byte comparison
|
|---|
| 513 | test.sh: -> TEST PASSED
|
|---|
| 514 | --------------------------------------------------------------------------------------------
|
|---|
| 515 | running test: induction_all_operations_abs.rasql
|
|---|
| 516 |
|
|---|
| 517 | select abs(test_grey) from test_grey
|
|---|
| 518 | test.sh: byte comparison
|
|---|
| 519 | test.sh: -> TEST PASSED
|
|---|
| 520 | --------------------------------------------------------------------------------------------
|
|---|
| 521 | running test: induction_all_operations_and.rasql
|
|---|
| 522 |
|
|---|
| 523 | select test_grey and test_grey2 from test_grey, test_grey2
|
|---|
| 524 | test.sh: byte comparison
|
|---|
| 525 | test.sh: -> TEST PASSED
|
|---|
| 526 | --------------------------------------------------------------------------------------------
|
|---|
| 527 | running test: induction_all_operations_arccos.rasql
|
|---|
| 528 |
|
|---|
| 529 | select arccos(0.5) from test_grey
|
|---|
| 530 |
|
|---|
| 531 | test.sh: byte comparison
|
|---|
| 532 | test.sh: -> TEST PASSED
|
|---|
| 533 | --------------------------------------------------------------------------------------------
|
|---|
| 534 | running test: induction_all_operations_arcsin.rasql
|
|---|
| 535 |
|
|---|
| 536 | select arcsin(0.5) from test_grey
|
|---|
| 537 |
|
|---|
| 538 | test.sh: byte comparison
|
|---|
| 539 | test.sh: -> TEST PASSED
|
|---|
| 540 | --------------------------------------------------------------------------------------------
|
|---|
| 541 | running test: induction_all_operations_arctan.rasql
|
|---|
| 542 |
|
|---|
| 543 | select arctan(1) from test_grey
|
|---|
| 544 |
|
|---|
| 545 | test.sh: byte comparison
|
|---|
| 546 | test.sh: -> TEST PASSED
|
|---|
| 547 | --------------------------------------------------------------------------------------------
|
|---|
| 548 | running test: induction_all_operations_bit.rasql
|
|---|
| 549 |
|
|---|
| 550 | select bit(test_grey,1) from test_grey
|
|---|
| 551 | test.sh: byte comparison
|
|---|
| 552 | test.sh: -> TEST PASSED
|
|---|
| 553 | --------------------------------------------------------------------------------------------
|
|---|
| 554 | running test: induction_all_operations_complex.rasql
|
|---|
| 555 |
|
|---|
| 556 | select complex(cos(x), -sin(x)) from test_grey as x
|
|---|
| 557 |
|
|---|
| 558 | test.sh: byte comparison
|
|---|
| 559 | test.sh: -> TEST PASSED
|
|---|
| 560 | --------------------------------------------------------------------------------------------
|
|---|
| 561 | running test: induction_all_operations_cosh.rasql
|
|---|
| 562 |
|
|---|
| 563 | select cosh(0) from test_grey
|
|---|
| 564 |
|
|---|
| 565 | test.sh: byte comparison
|
|---|
| 566 | test.sh: -> TEST PASSED
|
|---|
| 567 | --------------------------------------------------------------------------------------------
|
|---|
| 568 | running test: induction_all_operations_cos.rasql
|
|---|
| 569 |
|
|---|
| 570 | select cos(60) from test_grey
|
|---|
| 571 |
|
|---|
| 572 | test.sh: byte comparison
|
|---|
| 573 | test.sh: -> TEST PASSED
|
|---|
| 574 | --------------------------------------------------------------------------------------------
|
|---|
| 575 | running test: induction_all_operations_divide.rasql
|
|---|
| 576 |
|
|---|
| 577 | select test_grey / test_grey2 from test_grey, test_grey2
|
|---|
| 578 | test.sh: byte comparison
|
|---|
| 579 | test.sh: -> TEST PASSED
|
|---|
| 580 | --------------------------------------------------------------------------------------------
|
|---|
| 581 | running test: induction_all_operations_egt.rasql
|
|---|
| 582 |
|
|---|
| 583 | select test_grey >= test_grey2 from test_grey, test_grey2
|
|---|
| 584 | test.sh: byte comparison
|
|---|
| 585 | test.sh: -> TEST PASSED
|
|---|
| 586 | --------------------------------------------------------------------------------------------
|
|---|
| 587 | running test: induction_all_operations_elt.rasql
|
|---|
| 588 |
|
|---|
| 589 | select test_grey <= test_grey2 from test_grey, test_grey2
|
|---|
| 590 | test.sh: byte comparison
|
|---|
| 591 | test.sh: -> TEST PASSED
|
|---|
| 592 | --------------------------------------------------------------------------------------------
|
|---|
| 593 | running test: induction_all_operations_exp.rasql
|
|---|
| 594 |
|
|---|
| 595 | select exp(0) from test_grey
|
|---|
| 596 |
|
|---|
| 597 | test.sh: byte comparison
|
|---|
| 598 | test.sh: -> TEST PASSED
|
|---|
| 599 | --------------------------------------------------------------------------------------------
|
|---|
| 600 | running test: induction_all_operations_gt.rasql
|
|---|
| 601 |
|
|---|
| 602 | select test_grey > test_grey2 from test_grey, test_grey2
|
|---|
| 603 | test.sh: byte comparison
|
|---|
| 604 | test.sh: -> TEST PASSED
|
|---|
| 605 | --------------------------------------------------------------------------------------------
|
|---|
| 606 | running test: induction_all_operations_int_divide.rasql
|
|---|
| 607 |
|
|---|
| 608 | select div(test_grey, test_grey2) from test_grey, test_grey2
|
|---|
| 609 |
|
|---|
| 610 | test.sh: byte comparison
|
|---|
| 611 | test.sh: -> TEST PASSED
|
|---|
| 612 | --------------------------------------------------------------------------------------------
|
|---|
| 613 | running test: induction_all_operations_is.rasql
|
|---|
| 614 |
|
|---|
| 615 | select test_grey is test_grey2 from test_grey, test_grey2
|
|---|
| 616 |
|
|---|
| 617 | test.sh: byte comparison
|
|---|
| 618 | test.sh: -> TEST PASSED
|
|---|
| 619 | --------------------------------------------------------------------------------------------
|
|---|
| 620 | running test: induction_all_operations_ln.rasql
|
|---|
| 621 |
|
|---|
| 622 | select ln(1) from test_grey
|
|---|
| 623 |
|
|---|
| 624 | test.sh: byte comparison
|
|---|
| 625 | test.sh: -> TEST PASSED
|
|---|
| 626 | --------------------------------------------------------------------------------------------
|
|---|
| 627 | running test: induction_all_operations_log.rasql
|
|---|
| 628 |
|
|---|
| 629 | select log(1) from test_grey
|
|---|
| 630 |
|
|---|
| 631 | test.sh: byte comparison
|
|---|
| 632 | test.sh: -> TEST PASSED
|
|---|
| 633 | --------------------------------------------------------------------------------------------
|
|---|
| 634 | running test: induction_all_operations_lt.rasql
|
|---|
| 635 |
|
|---|
| 636 | select test_grey < test_grey2 from test_grey, test_grey2
|
|---|
| 637 | test.sh: byte comparison
|
|---|
| 638 | test.sh: -> TEST PASSED
|
|---|
| 639 | --------------------------------------------------------------------------------------------
|
|---|
| 640 | running test: induction_all_operations_max.rasql
|
|---|
| 641 |
|
|---|
| 642 | select max_cell(test_grey max 255) from test_grey
|
|---|
| 643 |
|
|---|
| 644 | test.sh: byte comparison
|
|---|
| 645 | test.sh: -> TEST PASSED
|
|---|
| 646 | --------------------------------------------------------------------------------------------
|
|---|
| 647 | running test: induction_all_operations_min.rasql
|
|---|
| 648 |
|
|---|
| 649 | select max_cell(test_grey min -1) from test_grey
|
|---|
| 650 |
|
|---|
| 651 | test.sh: byte comparison
|
|---|
| 652 | test.sh: -> TEST PASSED
|
|---|
| 653 | --------------------------------------------------------------------------------------------
|
|---|
| 654 | running test: induction_all_operations_modulo.rasql
|
|---|
| 655 |
|
|---|
| 656 | select mod(test_grey, test_grey2) from test_grey, test_grey2
|
|---|
| 657 |
|
|---|
| 658 | test.sh: byte comparison
|
|---|
| 659 | test.sh: -> TEST PASSED
|
|---|
| 660 | --------------------------------------------------------------------------------------------
|
|---|
| 661 | running test: induction_all_operations_multiply.rasql
|
|---|
| 662 |
|
|---|
| 663 | select test_grey * test_grey2 from test_grey, test_grey2
|
|---|
| 664 | test.sh: byte comparison
|
|---|
| 665 | test.sh: -> TEST PASSED
|
|---|
| 666 | --------------------------------------------------------------------------------------------
|
|---|
| 667 | running test: induction_all_operations_ne.rasql
|
|---|
| 668 |
|
|---|
| 669 | select test_grey != test_grey2 from test_grey, test_grey2
|
|---|
| 670 | test.sh: byte comparison
|
|---|
| 671 | test.sh: -> TEST PASSED
|
|---|
| 672 | --------------------------------------------------------------------------------------------
|
|---|
| 673 | running test: induction_all_operations_not.rasql
|
|---|
| 674 |
|
|---|
| 675 | select not(test_grey) from test_grey
|
|---|
| 676 | test.sh: byte comparison
|
|---|
| 677 | test.sh: -> TEST PASSED
|
|---|
| 678 | --------------------------------------------------------------------------------------------
|
|---|
| 679 | running test: induction_all_operations_or.rasql
|
|---|
| 680 |
|
|---|
| 681 | select test_grey or test_grey2 from test_grey, test_grey2
|
|---|
| 682 | test.sh: byte comparison
|
|---|
| 683 | test.sh: -> TEST PASSED
|
|---|
| 684 | --------------------------------------------------------------------------------------------
|
|---|
| 685 | running test: induction_all_operations_overlay.rasql
|
|---|
| 686 |
|
|---|
| 687 | select test_grey overlay test_grey2 from test_grey, test_grey2
|
|---|
| 688 | test.sh: byte comparison
|
|---|
| 689 | test.sh: -> TEST PASSED
|
|---|
| 690 | --------------------------------------------------------------------------------------------
|
|---|
| 691 | running test: induction_all_operations_pow_const.rasql
|
|---|
| 692 |
|
|---|
| 693 | select pow(2, 3.5) from test_grey
|
|---|
| 694 |
|
|---|
| 695 | test.sh: byte comparison
|
|---|
| 696 | test.sh: -> TEST PASSED
|
|---|
| 697 | --------------------------------------------------------------------------------------------
|
|---|
| 698 | running test: induction_all_operations_pow.rasql
|
|---|
| 699 |
|
|---|
| 700 | select pow(test_grey, 2) from test_grey
|
|---|
| 701 |
|
|---|
| 702 | test.sh: byte comparison
|
|---|
| 703 | test.sh: -> TEST PASSED
|
|---|
| 704 | --------------------------------------------------------------------------------------------
|
|---|
| 705 | running test: induction_all_operations_-.rasql
|
|---|
| 706 |
|
|---|
| 707 | select test_grey - test_grey2 from test_grey, test_grey2
|
|---|
| 708 | test.sh: byte comparison
|
|---|
| 709 | test.sh: -> TEST PASSED
|
|---|
| 710 | --------------------------------------------------------------------------------------------
|
|---|
| 711 | running test: induction_all_operations_+.rasql
|
|---|
| 712 |
|
|---|
| 713 | select test_grey + test_grey2 from test_grey, test_grey2
|
|---|
| 714 | test.sh: byte comparison
|
|---|
| 715 | test.sh: -> TEST PASSED
|
|---|
| 716 | --------------------------------------------------------------------------------------------
|
|---|
| 717 | running test: induction_all_operations_sinh.rasql
|
|---|
| 718 |
|
|---|
| 719 | select sinh(0) from test_grey
|
|---|
| 720 |
|
|---|
| 721 | test.sh: byte comparison
|
|---|
| 722 | test.sh: -> TEST PASSED
|
|---|
| 723 | --------------------------------------------------------------------------------------------
|
|---|
| 724 | running test: induction_all_operations_sin.rasql
|
|---|
| 725 |
|
|---|
| 726 | select sin(test_grey) from test_grey
|
|---|
| 727 |
|
|---|
| 728 | test.sh: byte comparison
|
|---|
| 729 | test.sh: -> TEST PASSED
|
|---|
| 730 | --------------------------------------------------------------------------------------------
|
|---|
| 731 | running test: induction_all_operations_sqrt.rasql
|
|---|
| 732 |
|
|---|
| 733 | select sqrt(test_grey) from test_grey
|
|---|
| 734 |
|
|---|
| 735 | test.sh: byte comparison
|
|---|
| 736 | test.sh: -> TEST PASSED
|
|---|
| 737 | --------------------------------------------------------------------------------------------
|
|---|
| 738 | running test: induction_all_operations_tanh.rasql
|
|---|
| 739 |
|
|---|
| 740 | select tanh(0) from test_grey
|
|---|
| 741 |
|
|---|
| 742 | test.sh: byte comparison
|
|---|
| 743 | test.sh: -> TEST PASSED
|
|---|
| 744 | --------------------------------------------------------------------------------------------
|
|---|
| 745 | running test: induction_all_operations_tan.rasql
|
|---|
| 746 |
|
|---|
| 747 | select tan(0) from test_grey
|
|---|
| 748 |
|
|---|
| 749 | test.sh: byte comparison
|
|---|
| 750 | test.sh: -> TEST PASSED
|
|---|
| 751 | --------------------------------------------------------------------------------------------
|
|---|
| 752 | running test: induction_all_operations_xor.rasql
|
|---|
| 753 |
|
|---|
| 754 | select test_grey xor test_grey2 from test_grey, test_grey2
|
|---|
| 755 | test.sh: byte comparison
|
|---|
| 756 | test.sh: -> TEST PASSED
|
|---|
| 757 | --------------------------------------------------------------------------------------------
|
|---|
| 758 | running test: integer_division.rasql
|
|---|
| 759 |
|
|---|
| 760 | select div(3, 2) from test_rgb2
|
|---|
| 761 |
|
|---|
| 762 | test.sh: byte comparison
|
|---|
| 763 | test.sh: -> TEST PASSED
|
|---|
| 764 | --------------------------------------------------------------------------------------------
|
|---|
| 765 | running test: integer_modulo.rasql
|
|---|
| 766 |
|
|---|
| 767 | select mod(5,3) from test_rgb2
|
|---|
| 768 |
|
|---|
| 769 | test.sh: byte comparison
|
|---|
| 770 | test.sh: -> TEST PASSED
|
|---|
| 771 | --------------------------------------------------------------------------------------------
|
|---|
| 772 | running test: multidimensional_intervals_[1].lo.rasql
|
|---|
| 773 |
|
|---|
| 774 | select [ -17 : 245, 42 : 227 ][ 1 ].lo from test_grey
|
|---|
| 775 | test.sh: byte comparison
|
|---|
| 776 | test.sh: -> TEST PASSED
|
|---|
| 777 | --------------------------------------------------------------------------------------------
|
|---|
| 778 | running test: multidimensional_intervals_[1].rasql
|
|---|
| 779 |
|
|---|
| 780 | select [ -17 : 245, 42 : 227 ][ 1 ] from test_grey
|
|---|
| 781 | test.sh: byte comparison
|
|---|
| 782 | test.sh: -> TEST PASSED
|
|---|
| 783 | --------------------------------------------------------------------------------------------
|
|---|
| 784 | running test: multidimensional_intervals.rasql
|
|---|
| 785 |
|
|---|
| 786 | select [ -17 : 245, 42 : 227 ] from test_grey
|
|---|
| 787 | test.sh: byte comparison
|
|---|
| 788 | test.sh: -> TEST PASSED
|
|---|
| 789 | --------------------------------------------------------------------------------------------
|
|---|
| 790 | running test: object_identifiers.rasql
|
|---|
| 791 |
|
|---|
| 792 | select test_grey from test_grey where oid( test_grey ) > 10
|
|---|
| 793 | test.sh: byte comparison
|
|---|
| 794 | test.sh: -> TEST PASSED
|
|---|
| 795 | --------------------------------------------------------------------------------------------
|
|---|
| 796 | running test: oid.rasql
|
|---|
| 797 |
|
|---|
| 798 | select oid(test_grey)/oid(test_grey) from test_grey
|
|---|
| 799 | test.sh: byte comparison
|
|---|
| 800 | test.sh: -> TEST PASSED
|
|---|
| 801 | --------------------------------------------------------------------------------------------
|
|---|
| 802 | running test: point_select_empty.rasql
|
|---|
| 803 |
|
|---|
| 804 | select c[500,500] from test_rgb2 as c
|
|---|
| 805 |
|
|---|
| 806 | test.sh: byte comparison
|
|---|
| 807 | test.sh: -> TEST PASSED
|
|---|
| 808 | --------------------------------------------------------------------------------------------
|
|---|
| 809 | running test: regular_division.rasql
|
|---|
| 810 |
|
|---|
| 811 | select 2/3 from test_rgb2 as a
|
|---|
| 812 |
|
|---|
| 813 | test.sh: byte comparison
|
|---|
| 814 | test.sh: -> TEST PASSED
|
|---|
| 815 | --------------------------------------------------------------------------------------------
|
|---|
| 816 | running test: scaling_1.rasql
|
|---|
| 817 |
|
|---|
| 818 | select scale( test_grey, [ 4, 3 ] ) from test_grey
|
|---|
| 819 | test.sh: byte comparison
|
|---|
| 820 | test.sh: -> TEST PASSED
|
|---|
| 821 | --------------------------------------------------------------------------------------------
|
|---|
| 822 | running test: scaling_2.rasql
|
|---|
| 823 |
|
|---|
| 824 | select scale( test_grey, 0.5 ) from test_grey
|
|---|
| 825 | test.sh: byte comparison
|
|---|
| 826 | test.sh: -> TEST PASSED
|
|---|
| 827 | --------------------------------------------------------------------------------------------
|
|---|
| 828 | running test: scaling_and_trimming.rasql
|
|---|
| 829 |
|
|---|
| 830 | select scale(c[124:125,127:128], [0:5,0:2])[1:2,2] from test_grey AS c
|
|---|
| 831 |
|
|---|
| 832 | test.sh: byte comparison
|
|---|
| 833 | test.sh: -> TEST PASSED
|
|---|
| 834 | --------------------------------------------------------------------------------------------
|
|---|
| 835 | running test: section.rasql
|
|---|
| 836 |
|
|---|
| 837 | select test_grey[ 100, 150 ] from test_grey
|
|---|
| 838 | test.sh: byte comparison
|
|---|
| 839 | test.sh: -> TEST PASSED
|
|---|
| 840 | --------------------------------------------------------------------------------------------
|
|---|
| 841 | running test: select_clause.rasql
|
|---|
| 842 |
|
|---|
| 843 | select test_grey/2 from test_grey
|
|---|
| 844 | test.sh: byte comparison
|
|---|
| 845 | test.sh: -> TEST PASSED
|
|---|
| 846 | --------------------------------------------------------------------------------------------
|
|---|
| 847 | running test: shifting_a_spatial_domain.rasql
|
|---|
| 848 |
|
|---|
| 849 | select shift( test_grey[ 0:10, 0:20 ], [ 3, 4 ] ) from test_grey
|
|---|
| 850 |
|
|---|
| 851 | test.sh: byte comparison
|
|---|
| 852 | test.sh: -> TEST PASSED
|
|---|
| 853 | --------------------------------------------------------------------------------------------
|
|---|
| 854 | running test: spatial_domain_[0].hi_as_index.rasql
|
|---|
| 855 |
|
|---|
| 856 | select test_grey[sdom(test_grey)[0].hi,0] from test_grey
|
|---|
| 857 |
|
|---|
| 858 | test.sh: byte comparison
|
|---|
| 859 | test.sh: -> TEST PASSED
|
|---|
| 860 | --------------------------------------------------------------------------------------------
|
|---|
| 861 | running test: spatial_domain_[0].hi.rasql
|
|---|
| 862 |
|
|---|
| 863 | select sdom(test_grey)[0].hi from test_grey
|
|---|
| 864 | test.sh: byte comparison
|
|---|
| 865 | test.sh: -> TEST PASSED
|
|---|
| 866 | --------------------------------------------------------------------------------------------
|
|---|
| 867 | running test: spatial_domain_[0].lo.rasql
|
|---|
| 868 |
|
|---|
| 869 | select sdom(test_grey)[0].lo from test_grey
|
|---|
| 870 | test.sh: byte comparison
|
|---|
| 871 | test.sh: -> TEST PASSED
|
|---|
| 872 | --------------------------------------------------------------------------------------------
|
|---|
| 873 | running test: spatial_domain_[0].rasql
|
|---|
| 874 |
|
|---|
| 875 | select sdom(test_grey)[0] from test_grey
|
|---|
| 876 | test.sh: byte comparison
|
|---|
| 877 | test.sh: -> TEST PASSED
|
|---|
| 878 | --------------------------------------------------------------------------------------------
|
|---|
| 879 | running test: spatial_domain.rasql
|
|---|
| 880 |
|
|---|
| 881 | select sdom(test_grey) from test_grey
|
|---|
| 882 | test.sh: byte comparison
|
|---|
| 883 | test.sh: -> TEST PASSED
|
|---|
| 884 | --------------------------------------------------------------------------------------------
|
|---|
| 885 | running test: struct_component_selection_1.rasql
|
|---|
| 886 |
|
|---|
| 887 | select test_rgb2.1 from test_rgb2
|
|---|
| 888 | test.sh: byte comparison
|
|---|
| 889 | test.sh: -> TEST PASSED
|
|---|
| 890 | --------------------------------------------------------------------------------------------
|
|---|
| 891 | running test: struct_component_selection_2.rasql
|
|---|
| 892 |
|
|---|
| 893 | select test_rgb2 / 2c from test_rgb2
|
|---|
| 894 | test.sh: byte comparison
|
|---|
| 895 | test.sh: -> TEST PASSED
|
|---|
| 896 | --------------------------------------------------------------------------------------------
|
|---|
| 897 | running test: struct_component_selection.rasql
|
|---|
| 898 |
|
|---|
| 899 | select test_rgb2.2 from test_rgb2
|
|---|
| 900 | test.sh: byte comparison
|
|---|
| 901 | test.sh: -> TEST PASSED
|
|---|
| 902 | --------------------------------------------------------------------------------------------
|
|---|
| 903 | running test: the_array_bound_asterisk_1.rasql
|
|---|
| 904 |
|
|---|
| 905 | select test_grey[ *:*, 10:150 ] from test_grey
|
|---|
| 906 |
|
|---|
| 907 | test.sh: byte comparison
|
|---|
| 908 | test.sh: -> TEST PASSED
|
|---|
| 909 | --------------------------------------------------------------------------------------------
|
|---|
| 910 | running test: the_array_bound_asterisk.rasql
|
|---|
| 911 |
|
|---|
| 912 | select test_grey[ 50:*, *:200 ] from test_grey
|
|---|
| 913 | test.sh: byte comparison
|
|---|
| 914 | test.sh: -> TEST PASSED
|
|---|
| 915 | --------------------------------------------------------------------------------------------
|
|---|
| 916 | running test: trimming.rasql
|
|---|
| 917 |
|
|---|
| 918 | select test_grey[ 120:160, 55:75 ] from test_grey
|
|---|
| 919 | test.sh: byte comparison
|
|---|
| 920 | test.sh: -> TEST PASSED
|
|---|
| 921 | --------------------------------------------------------------------------------------------
|
|---|
| 922 | running test: unary_induction.rasql
|
|---|
| 923 |
|
|---|
| 924 | select test_rgb2.1 * 2c from test_rgb2
|
|---|
| 925 | test.sh: byte comparison
|
|---|
| 926 | test.sh: -> TEST PASSED
|
|---|
| 927 | --------------------------------------------------------------------------------------------
|
|---|
| 928 | running test: where_clause.rasql
|
|---|
| 929 |
|
|---|
| 930 | select test_grey - test_grey2 from test_grey, test_grey2 where some_cells( test_grey - test_grey2 > 50 )
|
|---|
| 931 |
|
|---|
| 932 | test.sh: byte comparison
|
|---|
| 933 | test.sh: -> TEST PASSED
|
|---|
| 934 | --------------------------------------------------------------------------------------------
|
|---|
| 935 |
|
|---|
| 936 | test.sh: -------------------------------------------------------
|
|---|
| 937 | test.sh: Test summary
|
|---|
| 938 | test.sh:
|
|---|
| 939 | test.sh: Test finished at: Wed Jul 2 09:42:25 CEST 2014
|
|---|
| 940 | test.sh: Total tests run : 115
|
|---|
| 941 | test.sh: Successful tests: 114
|
|---|
| 942 | test.sh: Failed tests : 1
|
|---|
| 943 | test.sh: Skipped tests : 0
|
|---|
| 944 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_select/log
|
|---|
| 945 | test.sh: -------------------------------------------------------
|
|---|
| 946 |
|
|---|
| 947 |
|
|---|
| 948 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_tiling/log.save
|
|---|
| 949 | test.sh: starting test at Wed Jul 2 09:42:25 CEST 2014
|
|---|
| 950 | test.sh:
|
|---|
| 951 | ----------------------------------------------------------------------
|
|---|
| 952 |
|
|---|
| 953 | test.sh: running queries in 001-regular_tiling_2D_rc-index.rasql
|
|---|
| 954 |
|
|---|
| 955 | test.sh: creating collection... ok.
|
|---|
| 956 | test.sh: creating collection... ok.
|
|---|
| 957 | ----------------------------------------------------------------------
|
|---|
| 958 | test.sh: 001-regular_tiling_2D_rc-index.rasql.0:
|
|---|
| 959 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling regular [0:9,0:9] tile size 100 index rc_index
|
|---|
| 960 | test.sh: Result of query is correct.
|
|---|
| 961 | test.sh: Result of query is correct.
|
|---|
| 962 | ----------------------------------------------------------------------
|
|---|
| 963 | test.sh: 001-regular_tiling_2D_rc-index.rasql.1:
|
|---|
| 964 | test.sh: update test_coll as m set m assign marray i in [0:19,0:19] values 2c
|
|---|
| 965 | test.sh: Result of query is correct.
|
|---|
| 966 | test.sh: Result of query is correct.
|
|---|
| 967 | ----------------------------------------------------------------------
|
|---|
| 968 | test.sh: 001-regular_tiling_2D_rc-index.rasql.2:
|
|---|
| 969 | test.sh: update test_coll as m set m assign marray i in [10:19,0:19] values 3c
|
|---|
| 970 | test.sh: Result of query is correct.
|
|---|
| 971 | test.sh: Result of query is correct.
|
|---|
| 972 | ----------------------------------------------------------------------
|
|---|
| 973 |
|
|---|
| 974 | test.sh: running queries in 002-regular_tiling_2D_rpt-index.rasql
|
|---|
| 975 |
|
|---|
| 976 | test.sh: creating collection... ok.
|
|---|
| 977 | test.sh: creating collection... ok.
|
|---|
| 978 | ----------------------------------------------------------------------
|
|---|
| 979 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.0:
|
|---|
| 980 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling regular [0:9,0:9] tile size 100 index rpt_index
|
|---|
| 981 | test.sh: Result of query is correct.
|
|---|
| 982 | test.sh: Result of query is correct.
|
|---|
| 983 | ----------------------------------------------------------------------
|
|---|
| 984 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.1:
|
|---|
| 985 | test.sh: update test_coll as m set m assign marray i in [0:19,0:19] values 2c
|
|---|
| 986 | test.sh: Result of query is correct.
|
|---|
| 987 | test.sh: Result of query is correct.
|
|---|
| 988 | ----------------------------------------------------------------------
|
|---|
| 989 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.2:
|
|---|
| 990 | test.sh: update test_coll as m set m assign marray i in [10:19,0:19] values 3c
|
|---|
| 991 | test.sh: Result of query is correct.
|
|---|
| 992 | test.sh: Result of query is correct.
|
|---|
| 993 | ----------------------------------------------------------------------
|
|---|
| 994 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.3:
|
|---|
| 995 | test.sh: update test_coll as m set m assign marray i in [10:29,10:29] values 4c
|
|---|
| 996 | test.sh: Result of query is correct.
|
|---|
| 997 | test.sh: Result of query is correct.
|
|---|
| 998 | ----------------------------------------------------------------------
|
|---|
| 999 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.4:
|
|---|
| 1000 | test.sh: update test_coll as m set m assign marray i in [20:39,0:19] values 5c
|
|---|
| 1001 | test.sh: Result of query is correct.
|
|---|
| 1002 | test.sh: Result of query is correct.
|
|---|
| 1003 | ----------------------------------------------------------------------
|
|---|
| 1004 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.5:
|
|---|
| 1005 | test.sh: update test_coll as m set m assign marray i in [0:39,0:39] values 6c
|
|---|
| 1006 | test.sh: Result of query is correct.
|
|---|
| 1007 | test.sh: Result of query is correct.
|
|---|
| 1008 | ----------------------------------------------------------------------
|
|---|
| 1009 | test.sh: 002-regular_tiling_2D_rpt-index.rasql.6:
|
|---|
| 1010 | test.sh: update test_coll as m set m assign marray i in [20:39,0:39] values 7c
|
|---|
| 1011 | test.sh: Result of query is correct.
|
|---|
| 1012 | test.sh: Result of query is correct.
|
|---|
| 1013 | ----------------------------------------------------------------------
|
|---|
| 1014 |
|
|---|
| 1015 | test.sh: running queries in 003-aligned_tiling_2D_rpt-index.rasql
|
|---|
| 1016 |
|
|---|
| 1017 | test.sh: creating collection... ok.
|
|---|
| 1018 | test.sh: creating collection... ok.
|
|---|
| 1019 | ----------------------------------------------------------------------
|
|---|
| 1020 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.0:
|
|---|
| 1021 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling aligned [0:9,0:9] tile size 100 index rpt_index
|
|---|
| 1022 | test.sh: Result of query is correct.
|
|---|
| 1023 | test.sh: Result of query is correct.
|
|---|
| 1024 | ----------------------------------------------------------------------
|
|---|
| 1025 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.1:
|
|---|
| 1026 | test.sh: update test_coll as m set m assign marray i in [0:19,0:19] values 2c
|
|---|
| 1027 | test.sh: Result of query is correct.
|
|---|
| 1028 | test.sh: Result of query is correct.
|
|---|
| 1029 | ----------------------------------------------------------------------
|
|---|
| 1030 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.2:
|
|---|
| 1031 | test.sh: update test_coll as m set m assign marray i in [10:19,0:19] values 3c
|
|---|
| 1032 | test.sh: Result of query is correct.
|
|---|
| 1033 | test.sh: Result of query is correct.
|
|---|
| 1034 | ----------------------------------------------------------------------
|
|---|
| 1035 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.3:
|
|---|
| 1036 | test.sh: update test_coll as m set m assign marray i in [10:29,10:29] values 4c
|
|---|
| 1037 | test.sh: Result of query is correct.
|
|---|
| 1038 | test.sh: Result of query is correct.
|
|---|
| 1039 | ----------------------------------------------------------------------
|
|---|
| 1040 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.4:
|
|---|
| 1041 | test.sh: update test_coll as m set m assign marray i in [20:39,0:19] values 5c
|
|---|
| 1042 | test.sh: Result of query is correct.
|
|---|
| 1043 | test.sh: Result of query is correct.
|
|---|
| 1044 | ----------------------------------------------------------------------
|
|---|
| 1045 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.5:
|
|---|
| 1046 | test.sh: update test_coll as m set m assign marray i in [0:39,0:39] values 6c
|
|---|
| 1047 | test.sh: Result of query is correct.
|
|---|
| 1048 | test.sh: Result of query is correct.
|
|---|
| 1049 | ----------------------------------------------------------------------
|
|---|
| 1050 | test.sh: 003-aligned_tiling_2D_rpt-index.rasql.6:
|
|---|
| 1051 | test.sh: update test_coll as m set m assign marray i in [20:39,0:39] values 7c
|
|---|
| 1052 | test.sh: Result of query is correct.
|
|---|
| 1053 | test.sh: Result of query is correct.
|
|---|
| 1054 | ----------------------------------------------------------------------
|
|---|
| 1055 |
|
|---|
| 1056 | test.sh: running queries in 004-regular_tiling_3D_rpt-index.rasql
|
|---|
| 1057 |
|
|---|
| 1058 | test.sh: creating collection... ok.
|
|---|
| 1059 | test.sh: creating collection... ok.
|
|---|
| 1060 | ----------------------------------------------------------------------
|
|---|
| 1061 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.0:
|
|---|
| 1062 | test.sh: insert into test_coll3 values marray i in [0:19,0:19,0:19] values 1c tiling regular [0:9,0:9,0:9] tile size 1000 index rpt_index
|
|---|
| 1063 | insert into test_coll3 values marray i in [0:19,0:19,0:19] values 1c tiling regular [0:9,0:9,0:9] tile size 1000 index rpt_index
|
|---|
| 1064 | test.sh: Result of query is correct.
|
|---|
| 1065 | test.sh: Result of query is correct.
|
|---|
| 1066 | ----------------------------------------------------------------------
|
|---|
| 1067 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.1:
|
|---|
| 1068 | test.sh: update test_coll3 as m set m assign marray i in [0:19,0:19,0:19] values 2c
|
|---|
| 1069 | update test_coll3 as m set m assign marray i in [0:19,0:19,0:19] values 2c
|
|---|
| 1070 | test.sh: Result of query is correct.
|
|---|
| 1071 | test.sh: Result of query is correct.
|
|---|
| 1072 | ----------------------------------------------------------------------
|
|---|
| 1073 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.2:
|
|---|
| 1074 | test.sh: update test_coll3 as m set m assign marray i in [0:19,10:19,0:19] values 3c
|
|---|
| 1075 | update test_coll3 as m set m assign marray i in [0:19,10:19,0:19] values 3c
|
|---|
| 1076 | test.sh: Result of query is correct.
|
|---|
| 1077 | test.sh: Result of query is correct.
|
|---|
| 1078 | ----------------------------------------------------------------------
|
|---|
| 1079 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.3:
|
|---|
| 1080 | test.sh: update test_coll3 as m set m assign marray i in [0:19,10:29,10:29] values 4c
|
|---|
| 1081 | update test_coll3 as m set m assign marray i in [0:19,10:29,10:29] values 4c
|
|---|
| 1082 | test.sh: Result of query is correct.
|
|---|
| 1083 | test.sh: Result of query is correct.
|
|---|
| 1084 | ----------------------------------------------------------------------
|
|---|
| 1085 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.4:
|
|---|
| 1086 | test.sh: update test_coll3 as m set m assign marray i in [0:19,20:39,0:19] values 5c
|
|---|
| 1087 | update test_coll3 as m set m assign marray i in [0:19,20:39,0:19] values 5c
|
|---|
| 1088 | test.sh: Result of query is correct.
|
|---|
| 1089 | test.sh: Result of query is correct.
|
|---|
| 1090 | ----------------------------------------------------------------------
|
|---|
| 1091 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.5:
|
|---|
| 1092 | test.sh: update test_coll3 as m set m assign marray i in [0:19,0:39,0:39] values 6c
|
|---|
| 1093 | update test_coll3 as m set m assign marray i in [0:19,0:39,0:39] values 6c
|
|---|
| 1094 | test.sh: Result of query is correct.
|
|---|
| 1095 | test.sh: Result of query is correct.
|
|---|
| 1096 | ----------------------------------------------------------------------
|
|---|
| 1097 | test.sh: 004-regular_tiling_3D_rpt-index.rasql.6:
|
|---|
| 1098 | test.sh: update test_coll3 as m set m assign marray i in [0:19,20:39,0:39] values 7c
|
|---|
| 1099 | update test_coll3 as m set m assign marray i in [0:19,20:39,0:39] values 7c
|
|---|
| 1100 | test.sh: Result of query is correct.
|
|---|
| 1101 | test.sh: Result of query is correct.
|
|---|
| 1102 | ----------------------------------------------------------------------
|
|---|
| 1103 |
|
|---|
| 1104 | test.sh: running queries in 005-regular_tiling_3D_rpt-index_slices.rasql
|
|---|
| 1105 |
|
|---|
| 1106 | test.sh: creating collection... ok.
|
|---|
| 1107 | test.sh: creating collection... ok.
|
|---|
| 1108 | ----------------------------------------------------------------------
|
|---|
| 1109 | test.sh: 005-regular_tiling_3D_rpt-index_slices.rasql.0:
|
|---|
| 1110 | test.sh: insert into test_coll3 values marray i in [0:0,0:19,0:19] values 1c tiling regular [0:1,0:9,0:9] tile size 200 index rpt_index
|
|---|
| 1111 | insert into test_coll3 values marray i in [0:0,0:19,0:19] values 1c tiling regular [0:1,0:9,0:9] tile size 200 index rpt_index
|
|---|
| 1112 | test.sh: Result of query is correct.
|
|---|
| 1113 | test.sh: Result of query is correct.
|
|---|
| 1114 | ----------------------------------------------------------------------
|
|---|
| 1115 | test.sh: 005-regular_tiling_3D_rpt-index_slices.rasql.1:
|
|---|
| 1116 | test.sh: update test_coll3 as m set m[2,0:19,0:19] assign marray i in [0:19,0:19] values 2c
|
|---|
| 1117 | update test_coll3 as m set m[2,0:19,0:19] assign marray i in [0:19,0:19] values 2c
|
|---|
| 1118 | test.sh: Result of query is correct.
|
|---|
| 1119 | test.sh: Result of query is correct.
|
|---|
| 1120 | ----------------------------------------------------------------------
|
|---|
| 1121 | test.sh: 005-regular_tiling_3D_rpt-index_slices.rasql.2:
|
|---|
| 1122 | test.sh: update test_coll3 as m set m[3,0:19,0:19] assign marray i in [0:19,0:19] values 3c
|
|---|
| 1123 | update test_coll3 as m set m[3,0:19,0:19] assign marray i in [0:19,0:19] values 3c
|
|---|
| 1124 | test.sh: Result of query is correct.
|
|---|
| 1125 | test.sh: Result of query is correct.
|
|---|
| 1126 | ----------------------------------------------------------------------
|
|---|
| 1127 |
|
|---|
| 1128 | test.sh: running queries in 006-aligned_tiling_3D_rpt-index_slices.rasql
|
|---|
| 1129 |
|
|---|
| 1130 | test.sh: creating collection... ok.
|
|---|
| 1131 | test.sh: creating collection... ok.
|
|---|
| 1132 | ----------------------------------------------------------------------
|
|---|
| 1133 | test.sh: 006-aligned_tiling_3D_rpt-index_slices.rasql.0:
|
|---|
| 1134 | test.sh: insert into test_coll3 values marray i in [0:0,0:19,0:19] values 1c tiling aligned [0:1,0:9,0:9] tile size 200 index rpt_index
|
|---|
| 1135 | insert into test_coll3 values marray i in [0:0,0:19,0:19] values 1c tiling aligned [0:1,0:9,0:9] tile size 200 index rpt_index
|
|---|
| 1136 | test.sh: Result of query is correct.
|
|---|
| 1137 | test.sh: Result of query is correct.
|
|---|
| 1138 | ----------------------------------------------------------------------
|
|---|
| 1139 | test.sh: 006-aligned_tiling_3D_rpt-index_slices.rasql.1:
|
|---|
| 1140 | test.sh: update test_coll3 as m set m[1,0:19,0:19] assign marray i in [0:19,0:19] values 2c
|
|---|
| 1141 | update test_coll3 as m set m[1,0:19,0:19] assign marray i in [0:19,0:19] values 2c
|
|---|
| 1142 | test.sh: Result of query is correct.
|
|---|
| 1143 | test.sh: Result of query is correct.
|
|---|
| 1144 | ----------------------------------------------------------------------
|
|---|
| 1145 | test.sh: 006-aligned_tiling_3D_rpt-index_slices.rasql.2:
|
|---|
| 1146 | test.sh: update test_coll3 as m set m[2,0:19,0:19] assign marray i in [0:19,0:19] values 3c
|
|---|
| 1147 | update test_coll3 as m set m[2,0:19,0:19] assign marray i in [0:19,0:19] values 3c
|
|---|
| 1148 | test.sh: Result of query is correct.
|
|---|
| 1149 | test.sh: Result of query is correct.
|
|---|
| 1150 | ----------------------------------------------------------------------
|
|---|
| 1151 | test.sh: 006-aligned_tiling_3D_rpt-index_slices.rasql.3:
|
|---|
| 1152 | test.sh: update test_coll3 as m set m[3,0:19,0:19] assign marray i in [0:19,0:19] values 4c
|
|---|
| 1153 | update test_coll3 as m set m[3,0:19,0:19] assign marray i in [0:19,0:19] values 4c
|
|---|
| 1154 | test.sh: Result of query is correct.
|
|---|
| 1155 | test.sh: Result of query is correct.
|
|---|
| 1156 | ----------------------------------------------------------------------
|
|---|
| 1157 |
|
|---|
| 1158 | test.sh: running queries in 007-aoi_tiling_2D_default.rasql
|
|---|
| 1159 |
|
|---|
| 1160 | test.sh: creating collection... ok.
|
|---|
| 1161 | test.sh: creating collection... ok.
|
|---|
| 1162 | ----------------------------------------------------------------------
|
|---|
| 1163 | test.sh: 007-aoi_tiling_2D_default.rasql.0:
|
|---|
| 1164 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling area of interest [0:9,0:9]
|
|---|
| 1165 | test.sh: Result of query is correct.
|
|---|
| 1166 | test.sh: Result of query is correct.
|
|---|
| 1167 | ----------------------------------------------------------------------
|
|---|
| 1168 |
|
|---|
| 1169 | test.sh: running queries in 008-aoi_tiling_2D_subtiling.rasql
|
|---|
| 1170 |
|
|---|
| 1171 | test.sh: creating collection... ok.
|
|---|
| 1172 | test.sh: creating collection... ok.
|
|---|
| 1173 | ----------------------------------------------------------------------
|
|---|
| 1174 | test.sh: 008-aoi_tiling_2D_subtiling.rasql.0:
|
|---|
| 1175 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling area of interest [0:9,0:9] with subtiling
|
|---|
| 1176 | test.sh: Result of query is correct.
|
|---|
| 1177 | test.sh: Result of query is correct.
|
|---|
| 1178 | ----------------------------------------------------------------------
|
|---|
| 1179 |
|
|---|
| 1180 | test.sh: running queries in 009-aoi_tiling_2D_nolimit.rasql
|
|---|
| 1181 |
|
|---|
| 1182 | test.sh: creating collection... ok.
|
|---|
| 1183 | test.sh: creating collection... ok.
|
|---|
| 1184 | ----------------------------------------------------------------------
|
|---|
| 1185 | test.sh: 009-aoi_tiling_2D_nolimit.rasql.0:
|
|---|
| 1186 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling area of interest [0:9,0:9] with no_limit
|
|---|
| 1187 | test.sh: Result of query is correct.
|
|---|
| 1188 | test.sh: Result of query is correct.
|
|---|
| 1189 | ----------------------------------------------------------------------
|
|---|
| 1190 |
|
|---|
| 1191 | test.sh: running queries in 010-aoi_tiling_2D_regroup.rasql
|
|---|
| 1192 |
|
|---|
| 1193 | test.sh: creating collection... ok.
|
|---|
| 1194 | test.sh: creating collection... ok.
|
|---|
| 1195 | ----------------------------------------------------------------------
|
|---|
| 1196 | test.sh: 010-aoi_tiling_2D_regroup.rasql.0:
|
|---|
| 1197 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling area of interest [0:9,0:9] with regroup
|
|---|
| 1198 | test.sh: Result of query is correct.
|
|---|
| 1199 | test.sh: Result of query is correct.
|
|---|
| 1200 | ----------------------------------------------------------------------
|
|---|
| 1201 |
|
|---|
| 1202 | test.sh: running queries in 011-aoi_tiling_2D_regroupandsubtiling.rasql
|
|---|
| 1203 |
|
|---|
| 1204 | test.sh: creating collection... ok.
|
|---|
| 1205 | test.sh: creating collection... ok.
|
|---|
| 1206 | ----------------------------------------------------------------------
|
|---|
| 1207 | test.sh: 011-aoi_tiling_2D_regroupandsubtiling.rasql.0:
|
|---|
| 1208 | test.sh: insert into test_coll values marray i in [0:19,0:19] values 1c tiling area of interest [0:9,0:9] with regroup_and_subtiling
|
|---|
| 1209 | test.sh: Result of query is correct.
|
|---|
| 1210 | test.sh: Result of query is correct.
|
|---|
| 1211 |
|
|---|
| 1212 | test.sh: -------------------------------------------------------
|
|---|
| 1213 | test.sh: Test summary
|
|---|
| 1214 | test.sh:
|
|---|
| 1215 | test.sh: Test finished at: Wed Jul 2 09:42:40 CEST 2014
|
|---|
| 1216 | test.sh: Total tests run : 72
|
|---|
| 1217 | test.sh: Successful tests: 72
|
|---|
| 1218 | test.sh: Failed tests : 0
|
|---|
| 1219 | test.sh: Skipped tests : 0
|
|---|
| 1220 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_mandatory/test_tiling/log
|
|---|
| 1221 | test.sh: -------------------------------------------------------
|
|---|
| 1222 |
|
|---|
| 1223 |
|
|---|
| 1224 | found old log file, shifting it to testcases_mandatory/test_user/log.save
|
|---|
| 1225 | test.sh: testing rasdaman authentication at Wed Jul 2 09:42:40 CEST 2014
|
|---|
| 1226 | +++ good cases
|
|---|
| 1227 | +++ +++ write
|
|---|
| 1228 | +++ +++ read
|
|---|
| 1229 | +++ +++ write (2)
|
|---|
| 1230 | +++ +++ set up test env for subsequent cases
|
|---|
| 1231 | +++ good cases done.
|
|---|
| 1232 | +++ bad cases
|
|---|
| 1233 | +++ +++ nonex login
|
|---|
| 1234 | rasdaman error 802: RasManager Error: Access denied, incorrect user/password.
|
|---|
| 1235 | Recognized bad case, exit code 255
|
|---|
| 1236 | +++ +++ write op with r/o login
|
|---|
| 1237 | rasdaman error 803: RasManager Error: Access denied, no permission for operation.
|
|---|
| 1238 | Recognized bad case, exit code 255
|
|---|
| 1239 | rasdaman error 803: RasManager Error: Access denied, no permission for operation.
|
|---|
| 1240 | Recognized bad case, exit code 255
|
|---|
| 1241 | rasdaman error 803: RasManager Error: Access denied, no permission for operation.
|
|---|
| 1242 | Recognized bad case, exit code 255
|
|---|
| 1243 | +++ +++ wrong passwd
|
|---|
| 1244 | rasdaman error 802: RasManager Error: Access denied, incorrect user/password.
|
|---|
| 1245 | Recognized bad case, exit code 255
|
|---|
| 1246 | rasdaman error 802: RasManager Error: Access denied, incorrect user/password.
|
|---|
| 1247 | Recognized bad case, exit code 255
|
|---|
| 1248 | +++ bad cases done.
|
|---|
| 1249 | +++ cleanup:
|
|---|
| 1250 | test.sh: done at Wed Jul 2 09:42:41 CEST 2014.
|
|---|
| 1251 |
|
|---|
| 1252 |
|
|---|
| 1253 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_open/test_select/log.save
|
|---|
| 1254 | test.sh: starting test at Wed Jul 2 09:42:41 CEST 2014
|
|---|
| 1255 | test.sh:
|
|---|
| 1256 | test.sh: test initialization...
|
|---|
| 1257 | test.sh: creating collection... ok.
|
|---|
| 1258 | test.sh: inserting data... ok.
|
|---|
| 1259 | test.sh: creating collection... ok.
|
|---|
| 1260 | test.sh: inserting data... ok.
|
|---|
| 1261 | test.sh: creating collection... ok.
|
|---|
| 1262 | test.sh: inserting data... ok.
|
|---|
| 1263 | test.sh: running tests
|
|---|
| 1264 |
|
|---|
| 1265 | ----------------------------------------------------------------------
|
|---|
| 1266 | test.sh: test query in general_array_condenser_max.rasql
|
|---|
| 1267 |
|
|---|
| 1268 | bug is fixed
|
|---|
| 1269 | ----------------------------------------------------------------------
|
|---|
| 1270 | test.sh: test query in general_array_condenser_min.rasql
|
|---|
| 1271 |
|
|---|
| 1272 | bug is fixed
|
|---|
| 1273 | ----------------------------------------------------------------------
|
|---|
| 1274 | test.sh: test query in induction_all_operations_==.rasql
|
|---|
| 1275 |
|
|---|
| 1276 | rasdaman error 300: Parsing error 300 in line 1, column 19: Unexpected name =.
|
|---|
| 1277 | bug is unfixed
|
|---|
| 1278 | ----------------------------------------------------------------------
|
|---|
| 1279 | test.sh: test query in scaling.rasql
|
|---|
| 1280 |
|
|---|
| 1281 | rasdaman error 410: Execution error 410 in line 1, column 26, near token [: Operand of point expression must be of type integer.
|
|---|
| 1282 | bug is unfixed
|
|---|
| 1283 | ----------------------------------------------------------------------
|
|---|
| 1284 | test.sh: test query in struct_component_selection_3.rasql
|
|---|
| 1285 |
|
|---|
| 1286 | rasdaman error 370: Execution error 370 in line 1, column 82, near token .: Struct selector is not valid.
|
|---|
| 1287 | bug is unfixed
|
|---|
| 1288 | ----------------------------------------------------------------------
|
|---|
| 1289 | test.sh: test query in the_array_bound_asterisk.rasql
|
|---|
| 1290 |
|
|---|
| 1291 | rasdaman error 357: Execution error 357 in line 1, column 31, near token a: Variable is unknown.
|
|---|
| 1292 | bug is unfixed
|
|---|
| 1293 |
|
|---|
| 1294 | test.sh: -------------------------------------------------------
|
|---|
| 1295 | test.sh: Test summary
|
|---|
| 1296 | test.sh:
|
|---|
| 1297 | test.sh: Test finished at: Wed Jul 2 09:42:44 CEST 2014
|
|---|
| 1298 | test.sh: Total tests run : 6
|
|---|
| 1299 | test.sh: Successful tests: 2
|
|---|
| 1300 | test.sh: Failed tests : 4
|
|---|
| 1301 | test.sh: Skipped tests : 0
|
|---|
| 1302 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_open/test_select/log
|
|---|
| 1303 | test.sh: -------------------------------------------------------
|
|---|
| 1304 |
|
|---|
| 1305 |
|
|---|
| 1306 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_open/test_tickets/log.save
|
|---|
| 1307 | test.sh: starting test at Wed Jul 2 09:42:44 CEST 2014
|
|---|
| 1308 | test.sh:
|
|---|
| 1309 | test.sh: rgb already imported.
|
|---|
| 1310 | test.sh: mr already imported.
|
|---|
| 1311 | test.sh: eobstest already imported.
|
|---|
| 1312 | test.sh: mean_summer_airtemp already imported.
|
|---|
| 1313 | test.sh: mean_summer_airtemp_repeat already imported.
|
|---|
| 1314 | test.sh: float_4d already imported.
|
|---|
| 1315 | test.sh: double_1d already imported.
|
|---|
| 1316 | test.sh: irr_cube_1 already imported.
|
|---|
| 1317 | test.sh: irr_cube_2 already imported.
|
|---|
| 1318 | test.sh: creating collection... ok.
|
|---|
| 1319 | test.sh: inserting data... ok.
|
|---|
| 1320 | test.sh: creating collection... ok.
|
|---|
| 1321 | test.sh: inserting data... ok.
|
|---|
| 1322 | test.sh: creating collection... ok.
|
|---|
| 1323 | test.sh: inserting data... ok.
|
|---|
| 1324 |
|
|---|
| 1325 | running rasql test: 007-547_rgb_from_float.rasql.fixed
|
|---|
| 1326 | ticket URL: http://rasdaman.org/ticket/547
|
|---|
| 1327 |
|
|---|
| 1328 | select encode((((float)((((((data).1)/(((((((((0.1)*((data).2)))+(((0.1)*((data).0)))))+(((0.4)*((data).2)))))+(((0.4)*((data).2)))))))-(1)))) * {1c,0c,0c} + ((float)(((((100)*((((((data).0)-((data).1)))/((((data).2)+((data).1)))))))*((((((data).0)-((data).1)))/((((data).0)+((data).2)))))))) * {0c,1c,0c} + ((float)(((((100)*((((((data).2)-((data).1)))/((((data).2)+((data).1)))))))*((((((data).1)-((data).2)))/((((data).1)+((data).2)))))))) * {0c,0c,1c}), "GTiff", "NODATA=65535;65535;65535;") from test_float AS data
|
|---|
| 1329 |
|
|---|
| 1330 | test.sh: running pre-test script...
|
|---|
| 1331 | test.sh: image comparison
|
|---|
| 1332 | test.sh: -> TEST PASSED
|
|---|
| 1333 | --------------------------------------------------------------------------------------------
|
|---|
| 1334 | test.sh: running post-test script...
|
|---|
| 1335 | running rasql test: 008-358_subset_doesnt_intersect_domain.rasql.fixed
|
|---|
| 1336 | ticket URL: http://rasdaman.org/ticket/358
|
|---|
| 1337 |
|
|---|
| 1338 | select csv(c[7:7,-46:-46,150110:150113]) from eobstest AS c
|
|---|
| 1339 |
|
|---|
| 1340 | test.sh: byte comparison
|
|---|
| 1341 | test.sh: -> TEST PASSED
|
|---|
| 1342 | --------------------------------------------------------------------------------------------
|
|---|
| 1343 | running rasql test: 009-326_insert_segfault.rasql
|
|---|
| 1344 | ticket URL: http://rasdaman.org/ticket/326
|
|---|
| 1345 |
|
|---|
| 1346 | select csv(c) from test_insert as c
|
|---|
| 1347 |
|
|---|
| 1348 | test.sh: running pre-test script...
|
|---|
| 1349 | rasdaman error 0: Exception: Transfer Failed
|
|---|
| 1350 | rasdaman error 355: Execution error 355 in line 1, column 20, near token test_insert: Collection name is unknown.
|
|---|
| 1351 | rasdaman error 355: Execution error 355 in line 1, column 20, near token test_insert: Collection name is unknown.
|
|---|
| 1352 | test.sh: byte comparison
|
|---|
| 1353 | test.sh: -> TEST SKIPPED
|
|---|
| 1354 | --------------------------------------------------------------------------------------------
|
|---|
| 1355 | test.sh: running post-test script...
|
|---|
| 1356 | running rasql test: 010-648_composite_type_aggregation.rasql
|
|---|
| 1357 | ticket URL: http://rasdaman.org/ticket/648
|
|---|
| 1358 |
|
|---|
| 1359 | select max_cells(c) from test_aggregate as c
|
|---|
| 1360 |
|
|---|
| 1361 | test.sh: running pre-test script...
|
|---|
| 1362 | Using error text file: /home/bidesh/RasWork/install/share/rasdaman//errtxts
|
|---|
| 1363 | rasdl: rasdaman schema and database manipulation tool, rasdaman v9.0.3-ge71d172 on base DBMS pgsql -- generated on 01.07.2014 13:15:12.
|
|---|
| 1364 | Reading rasdaman data definition file /tmp/types.dl...inserting symbols into database...ok
|
|---|
| 1365 | ok
|
|---|
| 1366 | rasdl done.
|
|---|
| 1367 |
|
|---|
| 1368 | rasdaman error 0: Exception: Transfer Failed
|
|---|
| 1369 | rasdaman error 0: Exception: Transfer Failed
|
|---|
| 1370 | test.sh: byte comparison
|
|---|
| 1371 | test.sh: -> TEST SKIPPED
|
|---|
| 1372 | --------------------------------------------------------------------------------------------
|
|---|
| 1373 | test.sh: running post-test script...
|
|---|
| 1374 | --------------------------------------------------------
|
|---|
| 1375 |
|
|---|
| 1376 |
|
|---|
| 1377 | test.sh: -------------------------------------------------------
|
|---|
| 1378 | test.sh: Test summary
|
|---|
| 1379 | test.sh:
|
|---|
| 1380 | test.sh: Test finished at: Wed Jul 2 09:42:51 CEST 2014
|
|---|
| 1381 | test.sh: Total tests run : 4
|
|---|
| 1382 | test.sh: Successful tests: 2
|
|---|
| 1383 | test.sh: Failed tests : 0
|
|---|
| 1384 | test.sh: Skipped tests : 2
|
|---|
| 1385 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_open/test_tickets/log
|
|---|
| 1386 | test.sh: -------------------------------------------------------
|
|---|
| 1387 |
|
|---|
| 1388 |
|
|---|
| 1389 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_fixed/test_memleak/log.save
|
|---|
| 1390 | test.sh: starting test at Wed Jul 2 09:42:51 CEST 2014
|
|---|
| 1391 | test.sh:
|
|---|
| 1392 | test.sh: memleak test pass
|
|---|
| 1393 |
|
|---|
| 1394 |
|
|---|
| 1395 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/log.save
|
|---|
| 1396 | test.sh: starting test at Wed Jul 2 09:42:52 CEST 2014
|
|---|
| 1397 | test.sh:
|
|---|
| 1398 | test.sh: Testing service: secore
|
|---|
| 1399 |
|
|---|
| 1400 | running test: 01-single_crs.kvp
|
|---|
| 1401 |
|
|---|
| 1402 | /crs?authority=EPSG&version=0&code=4327
|
|---|
| 1403 |
|
|---|
| 1404 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/01-single_crs.kvp.out for oracle comparison... ok.
|
|---|
| 1405 | test.sh: byte comparison
|
|---|
| 1406 | test.sh: -> TEST PASSED
|
|---|
| 1407 | --------------------------------------------------------------------------------------------
|
|---|
| 1408 | running test: 01-single_crs.rest
|
|---|
| 1409 |
|
|---|
| 1410 | /crs/EPSG/0/4327
|
|---|
| 1411 |
|
|---|
| 1412 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/01-single_crs.rest.out for oracle comparison... ok.
|
|---|
| 1413 | test.sh: byte comparison
|
|---|
| 1414 | test.sh: -> TEST PASSED
|
|---|
| 1415 | --------------------------------------------------------------------------------------------
|
|---|
| 1416 | running test: 02-single_crs_unordered_keys.kvp
|
|---|
| 1417 |
|
|---|
| 1418 | /crs?authority=EPSG&code=4327&version=0
|
|---|
| 1419 |
|
|---|
| 1420 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/02-single_crs_unordered_keys.kvp.out for oracle comparison... ok.
|
|---|
| 1421 | test.sh: byte comparison
|
|---|
| 1422 | test.sh: -> TEST PASSED
|
|---|
| 1423 | --------------------------------------------------------------------------------------------
|
|---|
| 1424 | running test: 03-single_crs_missing_authority.error.kvp
|
|---|
| 1425 |
|
|---|
| 1426 | /crs?version=0&code=4327
|
|---|
| 1427 |
|
|---|
| 1428 | test.sh: http exit code comparison
|
|---|
| 1429 | test.sh: -> TEST PASSED
|
|---|
| 1430 | --------------------------------------------------------------------------------------------
|
|---|
| 1431 | running test: 04-single_crs_missing_version.error.kvp
|
|---|
| 1432 |
|
|---|
| 1433 | /crs?authority=EPSG&code=4327
|
|---|
| 1434 |
|
|---|
| 1435 | test.sh: http exit code comparison
|
|---|
| 1436 | test.sh: -> TEST PASSED
|
|---|
| 1437 | --------------------------------------------------------------------------------------------
|
|---|
| 1438 | running test: 05-crs_directory.kvp
|
|---|
| 1439 |
|
|---|
| 1440 | /crs?authority=OGC&version=0
|
|---|
| 1441 |
|
|---|
| 1442 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/05-crs_directory.kvp.out for oracle comparison... ok.
|
|---|
| 1443 | test.sh: byte comparison
|
|---|
| 1444 | test.sh: -> TEST FAILED
|
|---|
| 1445 | --------------------------------------------------------------------------------------------
|
|---|
| 1446 | running test: 05-crs_directory.rest
|
|---|
| 1447 |
|
|---|
| 1448 | /crs/OGC/0
|
|---|
| 1449 |
|
|---|
| 1450 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/05-crs_directory.rest.out for oracle comparison... ok.
|
|---|
| 1451 | test.sh: byte comparison
|
|---|
| 1452 | test.sh: -> TEST FAILED
|
|---|
| 1453 | --------------------------------------------------------------------------------------------
|
|---|
| 1454 | running test: 06-single_crs_misspelled_key.error.kvp
|
|---|
| 1455 |
|
|---|
| 1456 | /crs?authority=EPSG&version=0&c0d3=4327
|
|---|
| 1457 |
|
|---|
| 1458 | test.sh: http exit code comparison
|
|---|
| 1459 | test.sh: -> TEST PASSED
|
|---|
| 1460 | --------------------------------------------------------------------------------------------
|
|---|
| 1461 | running test: 07-single_crs_case_insensitive_keys.kvp
|
|---|
| 1462 |
|
|---|
| 1463 | /crs?AUTHORITY=EPSG&version=0&cOdE=4327
|
|---|
| 1464 |
|
|---|
| 1465 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/07-single_crs_case_insensitive_keys.kvp.out for oracle comparison... ok.
|
|---|
| 1466 | test.sh: byte comparison
|
|---|
| 1467 | test.sh: -> TEST PASSED
|
|---|
| 1468 | --------------------------------------------------------------------------------------------
|
|---|
| 1469 | running test: 08-single_crs_case_sensitive_values.error.kvp
|
|---|
| 1470 |
|
|---|
| 1471 | /crs?authority=epsg&version=0&code=4327
|
|---|
| 1472 |
|
|---|
| 1473 | test.sh: http exit code comparison
|
|---|
| 1474 | test.sh: -> TEST PASSED
|
|---|
| 1475 | --------------------------------------------------------------------------------------------
|
|---|
| 1476 | running test: 08-single_crs_case_sensitive_values.error.rest
|
|---|
| 1477 |
|
|---|
| 1478 | /crs/epsg/0/4327
|
|---|
| 1479 |
|
|---|
| 1480 | test.sh: http exit code comparison
|
|---|
| 1481 | test.sh: -> TEST PASSED
|
|---|
| 1482 | --------------------------------------------------------------------------------------------
|
|---|
| 1483 | running test: 09-single_crs_illegal_optional_parameter.error.kvp
|
|---|
| 1484 |
|
|---|
| 1485 | /crs?authority=EPSG&version=0&code=4327&foo=qwerty
|
|---|
| 1486 |
|
|---|
| 1487 | test.sh: http exit code comparison
|
|---|
| 1488 | test.sh: -> TEST PASSED
|
|---|
| 1489 | --------------------------------------------------------------------------------------------
|
|---|
| 1490 | running test: 09-single_crs_illegal_optional_parameter.error.rest
|
|---|
| 1491 |
|
|---|
| 1492 | /crs/EPSG/0/4327?foo=qwerty
|
|---|
| 1493 |
|
|---|
| 1494 | test.sh: http exit code comparison
|
|---|
| 1495 | test.sh: -> TEST PASSED
|
|---|
| 1496 | --------------------------------------------------------------------------------------------
|
|---|
| 1497 | running test: 10-crs_equality.kvp
|
|---|
| 1498 |
|
|---|
| 1499 | /equal?
|
|---|
| 1500 | 1=%SECORE_URL%%2Fcrs%2FEPSG%2F0%2F4327&
|
|---|
| 1501 | 2=%SECORE_URL%%2Fcrs?authority%3DEPSG%26version%3D0%26code%3D4327
|
|---|
| 1502 |
|
|---|
| 1503 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/10-crs_equality.kvp.out for oracle comparison... ok.
|
|---|
| 1504 | test.sh: byte comparison
|
|---|
| 1505 | test.sh: -> TEST PASSED
|
|---|
| 1506 | --------------------------------------------------------------------------------------------
|
|---|
| 1507 | running test: 11-crs_inequality.kvp
|
|---|
| 1508 |
|
|---|
| 1509 | /equal?
|
|---|
| 1510 | 1=%SECORE_URL%%2Fcrs?authority%3DEPSG%26code%3D4326%26version%3D0&
|
|---|
| 1511 | 2=%SECORE_URL%%2Fcrs?authority%3DEPSG%26version%3D0%26code%3D4327
|
|---|
| 1512 |
|
|---|
| 1513 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/11-crs_inequality.kvp.out for oracle comparison... ok.
|
|---|
| 1514 | test.sh: byte comparison
|
|---|
| 1515 | test.sh: -> TEST PASSED
|
|---|
| 1516 | --------------------------------------------------------------------------------------------
|
|---|
| 1517 | running test: 12-compound_crs.kvp
|
|---|
| 1518 |
|
|---|
| 1519 | /crs-compound?
|
|---|
| 1520 | 1=%SECORE_URL%%2Fcrs%2FEPSG%2F0%2F4327&
|
|---|
| 1521 | 2=%SECORE_URL%%2Fcrs?authority%3DEPSG%26version%3D0%26code%3D5715
|
|---|
| 1522 |
|
|---|
| 1523 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/12-compound_crs.kvp.out for oracle comparison... ok.
|
|---|
| 1524 | test.sh: byte comparison
|
|---|
| 1525 | test.sh: -> TEST PASSED
|
|---|
| 1526 | --------------------------------------------------------------------------------------------
|
|---|
| 1527 | running test: 13-compound_crs_wrong_index.error.kvp
|
|---|
| 1528 |
|
|---|
| 1529 | /crs-compound?
|
|---|
| 1530 | 3=%SECORE_URL%%2Fcrs%2FEPSG%2F0%2F4327&
|
|---|
| 1531 | 2=%SECORE_URL%%2Fcrs?authority%3DEPSG%26version%3D0%26code%3D5715
|
|---|
| 1532 |
|
|---|
| 1533 | test.sh: http exit code comparison
|
|---|
| 1534 | test.sh: -> TEST PASSED
|
|---|
| 1535 | --------------------------------------------------------------------------------------------
|
|---|
| 1536 | running test: 14-compound_crs_with_compound_crs.error.kvp
|
|---|
| 1537 |
|
|---|
| 1538 | /crs-compound?
|
|---|
| 1539 | 1=%SECORE_URL%%2Fcrs%2FEPSG%2F0%2F4327&
|
|---|
| 1540 | 2=%SECORE_URL%%2Fcrs-compound%3F1%3D%SECORE_URL%%2Fcrs%2FEPSG%2F0%2F4327%262%3D%SECORE_URL%%2Fcrs%2FEPSG%2F0%2F5715
|
|---|
| 1541 |
|
|---|
| 1542 | test.sh: http exit code comparison
|
|---|
| 1543 | test.sh: -> TEST PASSED
|
|---|
| 1544 | --------------------------------------------------------------------------------------------
|
|---|
| 1545 | running test: 15-parametrized_crs.kvp
|
|---|
| 1546 |
|
|---|
| 1547 | /crs?authority=AUTO&version=1.3&code=42001&lon=10
|
|---|
| 1548 |
|
|---|
| 1549 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/15-parametrized_crs.kvp.out for oracle comparison... ok.
|
|---|
| 1550 | test.sh: byte comparison
|
|---|
| 1551 | test.sh: -> TEST FAILED
|
|---|
| 1552 | --------------------------------------------------------------------------------------------
|
|---|
| 1553 | running test: 15-parametrized_crs.rest
|
|---|
| 1554 |
|
|---|
| 1555 | /crs/AUTO/1.3/42001?lon=10
|
|---|
| 1556 |
|
|---|
| 1557 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/15-parametrized_crs.rest.out for oracle comparison... ok.
|
|---|
| 1558 | test.sh: byte comparison
|
|---|
| 1559 | test.sh: -> TEST FAILED
|
|---|
| 1560 | --------------------------------------------------------------------------------------------
|
|---|
| 1561 | running test: 16-parametrized_crs_illegal_parameter.error.kvp
|
|---|
| 1562 |
|
|---|
| 1563 | /crs/AUTO/1.3/42001?foo=10
|
|---|
| 1564 |
|
|---|
| 1565 | test.sh: http exit code comparison
|
|---|
| 1566 | test.sh: -> TEST PASSED
|
|---|
| 1567 | --------------------------------------------------------------------------------------------
|
|---|
| 1568 | running test: 16-parametrized_crs_illegal_parameter.error.rest
|
|---|
| 1569 |
|
|---|
| 1570 | /crs?authority=AUTO&version=1.3&code=42001&foo=10
|
|---|
| 1571 |
|
|---|
| 1572 | test.sh: http exit code comparison
|
|---|
| 1573 | test.sh: -> TEST PASSED
|
|---|
| 1574 | --------------------------------------------------------------------------------------------
|
|---|
| 1575 | running test: 17-compound_crs_with_parametrized_crs.kvp
|
|---|
| 1576 |
|
|---|
| 1577 | /crs-compound?
|
|---|
| 1578 | 1=%SECORE_URL%%2Fcrs?authority%3DAUTO%26version%3D1.3%26code%3D42001%26lon%3D10&
|
|---|
| 1579 | 2=%SECORE_URL%%2Fcrs?authority%3DEPSG%26version%3D0%26code%3D5715
|
|---|
| 1580 |
|
|---|
| 1581 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/output/17-compound_crs_with_parametrized_crs.kvp.out for oracle comparison... ok.
|
|---|
| 1582 | test.sh: byte comparison
|
|---|
| 1583 | test.sh: -> TEST PASSED
|
|---|
| 1584 | --------------------------------------------------------------------------------------------
|
|---|
| 1585 | running test: 18-invalid_code_t559.error.rest
|
|---|
| 1586 |
|
|---|
| 1587 | /crs/EPSG/0/432
|
|---|
| 1588 |
|
|---|
| 1589 | test.sh: http exit code comparison
|
|---|
| 1590 | test.sh: -> TEST PASSED
|
|---|
| 1591 | --------------------------------------------------------------------------------------------
|
|---|
| 1592 |
|
|---|
| 1593 | test.sh: -------------------------------------------------------
|
|---|
| 1594 | test.sh: Test summary
|
|---|
| 1595 | test.sh:
|
|---|
| 1596 | test.sh: Test finished at: Wed Jul 2 09:43:03 CEST 2014
|
|---|
| 1597 | test.sh: Total tests run : 24
|
|---|
| 1598 | test.sh: Successful tests: 20
|
|---|
| 1599 | test.sh: Failed tests : 4
|
|---|
| 1600 | test.sh: Skipped tests : 0
|
|---|
| 1601 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_secore/log
|
|---|
| 1602 | test.sh: -------------------------------------------------------
|
|---|
| 1603 |
|
|---|
| 1604 |
|
|---|
| 1605 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcps/log.save
|
|---|
| 1606 | test.sh: starting test at Wed Jul 2 09:43:03 CEST 2014
|
|---|
| 1607 | test.sh:
|
|---|
| 1608 | test.sh: Testing service: wcps
|
|---|
| 1609 | test.sh: rgb already imported.
|
|---|
| 1610 | test.sh: mr already imported.
|
|---|
| 1611 | test.sh: eobstest already imported.
|
|---|
| 1612 | test.sh: mean_summer_airtemp already imported.
|
|---|
| 1613 | test.sh: mean_summer_airtemp_repeat already imported.
|
|---|
| 1614 | test.sh: float_4d already imported.
|
|---|
| 1615 | test.sh: double_1d already imported.
|
|---|
| 1616 | test.sh: irr_cube_1 already imported.
|
|---|
| 1617 | test.sh: irr_cube_2 already imported.
|
|---|
| 1618 |
|
|---|
| 1619 | running test: 01-just_trim.test
|
|---|
| 1620 |
|
|---|
| 1621 | for c in ( rgb ) return encode( c[ i(0:100), j(0:100) ], "png", "nodata=0" )
|
|---|
| 1622 |
|
|---|
| 1623 | test.sh: byte comparison
|
|---|
| 1624 | test.sh: -> TEST FAILED
|
|---|
| 1625 | --------------------------------------------------------------------------------------------
|
|---|
| 1626 | running test: 02-trim_field_difference.test
|
|---|
| 1627 |
|
|---|
| 1628 | for c in ( rgb ) return encode( ((char) abs( c.1 - c.0 ))[ i(0:250), j(0:200) ], "png", "nodata=0" )
|
|---|
| 1629 |
|
|---|
| 1630 | test.sh: byte comparison
|
|---|
| 1631 | test.sh: -> TEST FAILED
|
|---|
| 1632 | --------------------------------------------------------------------------------------------
|
|---|
| 1633 | running test: 03-simple_count.test
|
|---|
| 1634 |
|
|---|
| 1635 | for c in ( rgb ) return count( c.1 = 0 )
|
|---|
| 1636 |
|
|---|
| 1637 | test.sh: byte comparison
|
|---|
| 1638 | test.sh: -> TEST FAILED
|
|---|
| 1639 | --------------------------------------------------------------------------------------------
|
|---|
| 1640 | running test: 04-vegetation_index.test
|
|---|
| 1641 |
|
|---|
| 1642 | for c in ( rgb ) return encode((char) ( ((c.0 / ((float)c.0 + c.1))-(c.1 / ((float)c.0 + c.1))) > 0.6 ) * 255, "png", "nodata=0" )
|
|---|
| 1643 |
|
|---|
| 1644 | test.sh: byte comparison
|
|---|
| 1645 | test.sh: -> TEST FAILED
|
|---|
| 1646 | --------------------------------------------------------------------------------------------
|
|---|
| 1647 | running test: 05-just_encode.test
|
|---|
| 1648 |
|
|---|
| 1649 | for c in ( rgb ) return encode( c, "png", "nodata=0" )
|
|---|
| 1650 |
|
|---|
| 1651 | test.sh: byte comparison
|
|---|
| 1652 | test.sh: -> TEST FAILED
|
|---|
| 1653 | --------------------------------------------------------------------------------------------
|
|---|
| 1654 | running test: 06-just_cast_inverse.test
|
|---|
| 1655 |
|
|---|
| 1656 | for c in ( rgb ) return encode( ((char)255 - c.red)[i(50:150),j(50:150)], "png", "nodata=0" )
|
|---|
| 1657 |
|
|---|
| 1658 | test.sh: byte comparison
|
|---|
| 1659 | test.sh: -> TEST FAILED
|
|---|
| 1660 | --------------------------------------------------------------------------------------------
|
|---|
| 1661 | running test: 07-just_slice.test
|
|---|
| 1662 |
|
|---|
| 1663 | for m in ( mr ) return encode( slice( m, {i(10)} ), "csv" )
|
|---|
| 1664 |
|
|---|
| 1665 | test.sh: byte comparison
|
|---|
| 1666 | test.sh: -> TEST FAILED
|
|---|
| 1667 | --------------------------------------------------------------------------------------------
|
|---|
| 1668 | running test: 08-just_encode_field.test
|
|---|
| 1669 |
|
|---|
| 1670 | for m in ( rgb ) return encode( m.red, "png", "nodata=0" )
|
|---|
| 1671 |
|
|---|
| 1672 | test.sh: byte comparison
|
|---|
| 1673 | test.sh: -> TEST FAILED
|
|---|
| 1674 | --------------------------------------------------------------------------------------------
|
|---|
| 1675 | running test: 09-just_log.test
|
|---|
| 1676 |
|
|---|
| 1677 | for s in ( rgb ) return encode( log((s.2)[ i(100:200), j(100:200) ] ), "png", "nodata=0" )
|
|---|
| 1678 |
|
|---|
| 1679 | test.sh: byte comparison
|
|---|
| 1680 | test.sh: -> TEST FAILED
|
|---|
| 1681 | --------------------------------------------------------------------------------------------
|
|---|
| 1682 | running test: 100-trim_crs1_wrong_order.error.test
|
|---|
| 1683 |
|
|---|
| 1684 | for c in ( eobstest ) return encode( c[ Long:"CRS:1"(226:138) ], "csv")
|
|---|
| 1685 |
|
|---|
| 1686 | test.sh: http exit code comparison
|
|---|
| 1687 | test.sh: -> TEST PASSED
|
|---|
| 1688 | --------------------------------------------------------------------------------------------
|
|---|
| 1689 | running test: 101-max_delta_px_history.test
|
|---|
| 1690 |
|
|---|
| 1691 | for c in (irr_cube_2) return encode (
|
|---|
| 1692 | coverage max_delta_pixel_history
|
|---|
| 1693 | over $t t ( 1 : 3 )
|
|---|
| 1694 | values max((c[E(100000:110000), N(5100000:5110000), ansi:"CRS:1"($t)]).b1 -
|
|---|
| 1695 | (c[E(100000:110000), N(5100000:5110000), ansi:"CRS:1"($t - 1)]).b2)
|
|---|
| 1696 | , "csv")
|
|---|
| 1697 |
|
|---|
| 1698 | test.sh: byte comparison
|
|---|
| 1699 | test.sh: -> TEST FAILED
|
|---|
| 1700 | --------------------------------------------------------------------------------------------
|
|---|
| 1701 | running test: 102-scaled_irr_series.test
|
|---|
| 1702 |
|
|---|
| 1703 | for c in (irr_cube_2) return encode (
|
|---|
| 1704 | scale( slice( (c[ansi("2008-01-01T00Z":"2008-01-01T12Z")]).b2, ansi:"CRS:1"(0)),
|
|---|
| 1705 | { N:"CRS:1"(0:1), E:"CRS:1"(0:2) } )
|
|---|
| 1706 | , "csv")
|
|---|
| 1707 |
|
|---|
| 1708 | test.sh: byte comparison
|
|---|
| 1709 | test.sh: -> TEST FAILED
|
|---|
| 1710 | --------------------------------------------------------------------------------------------
|
|---|
| 1711 | running test: 103-slice_scale_gridcov.test
|
|---|
| 1712 |
|
|---|
| 1713 | for c in (float_4d)
|
|---|
| 1714 | return encode(
|
|---|
| 1715 | scale(c[i(0),j(0)], { k(0:10), m(0:1) }),
|
|---|
| 1716 | "csv")
|
|---|
| 1717 |
|
|---|
| 1718 | test.sh: byte comparison
|
|---|
| 1719 | test.sh: -> TEST FAILED
|
|---|
| 1720 | --------------------------------------------------------------------------------------------
|
|---|
| 1721 | running test: 104-scale_slice_ticket773.test
|
|---|
| 1722 |
|
|---|
| 1723 | for c in (eobstest)
|
|---|
| 1724 | return encode(
|
|---|
| 1725 | scale( c[t("1950-01-01"), Long(43:44), Lat(24:24)],
|
|---|
| 1726 | imageCrsDomain(c[t("1950-01-01"), Long(43:44), Lat(24:24)])),
|
|---|
| 1727 | "csv")
|
|---|
| 1728 |
|
|---|
| 1729 | test.sh: byte comparison
|
|---|
| 1730 | test.sh: -> TEST FAILED
|
|---|
| 1731 | --------------------------------------------------------------------------------------------
|
|---|
| 1732 | running test: 10-just_field_difference.test
|
|---|
| 1733 |
|
|---|
| 1734 | for s in ( rgb ) return encode( s.0 - s.1, "png", "nodata=0" )
|
|---|
| 1735 |
|
|---|
| 1736 | test.sh: byte comparison
|
|---|
| 1737 | test.sh: -> TEST FAILED
|
|---|
| 1738 | --------------------------------------------------------------------------------------------
|
|---|
| 1739 | running test: 11_vegetation_index_computation.test
|
|---|
| 1740 |
|
|---|
| 1741 | for s in ( rgb ) return encode((char) (s.0 - s.1)/(s.0 + s.1), "png", "nodata=0" )
|
|---|
| 1742 |
|
|---|
| 1743 | test.sh: byte comparison
|
|---|
| 1744 | test.sh: -> TEST FAILED
|
|---|
| 1745 | --------------------------------------------------------------------------------------------
|
|---|
| 1746 | running test: 12-vegetation_index.test
|
|---|
| 1747 |
|
|---|
| 1748 | for s in ( rgb ) return encode( ((s.0-s.1)/(s.0+s.1)) > 0.1, "png", "nodata=0" )
|
|---|
| 1749 |
|
|---|
| 1750 | test.sh: byte comparison
|
|---|
| 1751 | test.sh: -> TEST FAILED
|
|---|
| 1752 | --------------------------------------------------------------------------------------------
|
|---|
| 1753 | running test: 13-just_encode_three_coverages.test
|
|---|
| 1754 |
|
|---|
| 1755 | for s in ( rgb, rgb, rgb ) return encode( s[ i(0:100), j(0:100) ], "png", "nodata=0" )
|
|---|
| 1756 |
|
|---|
| 1757 | test.sh: byte comparison
|
|---|
| 1758 | test.sh: -> TEST FAILED
|
|---|
| 1759 | --------------------------------------------------------------------------------------------
|
|---|
| 1760 | running test: 14_count_vegetation_cells.test
|
|---|
| 1761 |
|
|---|
| 1762 | for s in ( rgb, rgb, rgb ) return
|
|---|
| 1763 | count( (s.0+s.1)/(s.0-s.1) >= 0)
|
|---|
| 1764 | test.sh: byte comparison
|
|---|
| 1765 | test.sh: -> TEST FAILED
|
|---|
| 1766 | --------------------------------------------------------------------------------------------
|
|---|
| 1767 | running test: 15-construct_simple_gray_gradient.test
|
|---|
| 1768 |
|
|---|
| 1769 | for c in ( rgb )
|
|---|
| 1770 | return encode(
|
|---|
| 1771 | (char)
|
|---|
| 1772 | coverage greyImage
|
|---|
| 1773 | over $first x(51:150),
|
|---|
| 1774 | $second y(0:99)
|
|---|
| 1775 | values $first
|
|---|
| 1776 | , "png", "nodata=0" )
|
|---|
| 1777 |
|
|---|
| 1778 | test.sh: byte comparison
|
|---|
| 1779 | test.sh: -> TEST FAILED
|
|---|
| 1780 | --------------------------------------------------------------------------------------------
|
|---|
| 1781 | running test: 16-simple_histogram.test
|
|---|
| 1782 |
|
|---|
| 1783 | for c in ( mr )
|
|---|
| 1784 | return encode(
|
|---|
| 1785 | coverage histogram
|
|---|
| 1786 | over $n x(0:255)
|
|---|
| 1787 | values count( c = $n )
|
|---|
| 1788 | , "csv" )
|
|---|
| 1789 | test.sh: byte comparison
|
|---|
| 1790 | test.sh: -> TEST FAILED
|
|---|
| 1791 | --------------------------------------------------------------------------------------------
|
|---|
| 1792 | running test: 17-climate_over_earth.test
|
|---|
| 1793 |
|
|---|
| 1794 | for clouds in ( mr ),
|
|---|
| 1795 | mask in ( mr )
|
|---|
| 1796 | return encode(
|
|---|
| 1797 | (char) clouds[ i(0) ] * mask[ i(0) ]
|
|---|
| 1798 | , "csv" )
|
|---|
| 1799 |
|
|---|
| 1800 | test.sh: byte comparison
|
|---|
| 1801 | test.sh: -> TEST FAILED
|
|---|
| 1802 | --------------------------------------------------------------------------------------------
|
|---|
| 1803 | running test: 18-climate_over_water.test
|
|---|
| 1804 |
|
|---|
| 1805 | for clouds in ( mr),
|
|---|
| 1806 | mask in ( mr)
|
|---|
| 1807 | return encode(
|
|---|
| 1808 | (char) clouds[ i(0) ] * (mask[ i(0) ] = 0)
|
|---|
| 1809 | , "csv" )
|
|---|
| 1810 |
|
|---|
| 1811 | test.sh: byte comparison
|
|---|
| 1812 | test.sh: -> TEST FAILED
|
|---|
| 1813 | --------------------------------------------------------------------------------------------
|
|---|
| 1814 | running test: 19-just_sinus.test
|
|---|
| 1815 |
|
|---|
| 1816 | for c in (rgb) return encode(sin((c.1)[ i(100:200), j(100:200) ]), "png", "nodata=0")
|
|---|
| 1817 |
|
|---|
| 1818 | test.sh: byte comparison
|
|---|
| 1819 | test.sh: -> TEST FAILED
|
|---|
| 1820 | --------------------------------------------------------------------------------------------
|
|---|
| 1821 | running test: 20-just_tangent.test
|
|---|
| 1822 |
|
|---|
| 1823 | for c in (rgb) return encode(tan((c.1)[ i(100:200), j(100:200) ]), "png", "nodata=0")
|
|---|
| 1824 |
|
|---|
| 1825 | test.sh: byte comparison
|
|---|
| 1826 | test.sh: -> TEST FAILED
|
|---|
| 1827 | --------------------------------------------------------------------------------------------
|
|---|
| 1828 | running test: 21-just_exponent.test
|
|---|
| 1829 |
|
|---|
| 1830 | for c in (rgb) return encode(exp((c.1)[ i(100:200), j(100:200) ]/100), "png", "nodata=0")
|
|---|
| 1831 |
|
|---|
| 1832 | test.sh: byte comparison
|
|---|
| 1833 | test.sh: -> TEST FAILED
|
|---|
| 1834 | --------------------------------------------------------------------------------------------
|
|---|
| 1835 | running test: 22-just_max_double.test
|
|---|
| 1836 |
|
|---|
| 1837 | for c in ( rgb ) return max((double)c.2)
|
|---|
| 1838 |
|
|---|
| 1839 | test.sh: byte comparison
|
|---|
| 1840 | test.sh: -> TEST FAILED
|
|---|
| 1841 | --------------------------------------------------------------------------------------------
|
|---|
| 1842 | running test: 23_shown_only_green_areas.test
|
|---|
| 1843 |
|
|---|
| 1844 | for r in (rgb)
|
|---|
| 1845 | return encode(
|
|---|
| 1846 | r * ((r.green > 130) and (r.red < 110) and (r.blue < 140))
|
|---|
| 1847 | , "png", "nodata=0")
|
|---|
| 1848 |
|
|---|
| 1849 | test.sh: byte comparison
|
|---|
| 1850 | test.sh: -> TEST FAILED
|
|---|
| 1851 | --------------------------------------------------------------------------------------------
|
|---|
| 1852 | running test: 24-condense_coverage_one_var.test
|
|---|
| 1853 |
|
|---|
| 1854 | for a in (rgb) return
|
|---|
| 1855 | condense +
|
|---|
| 1856 | over $x x(1:10)
|
|---|
| 1857 | using $x * (a[i($x), j(10)]).red
|
|---|
| 1858 |
|
|---|
| 1859 | test.sh: byte comparison
|
|---|
| 1860 | test.sh: -> TEST FAILED
|
|---|
| 1861 | --------------------------------------------------------------------------------------------
|
|---|
| 1862 | running test: 25-condense_field_two_vars.test
|
|---|
| 1863 |
|
|---|
| 1864 | for a in (rgb) return
|
|---|
| 1865 | condense +
|
|---|
| 1866 | over $kx x (1:10),
|
|---|
| 1867 | $ky y (25:75)
|
|---|
| 1868 | using $kx * (a[i($kx),j($ky)]).red
|
|---|
| 1869 |
|
|---|
| 1870 | test.sh: byte comparison
|
|---|
| 1871 | test.sh: -> TEST FAILED
|
|---|
| 1872 | --------------------------------------------------------------------------------------------
|
|---|
| 1873 | running test: 26-constant_coverage.test
|
|---|
| 1874 |
|
|---|
| 1875 | for c in (rgb) return
|
|---|
| 1876 | encode(
|
|---|
| 1877 | coverage const
|
|---|
| 1878 | over $px x(0:1)
|
|---|
| 1879 | value list <0;1>
|
|---|
| 1880 | , "csv")
|
|---|
| 1881 | test.sh: byte comparison
|
|---|
| 1882 | test.sh: -> TEST FAILED
|
|---|
| 1883 | --------------------------------------------------------------------------------------------
|
|---|
| 1884 | running test: 27-construct_boring_histogram.test
|
|---|
| 1885 |
|
|---|
| 1886 | for c in ( mr )
|
|---|
| 1887 | return
|
|---|
| 1888 | encode( coverage histogram
|
|---|
| 1889 | over $n x(0:20)
|
|---|
| 1890 | values condense +
|
|---|
| 1891 | over $px x(0:20),
|
|---|
| 1892 | $py y(0:20)
|
|---|
| 1893 | using 1,
|
|---|
| 1894 | "csv" )
|
|---|
| 1895 |
|
|---|
| 1896 | test.sh: byte comparison
|
|---|
| 1897 | test.sh: -> TEST FAILED
|
|---|
| 1898 | --------------------------------------------------------------------------------------------
|
|---|
| 1899 | running test: 28-construct_histogram_range_condition.test
|
|---|
| 1900 |
|
|---|
| 1901 | for c in ( mr )
|
|---|
| 1902 | return
|
|---|
| 1903 | encode( coverage histogram
|
|---|
| 1904 | over $n x(-20:20)
|
|---|
| 1905 | values condense +
|
|---|
| 1906 | over $px x(10:20),
|
|---|
| 1907 | $py y(10:20)
|
|---|
| 1908 | using c[ i($px), j($py) ]>$n - 1 and c[ i($px), j($py) ]<=$n,
|
|---|
| 1909 | "csv" )
|
|---|
| 1910 |
|
|---|
| 1911 | test.sh: byte comparison
|
|---|
| 1912 | test.sh: -> TEST FAILED
|
|---|
| 1913 | --------------------------------------------------------------------------------------------
|
|---|
| 1914 | running test: 29-filter_image(lines).test
|
|---|
| 1915 |
|
|---|
| 1916 | for c in (rgb) return encode((char)
|
|---|
| 1917 | coverage filteredImage
|
|---|
| 1918 | over $px x(10:240),
|
|---|
| 1919 | $py y(10:230)
|
|---|
| 1920 | values
|
|---|
| 1921 | condense +
|
|---|
| 1922 | over $kx x(-1:1),
|
|---|
| 1923 | $ky y(-1:1)
|
|---|
| 1924 | using
|
|---|
| 1925 | (coverage kernel
|
|---|
| 1926 | over $x x (-1:1),
|
|---|
| 1927 | $y y(-1:1)
|
|---|
| 1928 | value list < 1; 1; 1; 0; 0; 0; -1; -1; -1 >
|
|---|
| 1929 | )[x($kx),y($ky)]
|
|---|
| 1930 | *
|
|---|
| 1931 | (c[i($px+$kx),j($py+$ky)]).red
|
|---|
| 1932 | , "png", "nodata=0")
|
|---|
| 1933 |
|
|---|
| 1934 | test.sh: byte comparison
|
|---|
| 1935 | test.sh: -> TEST FAILED
|
|---|
| 1936 | --------------------------------------------------------------------------------------------
|
|---|
| 1937 | running test: 30-construct_count.test
|
|---|
| 1938 |
|
|---|
| 1939 | for c in ( mr )
|
|---|
| 1940 | return encode(
|
|---|
| 1941 | coverage histogram
|
|---|
| 1942 | over $n x(0:2)
|
|---|
| 1943 | values count( c = $n )
|
|---|
| 1944 | , "csv" )
|
|---|
| 1945 |
|
|---|
| 1946 | test.sh: byte comparison
|
|---|
| 1947 | test.sh: -> TEST FAILED
|
|---|
| 1948 | --------------------------------------------------------------------------------------------
|
|---|
| 1949 | running test: 31-Discrete_Fourier.test
|
|---|
| 1950 |
|
|---|
| 1951 | for c in (rgb) return
|
|---|
| 1952 | encode(
|
|---|
| 1953 |
|
|---|
| 1954 | coverage DFT
|
|---|
| 1955 | over $xx x(65:70),
|
|---|
| 1956 | $xy y(65:70)
|
|---|
| 1957 | values
|
|---|
| 1958 | condense +
|
|---|
| 1959 | over $ux x(65:70),
|
|---|
| 1960 | $uy y(65:70)
|
|---|
| 1961 | using
|
|---|
| 1962 | c[i($ux),j($uy)]
|
|---|
| 1963 | *
|
|---|
| 1964 | cos(
|
|---|
| 1965 | ( -2 * (22.0/7.0) )
|
|---|
| 1966 | *
|
|---|
| 1967 | (
|
|---|
| 1968 | ( (double) ($ux*$xx) / (70 - 65 + 1) )
|
|---|
| 1969 | +
|
|---|
| 1970 | ( (double) ($uy*$xy) / (70 - 65 + 1 ) )
|
|---|
| 1971 | )
|
|---|
| 1972 | )
|
|---|
| 1973 | , "png", "nodata=0")
|
|---|
| 1974 |
|
|---|
| 1975 | test.sh: byte comparison
|
|---|
| 1976 | test.sh: -> TEST SKIPPED
|
|---|
| 1977 | --------------------------------------------------------------------------------------------
|
|---|
| 1978 | running test: 32-construct_condense_cosinus_gray_image.test
|
|---|
| 1979 |
|
|---|
| 1980 | for c in (mr) return encode((char)
|
|---|
| 1981 | coverage DFT
|
|---|
| 1982 | over $px x(0:10),
|
|---|
| 1983 | $py y(0:10)
|
|---|
| 1984 | values
|
|---|
| 1985 | condense +
|
|---|
| 1986 | over $kx x(0:10),
|
|---|
| 1987 | $ky y(0:10)
|
|---|
| 1988 | using cos(0.6) , "png", "nodata=0")
|
|---|
| 1989 |
|
|---|
| 1990 | test.sh: byte comparison
|
|---|
| 1991 | test.sh: -> TEST FAILED
|
|---|
| 1992 | --------------------------------------------------------------------------------------------
|
|---|
| 1993 | running test: 33-construct_condense_gray_image.test
|
|---|
| 1994 |
|
|---|
| 1995 | for c in (mr) return encode((char)
|
|---|
| 1996 | coverage gray_image
|
|---|
| 1997 | over $px x(0:10),
|
|---|
| 1998 | $py y(0:10)
|
|---|
| 1999 | values
|
|---|
| 2000 | condense +
|
|---|
| 2001 | over $kx x(0:10),
|
|---|
| 2002 | $ky y(0:10)
|
|---|
| 2003 | using 1 , "png", "nodata=0")
|
|---|
| 2004 |
|
|---|
| 2005 | test.sh: byte comparison
|
|---|
| 2006 | test.sh: -> TEST FAILED
|
|---|
| 2007 | --------------------------------------------------------------------------------------------
|
|---|
| 2008 | running test: 34-where_clause.test
|
|---|
| 2009 |
|
|---|
| 2010 | for c in (mr)
|
|---|
| 2011 | where avg(c)>30
|
|---|
| 2012 | return
|
|---|
| 2013 | encode (c, "png", "nodata=0")
|
|---|
| 2014 |
|
|---|
| 2015 | test.sh: byte comparison
|
|---|
| 2016 | test.sh: -> TEST FAILED
|
|---|
| 2017 | --------------------------------------------------------------------------------------------
|
|---|
| 2018 | running test: 35-coordinates_in_wgs84_crs.test
|
|---|
| 2019 |
|
|---|
| 2020 | for c in (mr) return encode(c [i:"CRS:1" (1:100), j:"CRS:1" (1:100) ], "png", "nodata=0")
|
|---|
| 2021 |
|
|---|
| 2022 | test.sh: byte comparison
|
|---|
| 2023 | test.sh: -> TEST FAILED
|
|---|
| 2024 | --------------------------------------------------------------------------------------------
|
|---|
| 2025 | running test: 36-simple_overlay.test
|
|---|
| 2026 |
|
|---|
| 2027 | for c in (rgb) return encode(c[ i(0:100), j(0:100) ] overlay (char)(c[ i(0:100), j(0:100) ] * 3), "png", "nodata=0")
|
|---|
| 2028 |
|
|---|
| 2029 | test.sh: byte comparison
|
|---|
| 2030 | test.sh: -> TEST FAILED
|
|---|
| 2031 | --------------------------------------------------------------------------------------------
|
|---|
| 2032 | running test: 37-simple_extend.test
|
|---|
| 2033 |
|
|---|
| 2034 | for c in (rgb) return encode(extend(c, i(0:500), j(0:500) ), "png", "nodata=0")
|
|---|
| 2035 |
|
|---|
| 2036 | test.sh: byte comparison
|
|---|
| 2037 | test.sh: -> TEST FAILED
|
|---|
| 2038 | --------------------------------------------------------------------------------------------
|
|---|
| 2039 | running test: 38-complex_extend.test
|
|---|
| 2040 |
|
|---|
| 2041 | for t in (rgb) return encode(extend( (t + (char)50), i :"CRS:1" ( 0:500 ), j: "CRS:1" (0: 500) ), "png", "nodata=0" )
|
|---|
| 2042 |
|
|---|
| 2043 | test.sh: byte comparison
|
|---|
| 2044 | test.sh: -> TEST FAILED
|
|---|
| 2045 | --------------------------------------------------------------------------------------------
|
|---|
| 2046 | running test: 39-complex_extend-2.test
|
|---|
| 2047 |
|
|---|
| 2048 | for t in (mr) return encode(extend( t, i :"CRS:1" ( 0:500 ), j: "CRS:1" (0: 500) ) + (char) 0 , "png", "nodata=0" )
|
|---|
| 2049 |
|
|---|
| 2050 | test.sh: byte comparison
|
|---|
| 2051 | test.sh: -> TEST FAILED
|
|---|
| 2052 | --------------------------------------------------------------------------------------------
|
|---|
| 2053 | running test: 40-range_structure.test
|
|---|
| 2054 |
|
|---|
| 2055 | for c in ( rgb ) return
|
|---|
| 2056 | encode(
|
|---|
| 2057 | c.red *
|
|---|
| 2058 | {
|
|---|
| 2059 | red: (char) 1;
|
|---|
| 2060 | green: (char) 2;
|
|---|
| 2061 | blue: (char) 3
|
|---|
| 2062 | },
|
|---|
| 2063 | "png", "nodata=0")
|
|---|
| 2064 |
|
|---|
| 2065 | test.sh: byte comparison
|
|---|
| 2066 | test.sh: -> TEST FAILED
|
|---|
| 2067 | --------------------------------------------------------------------------------------------
|
|---|
| 2068 | running test: 41-filter_calculation_reloaded.test
|
|---|
| 2069 |
|
|---|
| 2070 | for c in (mr) return
|
|---|
| 2071 | encode((char)
|
|---|
| 2072 | coverage filteredImage
|
|---|
| 2073 | over $px x(1:100),
|
|---|
| 2074 | $py y(1:100)
|
|---|
| 2075 | values
|
|---|
| 2076 | sqrt(abs(
|
|---|
| 2077 | condense +
|
|---|
| 2078 | over $kx x(-1:1),
|
|---|
| 2079 | $ky y(-1:1)
|
|---|
| 2080 | using
|
|---|
| 2081 | ((((double)coverage kernel
|
|---|
| 2082 | over $x x(-1:1),
|
|---|
| 2083 | $y y(-1:1)
|
|---|
| 2084 | value list < -1; 0; 1; -2; 0; 2;-1; 0; 1 >)[x($kx),y($ky)])
|
|---|
| 2085 | *(c[i($px+$kx),j($py+$ky)])/(8*5.13712275))
|
|---|
| 2086 | ))
|
|---|
| 2087 | , "png", "nodata=0")
|
|---|
| 2088 |
|
|---|
| 2089 | test.sh: byte comparison
|
|---|
| 2090 | test.sh: -> TEST FAILED
|
|---|
| 2091 | --------------------------------------------------------------------------------------------
|
|---|
| 2092 | running test: 42-filter_calculation.test
|
|---|
| 2093 |
|
|---|
| 2094 | for c in (mr) return encode((char)
|
|---|
| 2095 | coverage filteredImage
|
|---|
| 2096 | over $px x(1:100),
|
|---|
| 2097 | $py y(1:100)
|
|---|
| 2098 | values
|
|---|
| 2099 | (
|
|---|
| 2100 | condense +
|
|---|
| 2101 | over $kx x(-1:1),
|
|---|
| 2102 | $ky y(-1:1)
|
|---|
| 2103 | using
|
|---|
| 2104 | ((((double)coverage kernel
|
|---|
| 2105 | over $x x (-1:1),
|
|---|
| 2106 | $y y(-1:1)
|
|---|
| 2107 | value list < -1; 0; 1; -2; 0; 2;-1; 0; 1 >) [x($kx),y($ky)])
|
|---|
| 2108 | *(c[i($px+$kx),j($py+$ky)])/(8*5.13712275))
|
|---|
| 2109 | )
|
|---|
| 2110 | , "png", "nodata=0")
|
|---|
| 2111 |
|
|---|
| 2112 | test.sh: byte comparison
|
|---|
| 2113 | test.sh: -> TEST FAILED
|
|---|
| 2114 | --------------------------------------------------------------------------------------------
|
|---|
| 2115 | running test: 43-encoder_options.test
|
|---|
| 2116 |
|
|---|
| 2117 | for a in (mr) return
|
|---|
| 2118 | encode(a[ i(0:100), j(0:100) ],"dem", "startx=0,starty=0,endx=100,endy=100,resx=0.1,resy=0.15")
|
|---|
| 2119 |
|
|---|
| 2120 | test.sh: byte comparison
|
|---|
| 2121 | test.sh: -> TEST FAILED
|
|---|
| 2122 | --------------------------------------------------------------------------------------------
|
|---|
| 2123 | running test: 44-scaling_operation.test
|
|---|
| 2124 |
|
|---|
| 2125 | for c in (rgb)
|
|---|
| 2126 | return encode(scale(c, { i(1:100), j(1:100) }), "png", "nodata=0")
|
|---|
| 2127 |
|
|---|
| 2128 | test.sh: byte comparison
|
|---|
| 2129 | test.sh: -> TEST FAILED
|
|---|
| 2130 | --------------------------------------------------------------------------------------------
|
|---|
| 2131 | running test: 45-scaling_operation_mr.test
|
|---|
| 2132 |
|
|---|
| 2133 | for c in (mr) return encode(
|
|---|
| 2134 | scale(
|
|---|
| 2135 | trim(c, { i (120:130), j (50:60) }),
|
|---|
| 2136 | { i (0:100), j (0:100) }, { }),
|
|---|
| 2137 | "png", "nodata=0")
|
|---|
| 2138 |
|
|---|
| 2139 | test.sh: byte comparison
|
|---|
| 2140 | test.sh: -> TEST FAILED
|
|---|
| 2141 | --------------------------------------------------------------------------------------------
|
|---|
| 2142 | running test: 46-mix_scale_trim.test
|
|---|
| 2143 |
|
|---|
| 2144 | for c in ( mr )
|
|---|
| 2145 | return
|
|---|
| 2146 | encode( c[i(100),j(50:60)] , "csv" )
|
|---|
| 2147 |
|
|---|
| 2148 | test.sh: byte comparison
|
|---|
| 2149 | test.sh: -> TEST FAILED
|
|---|
| 2150 | --------------------------------------------------------------------------------------------
|
|---|
| 2151 | running test: 47-get-metadata-identifier.test
|
|---|
| 2152 |
|
|---|
| 2153 | for c in ( mr )
|
|---|
| 2154 | return
|
|---|
| 2155 | identifier(c)
|
|---|
| 2156 | test.sh: byte comparison
|
|---|
| 2157 | test.sh: -> TEST FAILED
|
|---|
| 2158 | --------------------------------------------------------------------------------------------
|
|---|
| 2159 | running test: 48-slice_scale.test
|
|---|
| 2160 |
|
|---|
| 2161 | for c in ( eobstest )
|
|---|
| 2162 | return
|
|---|
| 2163 | encode( scale( c[t(2)], { Long:"CRS:1"(0:20), Lat:"CRS:1"(0:20) } ) , "csv" )
|
|---|
| 2164 |
|
|---|
| 2165 | test.sh: byte comparison
|
|---|
| 2166 | test.sh: -> TEST FAILED
|
|---|
| 2167 | --------------------------------------------------------------------------------------------
|
|---|
| 2168 | running test: 49-range_structure_4_bands.test
|
|---|
| 2169 |
|
|---|
| 2170 | for c in ( rgb )
|
|---|
| 2171 | return
|
|---|
| 2172 | encode(
|
|---|
| 2173 | {
|
|---|
| 2174 | red: c.red;
|
|---|
| 2175 | green: c.green;
|
|---|
| 2176 | blue: c.blue;
|
|---|
| 2177 | alpha: c.blue
|
|---|
| 2178 | }, "png", "nodata=0")
|
|---|
| 2179 |
|
|---|
| 2180 | test.sh: byte comparison
|
|---|
| 2181 | test.sh: -> TEST FAILED
|
|---|
| 2182 | --------------------------------------------------------------------------------------------
|
|---|
| 2183 | running test: 50-arithmetic_operation_ticket227.test
|
|---|
| 2184 |
|
|---|
| 2185 | for c in (mr) return
|
|---|
| 2186 | encode(
|
|---|
| 2187 | count(trim(c, {i(100:101),j(100:101)}) > 0) * 2,
|
|---|
| 2188 | "csv")
|
|---|
| 2189 |
|
|---|
| 2190 | test.sh: byte comparison
|
|---|
| 2191 | test.sh: -> TEST FAILED
|
|---|
| 2192 | --------------------------------------------------------------------------------------------
|
|---|
| 2193 | running test: 51-mixed_case_reduce.test
|
|---|
| 2194 |
|
|---|
| 2195 | for c in (mr) return AvG(c)
|
|---|
| 2196 |
|
|---|
| 2197 | test.sh: byte comparison
|
|---|
| 2198 | test.sh: -> TEST FAILED
|
|---|
| 2199 | --------------------------------------------------------------------------------------------
|
|---|
| 2200 | running test: 52-gtiff-params-filling.test
|
|---|
| 2201 |
|
|---|
| 2202 | for c in (eobstest) return encode(
|
|---|
| 2203 | c[
|
|---|
| 2204 | t(1),
|
|---|
| 2205 | Long:"http://www.opengis.net/def/crs/EPSG/0/4326" (20:35),
|
|---|
| 2206 | Lat:"http://www.opengis.net/def/crs/EPSG/0/4326" (10:15)]),
|
|---|
| 2207 | "tiff", "nodata=0")
|
|---|
| 2208 |
|
|---|
| 2209 | test.sh: byte comparison
|
|---|
| 2210 | test.sh: -> TEST FAILED
|
|---|
| 2211 | --------------------------------------------------------------------------------------------
|
|---|
| 2212 | running test: 53-jpeg2000-params-filling.test
|
|---|
| 2213 |
|
|---|
| 2214 | for c in (eobstest) return encode(
|
|---|
| 2215 | c[
|
|---|
| 2216 | t(1),
|
|---|
| 2217 | Long:"http://www.opengis.net/def/crs/EPSG/0/4326" (20:35),
|
|---|
| 2218 | Lat:"http://www.opengis.net/def/crs/EPSG/0/4326" (10:15)]),
|
|---|
| 2219 | "jpeg2000", "nodata=0")
|
|---|
| 2220 |
|
|---|
| 2221 | test.sh: byte comparison
|
|---|
| 2222 | test.sh: -> TEST FAILED
|
|---|
| 2223 | --------------------------------------------------------------------------------------------
|
|---|
| 2224 | running test: 54-simple_extend_cbrace.test
|
|---|
| 2225 |
|
|---|
| 2226 | for c in (rgb) return encode(extend(c, {i(0:500), j(0:500)} ), "png", "nodata=0")
|
|---|
| 2227 |
|
|---|
| 2228 | test.sh: byte comparison
|
|---|
| 2229 | test.sh: -> TEST FAILED
|
|---|
| 2230 | --------------------------------------------------------------------------------------------
|
|---|
| 2231 | running test: 55-complex_extend_cbrace.test
|
|---|
| 2232 |
|
|---|
| 2233 | for t in (rgb) return encode(extend( (t + (char)50), {i :"CRS:1" ( 0:500 ), j: "CRS:1" (0: 500)} ), "png", "nodata=0" )
|
|---|
| 2234 |
|
|---|
| 2235 | test.sh: byte comparison
|
|---|
| 2236 | test.sh: -> TEST FAILED
|
|---|
| 2237 | --------------------------------------------------------------------------------------------
|
|---|
| 2238 | running test: 56-complex_extend-2_cbrace.test
|
|---|
| 2239 |
|
|---|
| 2240 | for t in (mr) return encode(extend( t, {i :"CRS:1" ( 0:500 ), j: "CRS:1" (0: 500) ) + (char) 0 }, "png", "nodata=0" )
|
|---|
| 2241 |
|
|---|
| 2242 | test.sh: byte comparison
|
|---|
| 2243 | test.sh: -> TEST FAILED
|
|---|
| 2244 | --------------------------------------------------------------------------------------------
|
|---|
| 2245 | running test: 57-coverage_constructor_t355.test
|
|---|
| 2246 |
|
|---|
| 2247 | for c in (eobstest)
|
|---|
| 2248 | return
|
|---|
| 2249 | encode(
|
|---|
| 2250 | coverage temp
|
|---|
| 2251 | over
|
|---|
| 2252 | $pt t(0:1)
|
|---|
| 2253 | values (count(c[t($pt)]=30)) / (count(c[t($pt)]!=0)) * 100,
|
|---|
| 2254 | "csv")
|
|---|
| 2255 |
|
|---|
| 2256 | test.sh: byte comparison
|
|---|
| 2257 | test.sh: -> TEST FAILED
|
|---|
| 2258 | --------------------------------------------------------------------------------------------
|
|---|
| 2259 | running test: 58-overlay_performance_t349.test
|
|---|
| 2260 |
|
|---|
| 2261 | for c in (mr)
|
|---|
| 2262 | return encode(
|
|---|
| 2263 | (char)(({
|
|---|
| 2264 | red: ((char)((c < 20) * 200));
|
|---|
| 2265 | green: ((char)((c < 20) * 10));
|
|---|
| 2266 | blue: ((char)((c < 20) * 10))
|
|---|
| 2267 | }
|
|---|
| 2268 | overlay
|
|---|
| 2269 | (char){
|
|---|
| 2270 | red: ((char)((c >= 20 and c < 25) * 255));
|
|---|
| 2271 | green: ((char)((c >= 20 and c < 25) * 165));
|
|---|
| 2272 | blue: ((char)((c >= 20 and c < 25) * 0))
|
|---|
| 2273 | }
|
|---|
| 2274 | overlay
|
|---|
| 2275 | (char){
|
|---|
| 2276 | red: ((char)((c >= 25 and c < 30) * 255));
|
|---|
| 2277 | green: ((char)((c >= 25 and c < 30) * 215));
|
|---|
| 2278 | blue: ((char)((c >= 25 and c < 30) * 0))
|
|---|
| 2279 | }
|
|---|
| 2280 | overlay
|
|---|
| 2281 | (char){
|
|---|
| 2282 | red: ((char)((c >= 30 and c < 35) * 255));
|
|---|
| 2283 | green: ((char)((c >= 30 and c < 35) * 255));
|
|---|
| 2284 | blue: ((char)((c >= 30 and c < 35) * 0))
|
|---|
| 2285 | }
|
|---|
| 2286 | overlay
|
|---|
| 2287 | (char){
|
|---|
| 2288 | red: ((char)((c >= 35 and c < 40) * 173));
|
|---|
| 2289 | green: ((char)((c >= 35 and c < 40) * 255));
|
|---|
| 2290 | blue: ((char)((c >= 35 and c < 40) * 47))
|
|---|
| 2291 | }
|
|---|
| 2292 | overlay
|
|---|
| 2293 | (char){
|
|---|
| 2294 | red: ((char)((c >= 40 and c < 45) * 20));
|
|---|
| 2295 | green: ((char)((c >= 40 and c < 45) * 255));
|
|---|
| 2296 | blue: ((char)((c >= 40 and c < 45) * 20))
|
|---|
| 2297 | }
|
|---|
| 2298 | overlay
|
|---|
| 2299 | (char){
|
|---|
| 2300 | red: ((char)((c >= 45 and c < 50) * 10));
|
|---|
| 2301 | green: ((char)((c >= 45 and c < 50) * 200));
|
|---|
| 2302 | blue: ((char)((c >= 45 and c < 50) * 10))
|
|---|
| 2303 | }
|
|---|
| 2304 | overlay
|
|---|
| 2305 | (char){
|
|---|
| 2306 | red: ((char)((c >= 50 and c < 55) * 0));
|
|---|
| 2307 | green: ((char)((c >= 50 and c < 55) * 136));
|
|---|
| 2308 | blue: ((char)((c >= 50 and c < 55) * 0))
|
|---|
| 2309 | }
|
|---|
| 2310 | overlay
|
|---|
| 2311 | (char){
|
|---|
| 2312 | red: ((char)((c >= 55 and c < 253) * 0));
|
|---|
| 2313 | green: ((char)((c >= 55 and c < 253) * 0));
|
|---|
| 2314 | blue: ((char)((c >= 55 and c < 253) * 255))
|
|---|
| 2315 | }
|
|---|
| 2316 | overlay
|
|---|
| 2317 | (char){
|
|---|
| 2318 | red: ((char)((c = 253) * 0));
|
|---|
| 2319 | green: ((char)((c = 253) * 0));
|
|---|
| 2320 | blue: ((char)((c = 253) * 250))
|
|---|
| 2321 | }
|
|---|
| 2322 | overlay
|
|---|
| 2323 | (char){
|
|---|
| 2324 | red: ((char)((c = 254) * 255));
|
|---|
| 2325 | green: ((char)((c = 254) * 235));
|
|---|
| 2326 | blue: ((char)((c = 254) * 190))
|
|---|
| 2327 | }
|
|---|
| 2328 | overlay
|
|---|
| 2329 | (char){
|
|---|
| 2330 | red: ((char)(c = 255) * 80);
|
|---|
| 2331 | green: ((char)(c = 255) * 80);
|
|---|
| 2332 | blue: ((char)(c = 255) * 80)
|
|---|
| 2333 | }
|
|---|
| 2334 |
|
|---|
| 2335 | )[i(10:20),j(37:40)])
|
|---|
| 2336 | ,
|
|---|
| 2337 | "png", "nodata=0")
|
|---|
| 2338 |
|
|---|
| 2339 | test.sh: byte comparison
|
|---|
| 2340 | test.sh: -> TEST FAILED
|
|---|
| 2341 | --------------------------------------------------------------------------------------------
|
|---|
| 2342 | running test: 59-sqrt_big_query.test
|
|---|
| 2343 |
|
|---|
| 2344 | for c in (eobstest)
|
|---|
| 2345 | return sqrt(
|
|---|
| 2346 | (
|
|---|
| 2347 | (
|
|---|
| 2348 | add(
|
|---|
| 2349 | coverage averagesOverTime
|
|---|
| 2350 | over $T t(0:2)
|
|---|
| 2351 | values
|
|---|
| 2352 | (
|
|---|
| 2353 | (((1/(count((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T + 1)]) <= 250)) * add(((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T + 1)]) * ((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T + 1)]) <= 250))) )) * 0.004 - 0.08)
|
|---|
| 2354 | -
|
|---|
| 2355 | avg(coverage averagesOverTime2
|
|---|
| 2356 | over $T2 t(0:2)
|
|---|
| 2357 | values(((1/(count((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T2 + 1)]) <= 250)) * add(((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T2 + 1)]) * ((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T2 + 1)]) <= 250))) )) * 0.004 - 0.08))
|
|---|
| 2358 | )
|
|---|
| 2359 | *
|
|---|
| 2360 | (
|
|---|
| 2361 | (((1/(count((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T + 1)]) <= 250)) * add(((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T + 1)]) * ((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T + 1)]) <= 250))) )) * 0.004 - 0.08)
|
|---|
| 2362 | -
|
|---|
| 2363 | avg(coverage averagesOverTime3
|
|---|
| 2364 | over $T3 t(0:2)
|
|---|
| 2365 | values(((1/(count((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T3 + 1)]) <= 250)) * add(((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T3 + 1)]) * ((c[Long:"CRS:1"(15:20),Lat:"CRS:1"(0:5),t(1 * $T3 + 1)]) <= 250))) )) * 0.004 - 0.08)
|
|---|
| 2366 | )
|
|---|
| 2367 | )
|
|---|
| 2368 | )
|
|---|
| 2369 | )) / 15)
|
|---|
| 2370 |
|
|---|
| 2371 | test.sh: byte comparison
|
|---|
| 2372 | test.sh: -> TEST FAILED
|
|---|
| 2373 | --------------------------------------------------------------------------------------------
|
|---|
| 2374 | running test: 60-boolean_scalar_expr-t372.test
|
|---|
| 2375 |
|
|---|
| 2376 | for c in (mr)
|
|---|
| 2377 | return (max(c[i(100:100),j(100:100)]) = 1)
|
|---|
| 2378 |
|
|---|
| 2379 | test.sh: byte comparison
|
|---|
| 2380 | test.sh: -> TEST FAILED
|
|---|
| 2381 | --------------------------------------------------------------------------------------------
|
|---|
| 2382 | running test: 61-general_condense_where-t371.test
|
|---|
| 2383 |
|
|---|
| 2384 | for c in (mr)
|
|---|
| 2385 | return condense +
|
|---|
| 2386 | over $x x(0:100),
|
|---|
| 2387 | $y y(0:100)
|
|---|
| 2388 | where (max(c[i($x:$x),j($y:$y)]) < 100)
|
|---|
| 2389 | using c[i($x),j($y)]
|
|---|
| 2390 |
|
|---|
| 2391 |
|
|---|
| 2392 | test.sh: byte comparison
|
|---|
| 2393 | test.sh: -> TEST FAILED
|
|---|
| 2394 | --------------------------------------------------------------------------------------------
|
|---|
| 2395 | running test: 73-get_metadata_crsset_t422.test
|
|---|
| 2396 |
|
|---|
| 2397 | for c in (mean_summer_airtemp) return crsSet(c)
|
|---|
| 2398 | test.sh: custom script
|
|---|
| 2399 | 1d0
|
|---|
| 2400 | < Long:/crs/EPSG/0/4326 CRS:1, Lat:/crs/EPSG/0/4326 CRS:1
|
|---|
| 2401 | test.sh: -> TEST FAILED
|
|---|
| 2402 | --------------------------------------------------------------------------------------------
|
|---|
| 2403 | running test: 74-switch_scalar.test
|
|---|
| 2404 |
|
|---|
| 2405 | for c in mr return encode(switch case c>20 return (char)2 case c>10 return (char)1 default return (char)0,"csv")
|
|---|
| 2406 | test.sh: byte comparison
|
|---|
| 2407 | test.sh: -> TEST FAILED
|
|---|
| 2408 | --------------------------------------------------------------------------------------------
|
|---|
| 2409 | running test: 75-switch_array.test
|
|---|
| 2410 |
|
|---|
| 2411 | for c in mr return encode(switch case c>0 return c default return (char)0,"csv")
|
|---|
| 2412 | test.sh: byte comparison
|
|---|
| 2413 | test.sh: -> TEST FAILED
|
|---|
| 2414 | --------------------------------------------------------------------------------------------
|
|---|
| 2415 | running test: 76-switch_log.test
|
|---|
| 2416 |
|
|---|
| 2417 | for c in mr return encode(switch case c>0 return log(c) default return (char)0,"csv")
|
|---|
| 2418 | test.sh: byte comparison
|
|---|
| 2419 | test.sh: -> TEST FAILED
|
|---|
| 2420 | --------------------------------------------------------------------------------------------
|
|---|
| 2421 | running test: 77-pow_operation_int.test
|
|---|
| 2422 |
|
|---|
| 2423 | for c in (mr) return encode( pow( c[i(100:110),j(100:110)], 2 ), "csv" )
|
|---|
| 2424 |
|
|---|
| 2425 | test.sh: byte comparison
|
|---|
| 2426 | test.sh: -> TEST FAILED
|
|---|
| 2427 | --------------------------------------------------------------------------------------------
|
|---|
| 2428 | running test: 78-pow_operation_float.test
|
|---|
| 2429 |
|
|---|
| 2430 | for c in (mr) return encode( pow( c[i(100:110),j(100:110)], 1.85 ), "csv" )
|
|---|
| 2431 |
|
|---|
| 2432 | test.sh: byte comparison
|
|---|
| 2433 | test.sh: -> TEST FAILED
|
|---|
| 2434 | --------------------------------------------------------------------------------------------
|
|---|
| 2435 | running test: 79-range_on_t_axis-t335.test
|
|---|
| 2436 |
|
|---|
| 2437 | for c in (eobstest)
|
|---|
| 2438 | return encode(
|
|---|
| 2439 | coverage averagesOverTime
|
|---|
| 2440 | over $T t(0:2)
|
|---|
| 2441 | values ( avg(c[t($T:$T + 1)] ) ),
|
|---|
| 2442 | "csv")
|
|---|
| 2443 |
|
|---|
| 2444 | test.sh: byte comparison
|
|---|
| 2445 | test.sh: -> TEST FAILED
|
|---|
| 2446 | --------------------------------------------------------------------------------------------
|
|---|
| 2447 | running test: 80-match_scale.test
|
|---|
| 2448 |
|
|---|
| 2449 | for c in ( mr ), c2 in (rgb)
|
|---|
| 2450 | return
|
|---|
| 2451 | avg( scale( c, imageCrsDomain(c2) ) )
|
|---|
| 2452 |
|
|---|
| 2453 | test.sh: byte comparison
|
|---|
| 2454 | test.sh: -> TEST FAILED
|
|---|
| 2455 | --------------------------------------------------------------------------------------------
|
|---|
| 2456 | running test: 81-gtiff_extend.test
|
|---|
| 2457 |
|
|---|
| 2458 | for t in (eobstest) return encode(extend( t[t(1)], { Long(-45:90), Lat(5:80) }, "tiff", "nodata=0" )
|
|---|
| 2459 |
|
|---|
| 2460 | test.sh: byte comparison
|
|---|
| 2461 | test.sh: -> TEST FAILED
|
|---|
| 2462 | --------------------------------------------------------------------------------------------
|
|---|
| 2463 | running test: 82-timestamp_in_subset.test
|
|---|
| 2464 |
|
|---|
| 2465 | for c in (eobstest) return encode(
|
|---|
| 2466 | c[
|
|---|
| 2467 | t("1950-01-02"),
|
|---|
| 2468 | Long(20:35),
|
|---|
| 2469 | Lat(10:15)]),
|
|---|
| 2470 | "tiff", "nodata=0")
|
|---|
| 2471 |
|
|---|
| 2472 | test.sh: byte comparison
|
|---|
| 2473 | test.sh: -> TEST FAILED
|
|---|
| 2474 | --------------------------------------------------------------------------------------------
|
|---|
| 2475 | running test: 83-match_scale_3d.test
|
|---|
| 2476 |
|
|---|
| 2477 | for c in ( mr ), d in (eobstest)
|
|---|
| 2478 | return avg(scale( c[i(120:150),j(120:150)], imageCrsDomain(d[t(0),Long:"CRS:1"(10:20),Lat:"CRS:1"(10:20)]) ))
|
|---|
| 2479 |
|
|---|
| 2480 | test.sh: byte comparison
|
|---|
| 2481 | test.sh: -> TEST FAILED
|
|---|
| 2482 | --------------------------------------------------------------------------------------------
|
|---|
| 2483 | running test: 84-minmax.test
|
|---|
| 2484 |
|
|---|
| 2485 | for c in (mean_summer_airtemp)
|
|---|
| 2486 | return
|
|---|
| 2487 | (condense min
|
|---|
| 2488 | over $py y (300:301)
|
|---|
| 2489 | using c[Long:"CRS:1"(100), Lat:"CRS:1"($py)])
|
|---|
| 2490 | +
|
|---|
| 2491 | (condense max
|
|---|
| 2492 | over $py y (300:301)
|
|---|
| 2493 | using c[Long:"CRS:1"(100), Lat:"CRS:1"($py)])
|
|---|
| 2494 |
|
|---|
| 2495 | test.sh: byte comparison
|
|---|
| 2496 | test.sh: -> TEST FAILED
|
|---|
| 2497 | --------------------------------------------------------------------------------------------
|
|---|
| 2498 | running test: 85-multiband_aggregation_t376.test
|
|---|
| 2499 |
|
|---|
| 2500 | for c in (rgb)
|
|---|
| 2501 | return
|
|---|
| 2502 | avg(c[i(100:102),j(100:102)])
|
|---|
| 2503 |
|
|---|
| 2504 | test.sh: byte comparison
|
|---|
| 2505 | test.sh: -> TEST FAILED
|
|---|
| 2506 | --------------------------------------------------------------------------------------------
|
|---|
| 2507 | running test: 86-get_metadata_domain.test
|
|---|
| 2508 |
|
|---|
| 2509 | for c in (eobstest) return domain(c, Long, "http://www.opengis.net/def/crs/EPSG/0/4326")
|
|---|
| 2510 |
|
|---|
| 2511 | test.sh: byte comparison
|
|---|
| 2512 | test.sh: -> TEST SKIPPED
|
|---|
| 2513 | --------------------------------------------------------------------------------------------
|
|---|
| 2514 | running test: 87-get_metadata_imagecrs.test
|
|---|
| 2515 |
|
|---|
| 2516 | for c in (eobstest) return imageCrs(c)
|
|---|
| 2517 |
|
|---|
| 2518 | test.sh: byte comparison
|
|---|
| 2519 | test.sh: -> TEST FAILED
|
|---|
| 2520 | --------------------------------------------------------------------------------------------
|
|---|
| 2521 | running test: 88-get_metadata_imagecrsdomain.test
|
|---|
| 2522 |
|
|---|
| 2523 | for c in (eobstest) return imageCrsDomain(c, Lat)
|
|---|
| 2524 |
|
|---|
| 2525 | test.sh: byte comparison
|
|---|
| 2526 | test.sh: -> TEST FAILED
|
|---|
| 2527 | --------------------------------------------------------------------------------------------
|
|---|
| 2528 | running test: 89-cov_construct_imagecrsdomain.test
|
|---|
| 2529 |
|
|---|
| 2530 | for c in (eobstest)
|
|---|
| 2531 | return encode(
|
|---|
| 2532 | (coverage newcov
|
|---|
| 2533 | over $px x(imageCrsDomain(c[Lat(25:35)], Lat)),
|
|---|
| 2534 | $pt t(imageCrsDomain(c, t))
|
|---|
| 2535 | values avg(c[Lat($px),t($pt)])
|
|---|
| 2536 | )
|
|---|
| 2537 | , "csv")
|
|---|
| 2538 |
|
|---|
| 2539 | test.sh: byte comparison
|
|---|
| 2540 | test.sh: -> TEST FAILED
|
|---|
| 2541 | --------------------------------------------------------------------------------------------
|
|---|
| 2542 | running test: 90-get_metadata_domain.error.test
|
|---|
| 2543 |
|
|---|
| 2544 | for c in (eobstest) return domain(c, Long, "http://www.opengis.net/def/crs/EPSG/0/32633")
|
|---|
| 2545 |
|
|---|
| 2546 | test.sh: http exit code comparison
|
|---|
| 2547 | test.sh: -> TEST PASSED
|
|---|
| 2548 | --------------------------------------------------------------------------------------------
|
|---|
| 2549 | running test: 91-get_metadata_domain2.test
|
|---|
| 2550 |
|
|---|
| 2551 | for c in (eobstest) return domain(c, Long, "CRS:1")
|
|---|
| 2552 |
|
|---|
| 2553 | test.sh: byte comparison
|
|---|
| 2554 | test.sh: -> TEST FAILED
|
|---|
| 2555 | --------------------------------------------------------------------------------------------
|
|---|
| 2556 | running test: 92-scaling_operation_swap_axes.test
|
|---|
| 2557 |
|
|---|
| 2558 | for c in (mr) return encode(scale(c, { j:"CRS:1"(0:4), i:"CRS:1"(0:2)}), "csv")
|
|---|
| 2559 |
|
|---|
| 2560 | test.sh: byte comparison
|
|---|
| 2561 | test.sh: -> TEST FAILED
|
|---|
| 2562 | --------------------------------------------------------------------------------------------
|
|---|
| 2563 | running test: 93-just_trim_asterisk.test
|
|---|
| 2564 |
|
|---|
| 2565 | for c in ( rgb ) return encode( c[ i(*:1), j(340:*) ], "csv" )
|
|---|
| 2566 |
|
|---|
| 2567 | test.sh: byte comparison
|
|---|
| 2568 | test.sh: -> TEST FAILED
|
|---|
| 2569 | --------------------------------------------------------------------------------------------
|
|---|
| 2570 | running test: 94-just_trim_asterisk2.test
|
|---|
| 2571 |
|
|---|
| 2572 | for c in ( mr ) return encode( c[ i(*:*), j(0) ], "csv" )
|
|---|
| 2573 |
|
|---|
| 2574 | test.sh: byte comparison
|
|---|
| 2575 | test.sh: -> TEST FAILED
|
|---|
| 2576 | --------------------------------------------------------------------------------------------
|
|---|
| 2577 | running test: 95-just_slice_asterisk.error.test
|
|---|
| 2578 |
|
|---|
| 2579 | for c in (mr) return max(c[j(*)])
|
|---|
| 2580 |
|
|---|
| 2581 | test.sh: http exit code comparison
|
|---|
| 2582 | test.sh: -> TEST PASSED
|
|---|
| 2583 | --------------------------------------------------------------------------------------------
|
|---|
| 2584 | running test: 96-scalar_boolean_t407.test
|
|---|
| 2585 |
|
|---|
| 2586 | for c in ( mr ) return encode((char)(1 * (c[i(160:180),j(100:130)] > 150) + (c[i(160:180),j(100:130)] <= 150) * 100), "png", "nodata=0" )
|
|---|
| 2587 |
|
|---|
| 2588 | test.sh: byte comparison
|
|---|
| 2589 | test.sh: -> TEST FAILED
|
|---|
| 2590 | --------------------------------------------------------------------------------------------
|
|---|
| 2591 | running test: 97-trim_asterisk_time1.test
|
|---|
| 2592 |
|
|---|
| 2593 | for c in ( eobstest ) return encode( c[ Long(69.6), Lat(30.05), t("1950-01-03T13-0500":*) ], "csv" )
|
|---|
| 2594 |
|
|---|
| 2595 | test.sh: byte comparison
|
|---|
| 2596 | test.sh: -> TEST FAILED
|
|---|
| 2597 | --------------------------------------------------------------------------------------------
|
|---|
| 2598 | running test: 98-trim_asterisk_time2.test
|
|---|
| 2599 |
|
|---|
| 2600 | for c in ( eobstest ) return encode( c[ Long(69.6), Lat(30.05), t(*:"1950-01-03T13-0500") ], "csv" )
|
|---|
| 2601 |
|
|---|
| 2602 | test.sh: byte comparison
|
|---|
| 2603 | test.sh: -> TEST FAILED
|
|---|
| 2604 | --------------------------------------------------------------------------------------------
|
|---|
| 2605 | running test: 99-trim_asterisk_time3.test
|
|---|
| 2606 |
|
|---|
| 2607 | for c in ( eobstest ) return encode( c[ Long(69.6), Lat(30.05), t(*:*) ], "csv" )
|
|---|
| 2608 |
|
|---|
| 2609 | test.sh: byte comparison
|
|---|
| 2610 | test.sh: -> TEST FAILED
|
|---|
| 2611 | --------------------------------------------------------------------------------------------
|
|---|
| 2612 |
|
|---|
| 2613 | test.sh: -------------------------------------------------------
|
|---|
| 2614 | test.sh: Test summary
|
|---|
| 2615 | test.sh:
|
|---|
| 2616 | test.sh: Test finished at: Wed Jul 2 09:43:17 CEST 2014
|
|---|
| 2617 | test.sh: Total tests run : 93
|
|---|
| 2618 | test.sh: Successful tests: 3
|
|---|
| 2619 | test.sh: Failed tests : 88
|
|---|
| 2620 | test.sh: Skipped tests : 2
|
|---|
| 2621 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcps/log
|
|---|
| 2622 | test.sh: -------------------------------------------------------
|
|---|
| 2623 |
|
|---|
| 2624 |
|
|---|
| 2625 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/log.save
|
|---|
| 2626 | test.sh: starting test at Wed Jul 2 09:43:17 CEST 2014
|
|---|
| 2627 | test.sh:
|
|---|
| 2628 | test.sh: Testing service: wcs
|
|---|
| 2629 | test.sh: rgb already imported.
|
|---|
| 2630 | test.sh: mr already imported.
|
|---|
| 2631 | test.sh: eobstest already imported.
|
|---|
| 2632 | test.sh: mean_summer_airtemp already imported.
|
|---|
| 2633 | test.sh: mean_summer_airtemp_repeat already imported.
|
|---|
| 2634 | test.sh: float_4d already imported.
|
|---|
| 2635 | test.sh: double_1d already imported.
|
|---|
| 2636 | test.sh: irr_cube_1 already imported.
|
|---|
| 2637 | test.sh: irr_cube_2 already imported.
|
|---|
| 2638 |
|
|---|
| 2639 | running test: 01-get_capabilities.kvp
|
|---|
| 2640 |
|
|---|
| 2641 | service=WCS&
|
|---|
| 2642 | version=2.0.1&
|
|---|
| 2643 | request=GetCapabilities
|
|---|
| 2644 |
|
|---|
| 2645 | test.sh: custom script
|
|---|
| 2646 | test.sh: -> TEST FAILED
|
|---|
| 2647 | --------------------------------------------------------------------------------------------
|
|---|
| 2648 | running test: 01-get_capabilities.xml
|
|---|
| 2649 |
|
|---|
| 2650 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2651 | <wcs:GetCapabilities
|
|---|
| 2652 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2653 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2654 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2655 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2656 | service="WCS" version="2.0.1">
|
|---|
| 2657 | </wcs:GetCapabilities>
|
|---|
| 2658 |
|
|---|
| 2659 | test.sh: custom script
|
|---|
| 2660 | test.sh: -> TEST FAILED
|
|---|
| 2661 | --------------------------------------------------------------------------------------------
|
|---|
| 2662 | running test: 02-describe_coverage.kvp
|
|---|
| 2663 |
|
|---|
| 2664 | service=WCS&
|
|---|
| 2665 | version=2.0.1&
|
|---|
| 2666 | request=DescribeCoverage&
|
|---|
| 2667 | coverageId=mr
|
|---|
| 2668 |
|
|---|
| 2669 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/02-describe_coverage.kvp.out for oracle comparison... ok.
|
|---|
| 2670 | test.sh: byte comparison
|
|---|
| 2671 | test.sh: -> TEST FAILED
|
|---|
| 2672 | --------------------------------------------------------------------------------------------
|
|---|
| 2673 | running test: 02-describe_coverage.xml
|
|---|
| 2674 |
|
|---|
| 2675 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2676 | <wcs:DescribeCoverage
|
|---|
| 2677 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2678 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2679 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2680 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2681 | service="WCS" version="2.0.1">
|
|---|
| 2682 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2683 | </wcs:DescribeCoverage>
|
|---|
| 2684 |
|
|---|
| 2685 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/02-describe_coverage.xml.out for oracle comparison... ok.
|
|---|
| 2686 | test.sh: byte comparison
|
|---|
| 2687 | test.sh: -> TEST FAILED
|
|---|
| 2688 | --------------------------------------------------------------------------------------------
|
|---|
| 2689 | running test: 03-get_coverage.kvp
|
|---|
| 2690 |
|
|---|
| 2691 | service=WCS&
|
|---|
| 2692 | version=2.0.1&
|
|---|
| 2693 | request=GetCoverage&
|
|---|
| 2694 | coverageId=mr
|
|---|
| 2695 |
|
|---|
| 2696 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/03-get_coverage.kvp.out for oracle comparison... ok.
|
|---|
| 2697 | test.sh: byte comparison
|
|---|
| 2698 | test.sh: -> TEST FAILED
|
|---|
| 2699 | --------------------------------------------------------------------------------------------
|
|---|
| 2700 | running test: 03-get_coverage.xml
|
|---|
| 2701 |
|
|---|
| 2702 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2703 | <wcs:GetCoverage
|
|---|
| 2704 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2705 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2706 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2707 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2708 | service="WCS" version="2.0.1">
|
|---|
| 2709 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2710 | </wcs:GetCoverage>
|
|---|
| 2711 |
|
|---|
| 2712 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/03-get_coverage.xml.out for oracle comparison... ok.
|
|---|
| 2713 | test.sh: byte comparison
|
|---|
| 2714 | test.sh: -> TEST FAILED
|
|---|
| 2715 | --------------------------------------------------------------------------------------------
|
|---|
| 2716 | running test: 04-get_coverage_tiff.kvp
|
|---|
| 2717 |
|
|---|
| 2718 | service=WCS&
|
|---|
| 2719 | version=2.0.1&
|
|---|
| 2720 | request=GetCoverage&
|
|---|
| 2721 | coverageId=mr&
|
|---|
| 2722 | format=image/tiff
|
|---|
| 2723 |
|
|---|
| 2724 | test.sh: byte comparison
|
|---|
| 2725 | test.sh: -> TEST FAILED
|
|---|
| 2726 | --------------------------------------------------------------------------------------------
|
|---|
| 2727 | running test: 04-get_coverage_tiff.xml
|
|---|
| 2728 |
|
|---|
| 2729 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2730 | <wcs:GetCoverage
|
|---|
| 2731 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2732 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2733 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2734 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2735 | service="WCS" version="2.0.1">
|
|---|
| 2736 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2737 | <gml:format>image/tiff</gml:format>
|
|---|
| 2738 | </wcs:GetCoverage>
|
|---|
| 2739 |
|
|---|
| 2740 | test.sh: byte comparison
|
|---|
| 2741 | test.sh: -> TEST FAILED
|
|---|
| 2742 | --------------------------------------------------------------------------------------------
|
|---|
| 2743 | running test: 05-get_coverage_subset.kvp
|
|---|
| 2744 |
|
|---|
| 2745 | service=WCS&
|
|---|
| 2746 | version=2.0.1&
|
|---|
| 2747 | request=GetCoverage&
|
|---|
| 2748 | coverageId=mr&
|
|---|
| 2749 | subset=i(10,20)&
|
|---|
| 2750 | subset=j(10,20)
|
|---|
| 2751 |
|
|---|
| 2752 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/05-get_coverage_subset.kvp.out for oracle comparison... ok.
|
|---|
| 2753 | test.sh: byte comparison
|
|---|
| 2754 | test.sh: -> TEST FAILED
|
|---|
| 2755 | --------------------------------------------------------------------------------------------
|
|---|
| 2756 | running test: 05-get_coverage_subset.xml
|
|---|
| 2757 |
|
|---|
| 2758 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2759 | <wcs:GetCoverage
|
|---|
| 2760 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2761 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2762 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2763 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2764 | service="WCS" version="2.0.1">
|
|---|
| 2765 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2766 | <wcs:DimensionTrim>
|
|---|
| 2767 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 2768 | <wcs:TrimLow>10</wcs:TrimLow>
|
|---|
| 2769 | <wcs:TrimHigh>20</wcs:TrimHigh>
|
|---|
| 2770 | </wcs:DimensionTrim>
|
|---|
| 2771 | <wcs:DimensionTrim>
|
|---|
| 2772 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 2773 | <wcs:TrimLow>10</wcs:TrimLow>
|
|---|
| 2774 | <wcs:TrimHigh>20</wcs:TrimHigh>
|
|---|
| 2775 | </wcs:DimensionTrim>
|
|---|
| 2776 | </wcs:GetCoverage>
|
|---|
| 2777 |
|
|---|
| 2778 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/05-get_coverage_subset.xml.out for oracle comparison... ok.
|
|---|
| 2779 | test.sh: byte comparison
|
|---|
| 2780 | test.sh: -> TEST FAILED
|
|---|
| 2781 | --------------------------------------------------------------------------------------------
|
|---|
| 2782 | running test: 06-get_coverage_slice.kvp
|
|---|
| 2783 |
|
|---|
| 2784 | service=WCS&
|
|---|
| 2785 | version=2.0.1&
|
|---|
| 2786 | request=GetCoverage&
|
|---|
| 2787 | coverageId=eobstest&
|
|---|
| 2788 | subset=Long(30)
|
|---|
| 2789 |
|
|---|
| 2790 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/06-get_coverage_slice.kvp.out for oracle comparison... ok.
|
|---|
| 2791 | test.sh: byte comparison
|
|---|
| 2792 | test.sh: -> TEST FAILED
|
|---|
| 2793 | --------------------------------------------------------------------------------------------
|
|---|
| 2794 | running test: 06-get_coverage_slice.xml
|
|---|
| 2795 |
|
|---|
| 2796 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2797 | <wcs:GetCoverage
|
|---|
| 2798 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2799 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2800 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2801 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2802 | service="WCS" version="2.0.1">
|
|---|
| 2803 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 2804 | <wcs:DimensionSlice>
|
|---|
| 2805 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 2806 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 2807 | </wcs:DimensionSlice>
|
|---|
| 2808 | </wcs:GetCoverage>
|
|---|
| 2809 |
|
|---|
| 2810 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/06-get_coverage_slice.xml.out for oracle comparison... ok.
|
|---|
| 2811 | test.sh: byte comparison
|
|---|
| 2812 | test.sh: -> TEST FAILED
|
|---|
| 2813 | --------------------------------------------------------------------------------------------
|
|---|
| 2814 | running test: 07-get_coverage_slice2.kvp
|
|---|
| 2815 |
|
|---|
| 2816 | service=WCS&
|
|---|
| 2817 | version=2.0.1&
|
|---|
| 2818 | request=GetCoverage&
|
|---|
| 2819 | coverageId=eobstest&
|
|---|
| 2820 | subset=Long(30)&
|
|---|
| 2821 | subset=Lat(30)
|
|---|
| 2822 |
|
|---|
| 2823 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/07-get_coverage_slice2.kvp.out for oracle comparison... ok.
|
|---|
| 2824 | test.sh: byte comparison
|
|---|
| 2825 | test.sh: -> TEST FAILED
|
|---|
| 2826 | --------------------------------------------------------------------------------------------
|
|---|
| 2827 | running test: 07-get_coverage_slice2.xml
|
|---|
| 2828 |
|
|---|
| 2829 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2830 | <wcs:GetCoverage
|
|---|
| 2831 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2832 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2833 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2834 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2835 | service="WCS" version="2.0.1">
|
|---|
| 2836 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 2837 | <wcs:DimensionSlice>
|
|---|
| 2838 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 2839 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 2840 | </wcs:DimensionSlice>
|
|---|
| 2841 | <wcs:DimensionSlice>
|
|---|
| 2842 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 2843 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 2844 | </wcs:DimensionSlice>
|
|---|
| 2845 | </wcs:GetCoverage>
|
|---|
| 2846 |
|
|---|
| 2847 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/07-get_coverage_slice2.xml.out for oracle comparison... ok.
|
|---|
| 2848 | test.sh: byte comparison
|
|---|
| 2849 | test.sh: -> TEST FAILED
|
|---|
| 2850 | --------------------------------------------------------------------------------------------
|
|---|
| 2851 | running test: 08-get_coverage_jp2.kvp
|
|---|
| 2852 |
|
|---|
| 2853 | service=WCS&
|
|---|
| 2854 | version=2.0.1&
|
|---|
| 2855 | request=GetCoverage&
|
|---|
| 2856 | coverageId=mr&
|
|---|
| 2857 | format=image/jp2
|
|---|
| 2858 |
|
|---|
| 2859 | test.sh: byte comparison
|
|---|
| 2860 | test.sh: -> TEST FAILED
|
|---|
| 2861 | --------------------------------------------------------------------------------------------
|
|---|
| 2862 | running test: 08-get_coverage_jp2.xml
|
|---|
| 2863 |
|
|---|
| 2864 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2865 | <wcs:GetCoverage
|
|---|
| 2866 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2867 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2868 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2869 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2870 | service="WCS" version="2.0.1">
|
|---|
| 2871 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2872 | <gml:format>image/jp2</gml:format>
|
|---|
| 2873 | </wcs:GetCoverage>
|
|---|
| 2874 |
|
|---|
| 2875 | test.sh: byte comparison
|
|---|
| 2876 | test.sh: -> TEST FAILED
|
|---|
| 2877 | --------------------------------------------------------------------------------------------
|
|---|
| 2878 | running test: 09-get_coverage_scale1.kvp
|
|---|
| 2879 |
|
|---|
| 2880 | service=WCS&
|
|---|
| 2881 | version=2.0.1&
|
|---|
| 2882 | request=GetCoverage&
|
|---|
| 2883 | coverageId=mr&
|
|---|
| 2884 | scalefactor=2.0
|
|---|
| 2885 |
|
|---|
| 2886 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/09-get_coverage_scale1.kvp.out for oracle comparison... ok.
|
|---|
| 2887 | test.sh: byte comparison
|
|---|
| 2888 | test.sh: -> TEST FAILED
|
|---|
| 2889 | --------------------------------------------------------------------------------------------
|
|---|
| 2890 | running test: 09-get_coverage_scale1.xml
|
|---|
| 2891 |
|
|---|
| 2892 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2893 | <wcs:GetCoverage
|
|---|
| 2894 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2895 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2896 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2897 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 2898 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2899 | service="WCS" version="2.0.1">
|
|---|
| 2900 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2901 | <wcs:Extension>
|
|---|
| 2902 | <scal:Scaling>
|
|---|
| 2903 | <scal:ScaleByFactor>
|
|---|
| 2904 | <scal:scaleFactor>2.0</scal:scaleFactor>
|
|---|
| 2905 | </scal:ScaleByFactor>
|
|---|
| 2906 | </scal:Scaling>
|
|---|
| 2907 | </wcs:Extension>
|
|---|
| 2908 | </wcs:GetCoverage>
|
|---|
| 2909 |
|
|---|
| 2910 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/09-get_coverage_scale1.xml.out for oracle comparison... ok.
|
|---|
| 2911 | test.sh: byte comparison
|
|---|
| 2912 | test.sh: -> TEST FAILED
|
|---|
| 2913 | --------------------------------------------------------------------------------------------
|
|---|
| 2914 | running test: 10-get_coverage_scale2.kvp
|
|---|
| 2915 |
|
|---|
| 2916 | service=WCS&
|
|---|
| 2917 | version=2.0.1&
|
|---|
| 2918 | request=GetCoverage&
|
|---|
| 2919 | coverageId=mr&
|
|---|
| 2920 | scaleaxes=i(0.5)
|
|---|
| 2921 |
|
|---|
| 2922 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/10-get_coverage_scale2.kvp.out for oracle comparison... ok.
|
|---|
| 2923 | test.sh: byte comparison
|
|---|
| 2924 | test.sh: -> TEST FAILED
|
|---|
| 2925 | --------------------------------------------------------------------------------------------
|
|---|
| 2926 | running test: 10-get_coverage_scale2.xml
|
|---|
| 2927 |
|
|---|
| 2928 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2929 | <wcs:GetCoverage
|
|---|
| 2930 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2931 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2932 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2933 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 2934 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2935 | service="WCS" version="2.0.1">
|
|---|
| 2936 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2937 | <wcs:Extension>
|
|---|
| 2938 | <scal:Scaling>
|
|---|
| 2939 | <scal:ScaleAxesByFactor>
|
|---|
| 2940 | <scal:ScaleAxis>
|
|---|
| 2941 | <scal:axis>i</scal:axis>
|
|---|
| 2942 | <scal:scaleFactor>0.5</scal:scaleFactor>
|
|---|
| 2943 | </scal:ScaleAxis>
|
|---|
| 2944 | </scal:ScaleAxesByFactor>
|
|---|
| 2945 | </scal:Scaling>
|
|---|
| 2946 | </wcs:Extension>
|
|---|
| 2947 | </wcs:GetCoverage>
|
|---|
| 2948 |
|
|---|
| 2949 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/10-get_coverage_scale2.xml.out for oracle comparison... ok.
|
|---|
| 2950 | test.sh: byte comparison
|
|---|
| 2951 | test.sh: -> TEST FAILED
|
|---|
| 2952 | --------------------------------------------------------------------------------------------
|
|---|
| 2953 | running test: 11-get_coverage_scale3.kvp
|
|---|
| 2954 |
|
|---|
| 2955 | service=WCS&
|
|---|
| 2956 | version=2.0.1&
|
|---|
| 2957 | request=GetCoverage&
|
|---|
| 2958 | coverageId=mr&
|
|---|
| 2959 | scalesize=j(16)
|
|---|
| 2960 |
|
|---|
| 2961 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/11-get_coverage_scale3.kvp.out for oracle comparison... ok.
|
|---|
| 2962 | test.sh: byte comparison
|
|---|
| 2963 | test.sh: -> TEST FAILED
|
|---|
| 2964 | --------------------------------------------------------------------------------------------
|
|---|
| 2965 | running test: 11-get_coverage_scale3.xml
|
|---|
| 2966 |
|
|---|
| 2967 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2968 | <wcs:GetCoverage
|
|---|
| 2969 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 2970 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 2971 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 2972 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 2973 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 2974 | service="WCS" version="2.0.1">
|
|---|
| 2975 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 2976 | <wcs:Extension>
|
|---|
| 2977 | <scal:Scaling>
|
|---|
| 2978 | <scal:ScaleToSize>
|
|---|
| 2979 | <scal:TargetAxisSize>
|
|---|
| 2980 | <scal:axis>j</scal:axis>
|
|---|
| 2981 | <scal:targetSize>16</scal:targetSize>
|
|---|
| 2982 | </scal:TargetAxisSize>
|
|---|
| 2983 | </scal:ScaleToSize>
|
|---|
| 2984 | </scal:Scaling>
|
|---|
| 2985 | </wcs:Extension>
|
|---|
| 2986 | </wcs:GetCoverage>
|
|---|
| 2987 |
|
|---|
| 2988 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/11-get_coverage_scale3.xml.out for oracle comparison... ok.
|
|---|
| 2989 | test.sh: byte comparison
|
|---|
| 2990 | test.sh: -> TEST FAILED
|
|---|
| 2991 | --------------------------------------------------------------------------------------------
|
|---|
| 2992 | running test: 12-get_coverage_scale4.kvp
|
|---|
| 2993 |
|
|---|
| 2994 | service=WCS&
|
|---|
| 2995 | version=2.0.1&
|
|---|
| 2996 | request=GetCoverage&
|
|---|
| 2997 | coverageId=mr&
|
|---|
| 2998 | scaleextent=j(16:34)
|
|---|
| 2999 |
|
|---|
| 3000 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/12-get_coverage_scale4.kvp.out for oracle comparison... ok.
|
|---|
| 3001 | test.sh: byte comparison
|
|---|
| 3002 | test.sh: -> TEST FAILED
|
|---|
| 3003 | --------------------------------------------------------------------------------------------
|
|---|
| 3004 | running test: 12-get_coverage_scale4.xml
|
|---|
| 3005 |
|
|---|
| 3006 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3007 | <wcs:GetCoverage
|
|---|
| 3008 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3009 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3010 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3011 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 3012 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3013 | service="WCS" version="2.0.1">
|
|---|
| 3014 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 3015 | <wcs:Extension>
|
|---|
| 3016 | <scal:Scaling>
|
|---|
| 3017 | <scal:ScaleToExtent>
|
|---|
| 3018 | <scal:TargetAxisExtent>
|
|---|
| 3019 | <scal:axis>j</scal:axis>
|
|---|
| 3020 | <scal:low>16</scal:low>
|
|---|
| 3021 | <scal:high>34</scal:high>
|
|---|
| 3022 | </scal:TargetAxisExtent>
|
|---|
| 3023 | </scal:ScaleToExtent>
|
|---|
| 3024 | </scal:Scaling>
|
|---|
| 3025 | </wcs:Extension>
|
|---|
| 3026 | </wcs:GetCoverage>
|
|---|
| 3027 |
|
|---|
| 3028 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/12-get_coverage_scale4.xml.out for oracle comparison... ok.
|
|---|
| 3029 | test.sh: byte comparison
|
|---|
| 3030 | test.sh: -> TEST FAILED
|
|---|
| 3031 | --------------------------------------------------------------------------------------------
|
|---|
| 3032 | running test: 13-get_coverage_tiff_slice.kvp
|
|---|
| 3033 |
|
|---|
| 3034 | service=WCS&
|
|---|
| 3035 | version=2.0.1&
|
|---|
| 3036 | request=GetCoverage&
|
|---|
| 3037 | coverageId=eobstest&
|
|---|
| 3038 | subset=Long(50)&
|
|---|
| 3039 | format=image/tiff
|
|---|
| 3040 |
|
|---|
| 3041 | test.sh: byte comparison
|
|---|
| 3042 | test.sh: -> TEST FAILED
|
|---|
| 3043 | --------------------------------------------------------------------------------------------
|
|---|
| 3044 | running test: 13-get_coverage_tiff_slice.xml
|
|---|
| 3045 |
|
|---|
| 3046 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3047 | <wcs:GetCoverage
|
|---|
| 3048 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3049 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3050 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3051 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3052 | service="WCS" version="2.0.1">
|
|---|
| 3053 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3054 | <wcs:DimensionSlice>
|
|---|
| 3055 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3056 | <wcs:SlicePoint>50</wcs:SlicePoint>
|
|---|
| 3057 | </wcs:DimensionSlice>
|
|---|
| 3058 | <gml:format>image/tiff</gml:format>
|
|---|
| 3059 | </wcs:GetCoverage>
|
|---|
| 3060 |
|
|---|
| 3061 | test.sh: byte comparison
|
|---|
| 3062 | test.sh: -> TEST FAILED
|
|---|
| 3063 | --------------------------------------------------------------------------------------------
|
|---|
| 3064 | running test: 14-get_coverage_jp2_slice_t_crs1.kvp
|
|---|
| 3065 |
|
|---|
| 3066 | service=WCS&
|
|---|
| 3067 | version=2.0.1&
|
|---|
| 3068 | request=GetCoverage&
|
|---|
| 3069 | coverageId=eobstest&
|
|---|
| 3070 | subset=t,CRS:1(1)&
|
|---|
| 3071 | format=image/jp2
|
|---|
| 3072 |
|
|---|
| 3073 | test.sh: byte comparison
|
|---|
| 3074 | test.sh: -> TEST FAILED
|
|---|
| 3075 | --------------------------------------------------------------------------------------------
|
|---|
| 3076 | running test: 14-get_coverage_jp2_slice_t_crs1.xml
|
|---|
| 3077 |
|
|---|
| 3078 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3079 | <wcs:GetCoverage
|
|---|
| 3080 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3081 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3082 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3083 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3084 | service="WCS" version="2.0.1">
|
|---|
| 3085 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3086 | <wcs:DimensionSlice>
|
|---|
| 3087 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3088 | <!-- Problem: inconsistent CRS handling KVP/WCS : OGC12-167 change request #257 (Andrea Aime) -->
|
|---|
| 3089 | <wcs:SlicePoint>1</wcs:SlicePoint>
|
|---|
| 3090 | </wcs:DimensionSlice>
|
|---|
| 3091 | <gml:format>image/jp2</gml:format>
|
|---|
| 3092 | </wcs:GetCoverage>
|
|---|
| 3093 |
|
|---|
| 3094 | test.sh: byte comparison
|
|---|
| 3095 | test.sh: -> TEST FAILED
|
|---|
| 3096 | --------------------------------------------------------------------------------------------
|
|---|
| 3097 | running test: 15-get_coverage_rangeSubsetting1.kvp
|
|---|
| 3098 |
|
|---|
| 3099 | service=WCS&
|
|---|
| 3100 | version=2.0.1&
|
|---|
| 3101 | request=GetCoverage&
|
|---|
| 3102 | coverageId=rgb&
|
|---|
| 3103 | rangesubset=red:green
|
|---|
| 3104 |
|
|---|
| 3105 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/15-get_coverage_rangeSubsetting1.kvp.out for oracle comparison... ok.
|
|---|
| 3106 | test.sh: byte comparison
|
|---|
| 3107 | test.sh: -> TEST FAILED
|
|---|
| 3108 | --------------------------------------------------------------------------------------------
|
|---|
| 3109 | running test: 15-get_coverage_rangeSubsetting1.xml
|
|---|
| 3110 |
|
|---|
| 3111 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3112 | <wcs:GetCoverage
|
|---|
| 3113 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3114 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3115 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3116 | xmlns:rsub="http://www.opengis.net/wcs/range-subsetting/1.0"
|
|---|
| 3117 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3118 | service="WCS" version="2.0.1">
|
|---|
| 3119 | <wcs:CoverageId>rgb</wcs:CoverageId>
|
|---|
| 3120 | <wcs:Extension>
|
|---|
| 3121 | <rsub:rangeSubset>
|
|---|
| 3122 | <rsub:rangeItem>
|
|---|
| 3123 | <rsub:rangeInterval>
|
|---|
| 3124 | <rsub:startComponent>red</rsub:startComponent>
|
|---|
| 3125 | <rsub:endComponent>green</rsub:endComponent>
|
|---|
| 3126 | </rsub:rangeInterval>
|
|---|
| 3127 | </rsub:rangeItem>
|
|---|
| 3128 | </rsub:rangeSubset>
|
|---|
| 3129 | </wcs:Extension>
|
|---|
| 3130 | </wcs:GetCoverage>
|
|---|
| 3131 |
|
|---|
| 3132 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/15-get_coverage_rangeSubsetting1.xml.out for oracle comparison... ok.
|
|---|
| 3133 | test.sh: byte comparison
|
|---|
| 3134 | test.sh: -> TEST FAILED
|
|---|
| 3135 | --------------------------------------------------------------------------------------------
|
|---|
| 3136 | running test: 16-get_coverage_rangeSubsetting2.kvp
|
|---|
| 3137 |
|
|---|
| 3138 | service=WCS&
|
|---|
| 3139 | version=2.0.1&
|
|---|
| 3140 | request=GetCoverage&
|
|---|
| 3141 | coverageId=rgb&
|
|---|
| 3142 | rangesubset=green
|
|---|
| 3143 |
|
|---|
| 3144 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/16-get_coverage_rangeSubsetting2.kvp.out for oracle comparison... ok.
|
|---|
| 3145 | test.sh: byte comparison
|
|---|
| 3146 | test.sh: -> TEST FAILED
|
|---|
| 3147 | --------------------------------------------------------------------------------------------
|
|---|
| 3148 | running test: 16-get_coverage_rangeSubsetting2.xml
|
|---|
| 3149 |
|
|---|
| 3150 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3151 | <wcs:GetCoverage
|
|---|
| 3152 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3153 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3154 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3155 | xmlns:rsub="http://www.opengis.net/wcs/range-subsetting/1.0"
|
|---|
| 3156 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3157 | service="WCS" version="2.0.1">
|
|---|
| 3158 | <wcs:CoverageId>rgb</wcs:CoverageId>
|
|---|
| 3159 | <wcs:Extension>
|
|---|
| 3160 | <rsub:rangeSubset>
|
|---|
| 3161 | <rsub:rangeItem>
|
|---|
| 3162 | <rsub:rangeComponent>green</rsub:rangeComponent>
|
|---|
| 3163 | </rsub:rangeItem>
|
|---|
| 3164 | </rsub:rangeSubset>
|
|---|
| 3165 | </wcs:Extension>
|
|---|
| 3166 | </wcs:GetCoverage>
|
|---|
| 3167 |
|
|---|
| 3168 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/16-get_coverage_rangeSubsetting2.xml.out for oracle comparison... ok.
|
|---|
| 3169 | test.sh: byte comparison
|
|---|
| 3170 | test.sh: -> TEST FAILED
|
|---|
| 3171 | --------------------------------------------------------------------------------------------
|
|---|
| 3172 | running test: 17-get_coverage_rangeSubsetting3.kvp
|
|---|
| 3173 |
|
|---|
| 3174 | service=WCS&
|
|---|
| 3175 | version=2.0.1&
|
|---|
| 3176 | request=GetCoverage&
|
|---|
| 3177 | coverageId=rgb&
|
|---|
| 3178 | rangesubset=green,red
|
|---|
| 3179 |
|
|---|
| 3180 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/17-get_coverage_rangeSubsetting3.kvp.out for oracle comparison... ok.
|
|---|
| 3181 | test.sh: byte comparison
|
|---|
| 3182 | test.sh: -> TEST FAILED
|
|---|
| 3183 | --------------------------------------------------------------------------------------------
|
|---|
| 3184 | running test: 17-get_coverage_rangeSubsetting3.xml
|
|---|
| 3185 |
|
|---|
| 3186 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3187 | <wcs:GetCoverage
|
|---|
| 3188 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3189 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3190 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3191 | xmlns:rsub="http://www.opengis.net/wcs/range-subsetting/1.0"
|
|---|
| 3192 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3193 | service="WCS" version="2.0.1">
|
|---|
| 3194 | <wcs:CoverageId>rgb</wcs:CoverageId>
|
|---|
| 3195 | <wcs:Extension>
|
|---|
| 3196 | <rsub:rangeSubset>
|
|---|
| 3197 | <rsub:rangeItem>
|
|---|
| 3198 | <rsub:rangeComponent>green</rsub:rangeComponent>
|
|---|
| 3199 | </rsub:rangeItem>
|
|---|
| 3200 | <rsub:rangeItem>
|
|---|
| 3201 | <rsub:rangeComponent>red</rsub:rangeComponent>
|
|---|
| 3202 | </rsub:rangeItem>
|
|---|
| 3203 | </rsub:rangeSubset>
|
|---|
| 3204 | </wcs:Extension>
|
|---|
| 3205 | </wcs:GetCoverage>
|
|---|
| 3206 |
|
|---|
| 3207 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/17-get_coverage_rangeSubsetting3.xml.out for oracle comparison... ok.
|
|---|
| 3208 | test.sh: byte comparison
|
|---|
| 3209 | test.sh: -> TEST FAILED
|
|---|
| 3210 | --------------------------------------------------------------------------------------------
|
|---|
| 3211 | running test: 18-get_coverage_0D.kvp
|
|---|
| 3212 |
|
|---|
| 3213 | service=WCS&
|
|---|
| 3214 | version=2.0.1&
|
|---|
| 3215 | request=GetCoverage&
|
|---|
| 3216 | coverageId=mr&
|
|---|
| 3217 | subset=i(25)&
|
|---|
| 3218 | subset=j(0)
|
|---|
| 3219 |
|
|---|
| 3220 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/18-get_coverage_0D.kvp.out for oracle comparison... ok.
|
|---|
| 3221 | test.sh: byte comparison
|
|---|
| 3222 | test.sh: -> TEST FAILED
|
|---|
| 3223 | --------------------------------------------------------------------------------------------
|
|---|
| 3224 | running test: 18-get_coverage_0D.xml
|
|---|
| 3225 |
|
|---|
| 3226 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3227 | <wcs:GetCoverage
|
|---|
| 3228 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3229 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3230 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3231 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3232 | service="WCS" version="2.0.1">
|
|---|
| 3233 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 3234 | <wcs:DimensionSlice>
|
|---|
| 3235 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 3236 | <wcs:SlicePoint>25</wcs:SlicePoint>
|
|---|
| 3237 | </wcs:DimensionSlice>
|
|---|
| 3238 | <wcs:DimensionSlice>
|
|---|
| 3239 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3240 | <wcs:SlicePoint>0</wcs:SlicePoint>
|
|---|
| 3241 | </wcs:DimensionSlice>
|
|---|
| 3242 | </wcs:GetCoverage>
|
|---|
| 3243 |
|
|---|
| 3244 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/18-get_coverage_0D.xml.out for oracle comparison... ok.
|
|---|
| 3245 | test.sh: byte comparison
|
|---|
| 3246 | test.sh: -> TEST FAILED
|
|---|
| 3247 | --------------------------------------------------------------------------------------------
|
|---|
| 3248 | running test: 19-get_coverage_trim_irregular_axis.kvp
|
|---|
| 3249 |
|
|---|
| 3250 | service=WCS&
|
|---|
| 3251 | version=2.0.1&
|
|---|
| 3252 | request=GetCoverage&
|
|---|
| 3253 | coverageId=irr_cube_1&
|
|---|
| 3254 | subset=i(0,2)&
|
|---|
| 3255 | subset=j(3,5)&
|
|---|
| 3256 | subset=k(3,8)
|
|---|
| 3257 |
|
|---|
| 3258 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/19-get_coverage_trim_irregular_axis.kvp.out for oracle comparison... ok.
|
|---|
| 3259 | test.sh: byte comparison
|
|---|
| 3260 | test.sh: -> TEST FAILED
|
|---|
| 3261 | --------------------------------------------------------------------------------------------
|
|---|
| 3262 | running test: 19-get_coverage_trim_irregular_axis.xml
|
|---|
| 3263 |
|
|---|
| 3264 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3265 | <wcs:GetCoverage
|
|---|
| 3266 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3267 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3268 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3269 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3270 | service="WCS" version="2.0.1">
|
|---|
| 3271 | <wcs:CoverageId>irr_cube_1</wcs:CoverageId>
|
|---|
| 3272 | <wcs:DimensionTrim>
|
|---|
| 3273 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 3274 | <wcs:TrimLow>0</wcs:TrimLow>
|
|---|
| 3275 | <wcs:TrimHigh>2</wcs:TrimHigh>
|
|---|
| 3276 | </wcs:DimensionTrim>
|
|---|
| 3277 | <wcs:DimensionTrim>
|
|---|
| 3278 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3279 | <wcs:TrimLow>3</wcs:TrimLow>
|
|---|
| 3280 | <wcs:TrimHigh>5</wcs:TrimHigh>
|
|---|
| 3281 | </wcs:DimensionTrim>
|
|---|
| 3282 | <wcs:DimensionTrim>
|
|---|
| 3283 | <wcs:Dimension>k</wcs:Dimension>
|
|---|
| 3284 | <wcs:TrimLow>3</wcs:TrimLow>
|
|---|
| 3285 | <wcs:TrimHigh>8</wcs:TrimHigh>
|
|---|
| 3286 | </wcs:DimensionTrim>
|
|---|
| 3287 | </wcs:GetCoverage>
|
|---|
| 3288 |
|
|---|
| 3289 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/19-get_coverage_trim_irregular_axis.xml.out for oracle comparison... ok.
|
|---|
| 3290 | test.sh: byte comparison
|
|---|
| 3291 | test.sh: -> TEST FAILED
|
|---|
| 3292 | --------------------------------------------------------------------------------------------
|
|---|
| 3293 | running test: 20-get_coverage_slice_irregular_axis.kvp
|
|---|
| 3294 |
|
|---|
| 3295 | service=WCS&
|
|---|
| 3296 | version=2.0.1&
|
|---|
| 3297 | request=GetCoverage&
|
|---|
| 3298 | coverageId=irr_cube_1&
|
|---|
| 3299 | subset=i(0,2)&
|
|---|
| 3300 | subset=j(3,5)&
|
|---|
| 3301 | subset=k(5)
|
|---|
| 3302 |
|
|---|
| 3303 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/20-get_coverage_slice_irregular_axis.kvp.out for oracle comparison... ok.
|
|---|
| 3304 | test.sh: byte comparison
|
|---|
| 3305 | test.sh: -> TEST FAILED
|
|---|
| 3306 | --------------------------------------------------------------------------------------------
|
|---|
| 3307 | running test: 20-get_coverage_slice_irregular_axis.xml
|
|---|
| 3308 |
|
|---|
| 3309 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3310 | <wcs:GetCoverage
|
|---|
| 3311 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3312 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3313 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3314 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3315 | service="WCS" version="2.0.1">
|
|---|
| 3316 | <wcs:CoverageId>irr_cube_1</wcs:CoverageId>
|
|---|
| 3317 | <wcs:DimensionTrim>
|
|---|
| 3318 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 3319 | <wcs:TrimLow>0</wcs:TrimLow>
|
|---|
| 3320 | <wcs:TrimHigh>2</wcs:TrimHigh>
|
|---|
| 3321 | </wcs:DimensionTrim>
|
|---|
| 3322 | <wcs:DimensionTrim>
|
|---|
| 3323 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3324 | <wcs:TrimLow>3</wcs:TrimLow>
|
|---|
| 3325 | <wcs:TrimHigh>5</wcs:TrimHigh>
|
|---|
| 3326 | </wcs:DimensionTrim>
|
|---|
| 3327 | <wcs:DimensionSlice>
|
|---|
| 3328 | <wcs:Dimension>k</wcs:Dimension>
|
|---|
| 3329 | <wcs:SlicePoint>5</wcs:SlicePoint>
|
|---|
| 3330 | </wcs:DimensionSlice>
|
|---|
| 3331 | </wcs:GetCoverage>
|
|---|
| 3332 |
|
|---|
| 3333 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/20-get_coverage_slice_irregular_axis.xml.out for oracle comparison... ok.
|
|---|
| 3334 | test.sh: byte comparison
|
|---|
| 3335 | test.sh: -> TEST FAILED
|
|---|
| 3336 | --------------------------------------------------------------------------------------------
|
|---|
| 3337 | running test: 21-get_coverage_jp2_irregular_axis.error.kvp
|
|---|
| 3338 |
|
|---|
| 3339 | service=WCS&
|
|---|
| 3340 | version=2.0.1&
|
|---|
| 3341 | request=GetCoverage&
|
|---|
| 3342 | coverageId=irr_cube_1&
|
|---|
| 3343 | subset=j(5)&
|
|---|
| 3344 | format=image/jp2
|
|---|
| 3345 |
|
|---|
| 3346 | test.sh: http exit code comparison
|
|---|
| 3347 | test.sh: -> TEST PASSED
|
|---|
| 3348 | --------------------------------------------------------------------------------------------
|
|---|
| 3349 | running test: 21-get_coverage_jp2_irregular_axis.error.xml
|
|---|
| 3350 |
|
|---|
| 3351 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3352 | <wcs:GetCoverage
|
|---|
| 3353 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3354 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3355 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3356 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3357 | service="WCS" version="2.0.1">
|
|---|
| 3358 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 3359 | <wcs:DimensionSlice>
|
|---|
| 3360 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3361 | <wcs:SlicePoint>5</wcs:SlicePoint>
|
|---|
| 3362 | </wcs:DimensionSlice>
|
|---|
| 3363 | <gml:format>image/jp2</gml:format>
|
|---|
| 3364 | </wcs:GetCoverage>
|
|---|
| 3365 |
|
|---|
| 3366 | test.sh: http exit code comparison
|
|---|
| 3367 | test.sh: -> TEST PASSED
|
|---|
| 3368 | --------------------------------------------------------------------------------------------
|
|---|
| 3369 | running test: 22-get_coverage_tiff_irregular_axis.error.kvp
|
|---|
| 3370 |
|
|---|
| 3371 | service=WCS&
|
|---|
| 3372 | version=2.0.1&
|
|---|
| 3373 | request=GetCoverage&
|
|---|
| 3374 | coverageId=irr_cube_1&
|
|---|
| 3375 | subset=j(5)&
|
|---|
| 3376 | format=image/tiff
|
|---|
| 3377 |
|
|---|
| 3378 | test.sh: http exit code comparison
|
|---|
| 3379 | test.sh: -> TEST PASSED
|
|---|
| 3380 | --------------------------------------------------------------------------------------------
|
|---|
| 3381 | running test: 22-get_coverage_tiff_irregular_axis.error.xml
|
|---|
| 3382 |
|
|---|
| 3383 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3384 | <wcs:GetCoverage
|
|---|
| 3385 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3386 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3387 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3388 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3389 | service="WCS" version="2.0.1">
|
|---|
| 3390 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 3391 | <wcs:DimensionSlice>
|
|---|
| 3392 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3393 | <wcs:SlicePoint>5</wcs:SlicePoint>
|
|---|
| 3394 | </wcs:DimensionSlice>
|
|---|
| 3395 | <gml:format>image/tiff</gml:format>
|
|---|
| 3396 | </wcs:GetCoverage>
|
|---|
| 3397 |
|
|---|
| 3398 | test.sh: http exit code comparison
|
|---|
| 3399 | test.sh: -> TEST PASSED
|
|---|
| 3400 | --------------------------------------------------------------------------------------------
|
|---|
| 3401 | running test: 27-get_coverage_slice_time.kvp
|
|---|
| 3402 |
|
|---|
| 3403 | service=WCS&
|
|---|
| 3404 | version=2.0.1&
|
|---|
| 3405 | request=GetCoverage&
|
|---|
| 3406 | coverageId=eobstest&
|
|---|
| 3407 | subset=Lat(30,31)&
|
|---|
| 3408 | subset=Long(30,35)&
|
|---|
| 3409 | subset=t("1950-01-01")
|
|---|
| 3410 |
|
|---|
| 3411 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/27-get_coverage_slice_time.kvp.out for oracle comparison... ok.
|
|---|
| 3412 | test.sh: byte comparison
|
|---|
| 3413 | test.sh: -> TEST FAILED
|
|---|
| 3414 | --------------------------------------------------------------------------------------------
|
|---|
| 3415 | running test: 27-get_coverage_slice_time.xml
|
|---|
| 3416 |
|
|---|
| 3417 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3418 | <wcs:GetCoverage
|
|---|
| 3419 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3420 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3421 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3422 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3423 | service="WCS" version="2.0.1">
|
|---|
| 3424 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3425 | <wcs:DimensionTrim>
|
|---|
| 3426 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3427 | <wcs:TrimLow>30</wcs:TrimLow>
|
|---|
| 3428 | <wcs:TrimHigh>31</wcs:TrimHigh>
|
|---|
| 3429 | </wcs:DimensionTrim>
|
|---|
| 3430 | <wcs:DimensionTrim>
|
|---|
| 3431 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3432 | <wcs:TrimLow>30</wcs:TrimLow>
|
|---|
| 3433 | <wcs:TrimHigh>35</wcs:TrimHigh>
|
|---|
| 3434 | </wcs:DimensionTrim>
|
|---|
| 3435 | <wcs:DimensionSlice>
|
|---|
| 3436 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3437 | <wcs:SlicePoint>"1950-01-01"</wcs:SlicePoint>
|
|---|
| 3438 | </wcs:DimensionSlice>
|
|---|
| 3439 | </wcs:GetCoverage>
|
|---|
| 3440 |
|
|---|
| 3441 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/27-get_coverage_slice_time.xml.out for oracle comparison... ok.
|
|---|
| 3442 | test.sh: byte comparison
|
|---|
| 3443 | test.sh: -> TEST FAILED
|
|---|
| 3444 | --------------------------------------------------------------------------------------------
|
|---|
| 3445 | running test: 28-get_coverage_trim_time.kvp
|
|---|
| 3446 |
|
|---|
| 3447 | service=WCS&
|
|---|
| 3448 | version=2.0.1&
|
|---|
| 3449 | request=GetCoverage&
|
|---|
| 3450 | coverageId=eobstest&
|
|---|
| 3451 | subset=Lat(31)&
|
|---|
| 3452 | subset=Long(30)&
|
|---|
| 3453 | subset=t("1950-01-01","1950-01-05")
|
|---|
| 3454 |
|
|---|
| 3455 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/28-get_coverage_trim_time.kvp.out for oracle comparison... ok.
|
|---|
| 3456 | test.sh: byte comparison
|
|---|
| 3457 | test.sh: -> TEST FAILED
|
|---|
| 3458 | --------------------------------------------------------------------------------------------
|
|---|
| 3459 | running test: 28-get_coverage_trim_time.xml
|
|---|
| 3460 |
|
|---|
| 3461 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3462 | <wcs:GetCoverage
|
|---|
| 3463 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3464 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3465 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3466 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3467 | service="WCS" version="2.0.1">
|
|---|
| 3468 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3469 | <wcs:DimensionSlice>
|
|---|
| 3470 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3471 | <wcs:SlicePoint>31</wcs:SlicePoint>
|
|---|
| 3472 | </wcs:DimensionSlice>
|
|---|
| 3473 | <wcs:DimensionSlice>
|
|---|
| 3474 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3475 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 3476 | </wcs:DimensionSlice>
|
|---|
| 3477 | <wcs:DimensionTrim>
|
|---|
| 3478 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3479 | <wcs:TrimLow>"1950-01-01"</wcs:TrimLow>
|
|---|
| 3480 | <wcs:TrimHigh>"1950-01-05"</wcs:TrimHigh>
|
|---|
| 3481 | </wcs:DimensionTrim>
|
|---|
| 3482 | </wcs:GetCoverage>
|
|---|
| 3483 |
|
|---|
| 3484 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/28-get_coverage_trim_time.xml.out for oracle comparison... ok.
|
|---|
| 3485 | test.sh: byte comparison
|
|---|
| 3486 | test.sh: -> TEST FAILED
|
|---|
| 3487 | --------------------------------------------------------------------------------------------
|
|---|
| 3488 | running test: 29-get_coverage_out_of_bound_slice_time.error.kvp
|
|---|
| 3489 |
|
|---|
| 3490 | service=WCS&
|
|---|
| 3491 | version=2.0.1&
|
|---|
| 3492 | request=GetCoverage&
|
|---|
| 3493 | coverageId=eobstest&
|
|---|
| 3494 | subset=Lat(30,31)&
|
|---|
| 3495 | subset=Long(30,35)&
|
|---|
| 3496 | subset=t("1950-01-07T12:00")
|
|---|
| 3497 |
|
|---|
| 3498 | test.sh: http exit code comparison
|
|---|
| 3499 | test.sh: -> TEST PASSED
|
|---|
| 3500 | --------------------------------------------------------------------------------------------
|
|---|
| 3501 | running test: 29-get_coverage_out_of_bound_slice_time.error.xml
|
|---|
| 3502 |
|
|---|
| 3503 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3504 | <wcs:GetCoverage
|
|---|
| 3505 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3506 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3507 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3508 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3509 | service="WCS" version="2.0.1">
|
|---|
| 3510 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3511 | <wcs:DimensionTrim>
|
|---|
| 3512 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3513 | <wcs:TrimLow>30</wcs:TrimLow>
|
|---|
| 3514 | <wcs:TrimHigh>31</wcs:TrimHigh>
|
|---|
| 3515 | </wcs:DimensionTrim>
|
|---|
| 3516 | <wcs:DimensionTrim>
|
|---|
| 3517 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3518 | <wcs:TrimLow>30</wcs:TrimLow>
|
|---|
| 3519 | <wcs:TrimHigh>35</wcs:TrimHigh>
|
|---|
| 3520 | </wcs:DimensionTrim>
|
|---|
| 3521 | <wcs:DimensionSlice>
|
|---|
| 3522 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3523 | <wcs:SlicePoint>"1950-01-07T12:00"</wcs:SlicePoint>
|
|---|
| 3524 | </wcs:DimensionSlice>
|
|---|
| 3525 | </wcs:GetCoverage>
|
|---|
| 3526 |
|
|---|
| 3527 | test.sh: http exit code comparison
|
|---|
| 3528 | test.sh: -> TEST PASSED
|
|---|
| 3529 | --------------------------------------------------------------------------------------------
|
|---|
| 3530 | running test: 30-get_coverage_trim_asterisks.kvp
|
|---|
| 3531 |
|
|---|
| 3532 | service=WCS&
|
|---|
| 3533 | version=2.0.1&
|
|---|
| 3534 | request=GetCoverage&
|
|---|
| 3535 | coverageId=mr&
|
|---|
| 3536 | subset=j(*,*)&
|
|---|
| 3537 | subset=i(*,1)
|
|---|
| 3538 |
|
|---|
| 3539 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/30-get_coverage_trim_asterisks.kvp.out for oracle comparison... ok.
|
|---|
| 3540 | test.sh: byte comparison
|
|---|
| 3541 | test.sh: -> TEST FAILED
|
|---|
| 3542 | --------------------------------------------------------------------------------------------
|
|---|
| 3543 | running test: 30-get_coverage_trim_asterisks.xml
|
|---|
| 3544 |
|
|---|
| 3545 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3546 | <wcs:GetCoverage
|
|---|
| 3547 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3548 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3549 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3550 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3551 | service="WCS" version="2.0.1">
|
|---|
| 3552 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 3553 | <wcs:DimensionTrim>
|
|---|
| 3554 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3555 | <wcs:TrimLow>*</wcs:TrimLow>
|
|---|
| 3556 | <wcs:TrimHigh>*</wcs:TrimHigh>
|
|---|
| 3557 | </wcs:DimensionTrim>
|
|---|
| 3558 | <wcs:DimensionTrim>
|
|---|
| 3559 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 3560 | <wcs:TrimLow>*</wcs:TrimLow>
|
|---|
| 3561 | <wcs:TrimHigh>1</wcs:TrimHigh>
|
|---|
| 3562 | </wcs:DimensionTrim>
|
|---|
| 3563 | </wcs:GetCoverage>
|
|---|
| 3564 |
|
|---|
| 3565 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/30-get_coverage_trim_asterisks.xml.out for oracle comparison... ok.
|
|---|
| 3566 | test.sh: byte comparison
|
|---|
| 3567 | test.sh: -> TEST FAILED
|
|---|
| 3568 | --------------------------------------------------------------------------------------------
|
|---|
| 3569 | running test: 31-get_coverage_slice_asterisks.error.kvp
|
|---|
| 3570 |
|
|---|
| 3571 | service=WCS&
|
|---|
| 3572 | version=2.0.1&
|
|---|
| 3573 | request=GetCoverage&
|
|---|
| 3574 | coverageId=mr&
|
|---|
| 3575 | subset=j(*)
|
|---|
| 3576 |
|
|---|
| 3577 | test.sh: http exit code comparison
|
|---|
| 3578 | test.sh: -> TEST PASSED
|
|---|
| 3579 | --------------------------------------------------------------------------------------------
|
|---|
| 3580 | running test: 31-get_coverage_slice_asterisks.error.xml
|
|---|
| 3581 |
|
|---|
| 3582 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3583 | <wcs:GetCoverage
|
|---|
| 3584 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3585 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3586 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3587 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3588 | service="WCS" version="2.0.1">
|
|---|
| 3589 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 3590 | <wcs:DimensionSlice>
|
|---|
| 3591 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3592 | <wcs:SlicePoint>*</wcs:SlicePoint>
|
|---|
| 3593 | </wcs:DimensionSlice>
|
|---|
| 3594 | </wcs:GetCoverage>
|
|---|
| 3595 |
|
|---|
| 3596 | test.sh: http exit code comparison
|
|---|
| 3597 | test.sh: -> TEST PASSED
|
|---|
| 3598 | --------------------------------------------------------------------------------------------
|
|---|
| 3599 | running test: 32-describe_coverage_no_id.error.kvp
|
|---|
| 3600 |
|
|---|
| 3601 | service=WCS&
|
|---|
| 3602 | version=2.0.1&
|
|---|
| 3603 | request=DescribeCoverage
|
|---|
| 3604 |
|
|---|
| 3605 | test.sh: http exit code comparison
|
|---|
| 3606 | test.sh: -> TEST PASSED
|
|---|
| 3607 | --------------------------------------------------------------------------------------------
|
|---|
| 3608 | running test: 32-describe_coverage_no_id.error.xml
|
|---|
| 3609 |
|
|---|
| 3610 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3611 | <wcs:DescribeCoverage
|
|---|
| 3612 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3613 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3614 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3615 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3616 | service="WCS" version="2.0.1">
|
|---|
| 3617 | </wcs:DescribeCoverage>
|
|---|
| 3618 |
|
|---|
| 3619 | test.sh: http exit code comparison
|
|---|
| 3620 | test.sh: -> TEST PASSED
|
|---|
| 3621 | --------------------------------------------------------------------------------------------
|
|---|
| 3622 | running test: 33-get_coverage_no_id.error.kvp
|
|---|
| 3623 |
|
|---|
| 3624 | service=WCS&
|
|---|
| 3625 | version=2.0.1&
|
|---|
| 3626 | request=GetCoverage
|
|---|
| 3627 |
|
|---|
| 3628 | test.sh: http exit code comparison
|
|---|
| 3629 | test.sh: -> TEST PASSED
|
|---|
| 3630 | --------------------------------------------------------------------------------------------
|
|---|
| 3631 | running test: 33-get_coverage_no_id.error.xml
|
|---|
| 3632 |
|
|---|
| 3633 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3634 | <wcs:GetCoverage
|
|---|
| 3635 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3636 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3637 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3638 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3639 | service="WCS" version="2.0.1">
|
|---|
| 3640 | </wcs:GetCoverage>
|
|---|
| 3641 |
|
|---|
| 3642 | test.sh: http exit code comparison
|
|---|
| 3643 | test.sh: -> TEST PASSED
|
|---|
| 3644 | --------------------------------------------------------------------------------------------
|
|---|
| 3645 | running test: 34-get_coverage_minimum_bbox.kvp
|
|---|
| 3646 |
|
|---|
| 3647 | service=WCS&
|
|---|
| 3648 | version=2.0.1&
|
|---|
| 3649 | request=GetCoverage&
|
|---|
| 3650 | coverageId=eobstest&
|
|---|
| 3651 | subset=Lat(31)&
|
|---|
| 3652 | subset=Long(70,70.1)&
|
|---|
| 3653 | subset=t("1950-01-02")
|
|---|
| 3654 |
|
|---|
| 3655 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/34-get_coverage_minimum_bbox.kvp.out for oracle comparison... ok.
|
|---|
| 3656 | test.sh: byte comparison
|
|---|
| 3657 | test.sh: -> TEST FAILED
|
|---|
| 3658 | --------------------------------------------------------------------------------------------
|
|---|
| 3659 | running test: 34-get_coverage_minimum_bbox.xml
|
|---|
| 3660 |
|
|---|
| 3661 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3662 | <wcs:GetCoverage
|
|---|
| 3663 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3664 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3665 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3666 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3667 | service="WCS" version="2.0.1">
|
|---|
| 3668 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3669 | <wcs:DimensionSlice>
|
|---|
| 3670 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3671 | <wcs:SlicePoint>31</wcs:SlicePoint>
|
|---|
| 3672 | </wcs:DimensionSlice>
|
|---|
| 3673 | <wcs:DimensionTrim>
|
|---|
| 3674 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3675 | <wcs:TrimLow>70</wcs:TrimLow>
|
|---|
| 3676 | <wcs:TrimHigh>70.1</wcs:TrimHigh>
|
|---|
| 3677 | </wcs:DimensionTrim>
|
|---|
| 3678 | <wcs:DimensionSlice>
|
|---|
| 3679 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3680 | <wcs:SlicePoint>"1950-01-02"</wcs:SlicePoint>
|
|---|
| 3681 | </wcs:DimensionSlice>
|
|---|
| 3682 | </wcs:GetCoverage>
|
|---|
| 3683 |
|
|---|
| 3684 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/34-get_coverage_minimum_bbox.xml.out for oracle comparison... ok.
|
|---|
| 3685 | test.sh: byte comparison
|
|---|
| 3686 | test.sh: -> TEST FAILED
|
|---|
| 3687 | --------------------------------------------------------------------------------------------
|
|---|
| 3688 | running test: 35-get_coverage_time_zone1.kvp
|
|---|
| 3689 |
|
|---|
| 3690 | service=WCS&
|
|---|
| 3691 | version=2.0.1&
|
|---|
| 3692 | request=GetCoverage&
|
|---|
| 3693 | coverageId=eobstest&
|
|---|
| 3694 | subset=Lat(31)&
|
|---|
| 3695 | subset=Long(70.1)&
|
|---|
| 3696 | subset=t("1950-01-01T12:00","1950-01-01T12Z")
|
|---|
| 3697 |
|
|---|
| 3698 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/35-get_coverage_time_zone1.kvp.out for oracle comparison... ok.
|
|---|
| 3699 | test.sh: byte comparison
|
|---|
| 3700 | test.sh: -> TEST FAILED
|
|---|
| 3701 | --------------------------------------------------------------------------------------------
|
|---|
| 3702 | running test: 35-get_coverage_time_zone1.xml
|
|---|
| 3703 |
|
|---|
| 3704 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3705 | <wcs:GetCoverage
|
|---|
| 3706 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3707 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3708 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3709 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3710 | service="WCS" version="2.0.1">
|
|---|
| 3711 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3712 | <wcs:DimensionSlice>
|
|---|
| 3713 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3714 | <wcs:SlicePoint>31</wcs:SlicePoint>
|
|---|
| 3715 | </wcs:DimensionSlice>
|
|---|
| 3716 | <wcs:DimensionSlice>
|
|---|
| 3717 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3718 | <wcs:SlicePoint>70.1</wcs:SlicePoint>
|
|---|
| 3719 | </wcs:DimensionSlice>
|
|---|
| 3720 | <wcs:DimensionTrim>
|
|---|
| 3721 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3722 | <wcs:TrimLow>"1950-01-01T12:00"</wcs:TrimLow>
|
|---|
| 3723 | <wcs:TrimHigh>"1950-01-01T12Z"</wcs:TrimHigh>
|
|---|
| 3724 | </wcs:DimensionTrim>
|
|---|
| 3725 | </wcs:GetCoverage>
|
|---|
| 3726 |
|
|---|
| 3727 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/35-get_coverage_time_zone1.xml.out for oracle comparison... ok.
|
|---|
| 3728 | test.sh: byte comparison
|
|---|
| 3729 | test.sh: -> TEST FAILED
|
|---|
| 3730 | --------------------------------------------------------------------------------------------
|
|---|
| 3731 | running test: 36-get_coverage_time_zone2.error.kvp
|
|---|
| 3732 |
|
|---|
| 3733 | service=WCS&
|
|---|
| 3734 | version=2.0.1&
|
|---|
| 3735 | request=GetCoverage&
|
|---|
| 3736 | coverageId=eobstest&
|
|---|
| 3737 | subset=Lat(31)&
|
|---|
| 3738 | subset=Long(70.1)&
|
|---|
| 3739 | subset=t("1950-01-01T12-01","1950-01-01T12Z")
|
|---|
| 3740 |
|
|---|
| 3741 | test.sh: http exit code comparison
|
|---|
| 3742 | test.sh: -> TEST PASSED
|
|---|
| 3743 | --------------------------------------------------------------------------------------------
|
|---|
| 3744 | running test: 36-get_coverage_time_zone2.error.xml
|
|---|
| 3745 |
|
|---|
| 3746 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3747 | <wcs:GetCoverage
|
|---|
| 3748 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3749 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3750 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3751 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3752 | service="WCS" version="2.0.1">
|
|---|
| 3753 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3754 | <wcs:DimensionSlice>
|
|---|
| 3755 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3756 | <wcs:SlicePoint>31</wcs:SlicePoint>
|
|---|
| 3757 | </wcs:DimensionSlice>
|
|---|
| 3758 | <wcs:DimensionSlice>
|
|---|
| 3759 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3760 | <wcs:SlicePoint>70.1</wcs:SlicePoint>
|
|---|
| 3761 | </wcs:DimensionSlice>
|
|---|
| 3762 | <wcs:DimensionTrim>
|
|---|
| 3763 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3764 | <wcs:TrimLow>"1950-01-01T12-01"</wcs:TrimLow>
|
|---|
| 3765 | <wcs:TrimHigh>"1950-01-01T12Z"</wcs:TrimHigh>
|
|---|
| 3766 | </wcs:DimensionTrim>
|
|---|
| 3767 | </wcs:GetCoverage>
|
|---|
| 3768 |
|
|---|
| 3769 | test.sh: http exit code comparison
|
|---|
| 3770 | test.sh: -> TEST PASSED
|
|---|
| 3771 | --------------------------------------------------------------------------------------------
|
|---|
| 3772 | running test: 37-get_coverage_time_zone3.error.kvp
|
|---|
| 3773 |
|
|---|
| 3774 | service=WCS&
|
|---|
| 3775 | version=2.0.1&
|
|---|
| 3776 | request=GetCoverage&
|
|---|
| 3777 | coverageId=eobstest&
|
|---|
| 3778 | subset=Lat(31)&
|
|---|
| 3779 | subset=Long(70.1)&
|
|---|
| 3780 | subset=t("1950-01-01T12:00%2B14","1950-01-01T11:59:59.999%2B12")
|
|---|
| 3781 |
|
|---|
| 3782 | test.sh: http exit code comparison
|
|---|
| 3783 | test.sh: -> TEST PASSED
|
|---|
| 3784 | --------------------------------------------------------------------------------------------
|
|---|
| 3785 | running test: 37-get_coverage_time_zone3.error.xml
|
|---|
| 3786 |
|
|---|
| 3787 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3788 | <wcs:GetCoverage
|
|---|
| 3789 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3790 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3791 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3792 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3793 | service="WCS" version="2.0.1">
|
|---|
| 3794 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3795 | <wcs:DimensionSlice>
|
|---|
| 3796 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3797 | <wcs:SlicePoint>31</wcs:SlicePoint>
|
|---|
| 3798 | </wcs:DimensionSlice>
|
|---|
| 3799 | <wcs:DimensionSlice>
|
|---|
| 3800 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3801 | <wcs:SlicePoint>70.1</wcs:SlicePoint>
|
|---|
| 3802 | </wcs:DimensionSlice>
|
|---|
| 3803 | <wcs:DimensionTrim>
|
|---|
| 3804 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3805 | <wcs:TrimLow>"1950-01-01T12:00%2B14"</wcs:TrimLow>
|
|---|
| 3806 | <wcs:TrimHigh>"1950-01-01T11:59:59.999%2B12"</wcs:TrimHigh>
|
|---|
| 3807 | </wcs:DimensionTrim>
|
|---|
| 3808 | </wcs:GetCoverage>
|
|---|
| 3809 |
|
|---|
| 3810 | test.sh: http exit code comparison
|
|---|
| 3811 | test.sh: -> TEST PASSED
|
|---|
| 3812 | --------------------------------------------------------------------------------------------
|
|---|
| 3813 | running test: 38-get_coverage_trim_asterisk_time1.kvp
|
|---|
| 3814 |
|
|---|
| 3815 | service=WCS&
|
|---|
| 3816 | version=2.0.1&
|
|---|
| 3817 | request=GetCoverage&
|
|---|
| 3818 | coverageId=eobstest&
|
|---|
| 3819 | subset=Lat(30)&
|
|---|
| 3820 | subset=Long(66.6)&
|
|---|
| 3821 | subset=t("1950-01-05",*)
|
|---|
| 3822 |
|
|---|
| 3823 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/38-get_coverage_trim_asterisk_time1.kvp.out for oracle comparison... ok.
|
|---|
| 3824 | test.sh: byte comparison
|
|---|
| 3825 | test.sh: -> TEST FAILED
|
|---|
| 3826 | --------------------------------------------------------------------------------------------
|
|---|
| 3827 | running test: 38-get_coverage_trim_asterisk_time1.xml
|
|---|
| 3828 |
|
|---|
| 3829 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3830 | <wcs:GetCoverage
|
|---|
| 3831 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3832 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3833 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3834 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3835 | service="WCS" version="2.0.1">
|
|---|
| 3836 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3837 | <wcs:DimensionSlice>
|
|---|
| 3838 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3839 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 3840 | </wcs:DimensionSlice>
|
|---|
| 3841 | <wcs:DimensionSlice>
|
|---|
| 3842 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3843 | <wcs:SlicePoint>66.6</wcs:SlicePoint>
|
|---|
| 3844 | </wcs:DimensionSlice>
|
|---|
| 3845 | <wcs:DimensionTrim>
|
|---|
| 3846 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3847 | <wcs:TrimLow>"1950-01-05"</wcs:TrimLow>
|
|---|
| 3848 | <wcs:TrimHigh>*</wcs:TrimHigh>
|
|---|
| 3849 | </wcs:DimensionTrim>
|
|---|
| 3850 | </wcs:GetCoverage>
|
|---|
| 3851 |
|
|---|
| 3852 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/38-get_coverage_trim_asterisk_time1.xml.out for oracle comparison... ok.
|
|---|
| 3853 | test.sh: byte comparison
|
|---|
| 3854 | test.sh: -> TEST FAILED
|
|---|
| 3855 | --------------------------------------------------------------------------------------------
|
|---|
| 3856 | running test: 39-get_coverage_trim_asterisk_time2.kvp
|
|---|
| 3857 |
|
|---|
| 3858 | service=WCS&
|
|---|
| 3859 | version=2.0.1&
|
|---|
| 3860 | request=GetCoverage&
|
|---|
| 3861 | coverageId=eobstest&
|
|---|
| 3862 | subset=Lat(30)&
|
|---|
| 3863 | subset=Long(66.6)&
|
|---|
| 3864 | subset=t(*,"1950-01-05")
|
|---|
| 3865 |
|
|---|
| 3866 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/39-get_coverage_trim_asterisk_time2.kvp.out for oracle comparison... ok.
|
|---|
| 3867 | test.sh: byte comparison
|
|---|
| 3868 | test.sh: -> TEST FAILED
|
|---|
| 3869 | --------------------------------------------------------------------------------------------
|
|---|
| 3870 | running test: 39-get_coverage_trim_asterisk_time2.xml
|
|---|
| 3871 |
|
|---|
| 3872 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3873 | <wcs:GetCoverage
|
|---|
| 3874 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3875 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3876 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3877 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3878 | service="WCS" version="2.0.1">
|
|---|
| 3879 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3880 | <wcs:DimensionSlice>
|
|---|
| 3881 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3882 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 3883 | </wcs:DimensionSlice>
|
|---|
| 3884 | <wcs:DimensionSlice>
|
|---|
| 3885 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3886 | <wcs:SlicePoint>66.6</wcs:SlicePoint>
|
|---|
| 3887 | </wcs:DimensionSlice>
|
|---|
| 3888 | <wcs:DimensionTrim>
|
|---|
| 3889 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3890 | <wcs:TrimLow>*</wcs:TrimLow>
|
|---|
| 3891 | <wcs:TrimHigh>"1950-01-05"</wcs:TrimHigh>
|
|---|
| 3892 | </wcs:DimensionTrim>
|
|---|
| 3893 | </wcs:GetCoverage>
|
|---|
| 3894 |
|
|---|
| 3895 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/39-get_coverage_trim_asterisk_time2.xml.out for oracle comparison... ok.
|
|---|
| 3896 | test.sh: byte comparison
|
|---|
| 3897 | test.sh: -> TEST FAILED
|
|---|
| 3898 | --------------------------------------------------------------------------------------------
|
|---|
| 3899 | running test: 40-get_coverage_trim_asterisk_time3.kvp
|
|---|
| 3900 |
|
|---|
| 3901 | service=WCS&
|
|---|
| 3902 | version=2.0.1&
|
|---|
| 3903 | request=GetCoverage&
|
|---|
| 3904 | coverageId=eobstest&
|
|---|
| 3905 | subset=Lat(30)&
|
|---|
| 3906 | subset=Long(66.6)&
|
|---|
| 3907 | subset=t(*,*)
|
|---|
| 3908 |
|
|---|
| 3909 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/40-get_coverage_trim_asterisk_time3.kvp.out for oracle comparison... ok.
|
|---|
| 3910 | test.sh: byte comparison
|
|---|
| 3911 | test.sh: -> TEST FAILED
|
|---|
| 3912 | --------------------------------------------------------------------------------------------
|
|---|
| 3913 | running test: 40-get_coverage_trim_asterisk_time3.xml
|
|---|
| 3914 |
|
|---|
| 3915 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3916 | <wcs:GetCoverage
|
|---|
| 3917 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3918 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3919 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3920 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3921 | service="WCS" version="2.0.1">
|
|---|
| 3922 | <wcs:CoverageId>eobstest</wcs:CoverageId>
|
|---|
| 3923 | <wcs:DimensionSlice>
|
|---|
| 3924 | <wcs:Dimension>Lat</wcs:Dimension>
|
|---|
| 3925 | <wcs:SlicePoint>30</wcs:SlicePoint>
|
|---|
| 3926 | </wcs:DimensionSlice>
|
|---|
| 3927 | <wcs:DimensionSlice>
|
|---|
| 3928 | <wcs:Dimension>Long</wcs:Dimension>
|
|---|
| 3929 | <wcs:SlicePoint>66.6</wcs:SlicePoint>
|
|---|
| 3930 | </wcs:DimensionSlice>
|
|---|
| 3931 | <wcs:DimensionTrim>
|
|---|
| 3932 | <wcs:Dimension>t</wcs:Dimension>
|
|---|
| 3933 | <wcs:TrimLow>*</wcs:TrimLow>
|
|---|
| 3934 | <wcs:TrimHigh>*</wcs:TrimHigh>
|
|---|
| 3935 | </wcs:DimensionTrim>
|
|---|
| 3936 | </wcs:GetCoverage>
|
|---|
| 3937 |
|
|---|
| 3938 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/40-get_coverage_trim_asterisk_time3.xml.out for oracle comparison... ok.
|
|---|
| 3939 | test.sh: byte comparison
|
|---|
| 3940 | test.sh: -> TEST FAILED
|
|---|
| 3941 | --------------------------------------------------------------------------------------------
|
|---|
| 3942 | running test: 41-get_coverage_untouched_irregular_axis.kvp
|
|---|
| 3943 |
|
|---|
| 3944 | service=WCS&
|
|---|
| 3945 | version=2.0.1&
|
|---|
| 3946 | request=GetCoverage&
|
|---|
| 3947 | coverageId=irr_cube_1&
|
|---|
| 3948 | subset=i(0,1)&
|
|---|
| 3949 | subset=j(3,4)
|
|---|
| 3950 |
|
|---|
| 3951 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/41-get_coverage_untouched_irregular_axis.kvp.out for oracle comparison... ok.
|
|---|
| 3952 | test.sh: byte comparison
|
|---|
| 3953 | test.sh: -> TEST FAILED
|
|---|
| 3954 | --------------------------------------------------------------------------------------------
|
|---|
| 3955 | running test: 41-get_coverage_untouched_irregular_axis.xml
|
|---|
| 3956 |
|
|---|
| 3957 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3958 | <wcs:GetCoverage
|
|---|
| 3959 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3960 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 3961 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 3962 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 3963 | service="WCS" version="2.0.1">
|
|---|
| 3964 | <wcs:CoverageId>irr_cube_1</wcs:CoverageId>
|
|---|
| 3965 | <wcs:DimensionTrim>
|
|---|
| 3966 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 3967 | <wcs:TrimLow>0</wcs:TrimLow>
|
|---|
| 3968 | <wcs:TrimHigh>1</wcs:TrimHigh>
|
|---|
| 3969 | </wcs:DimensionTrim>
|
|---|
| 3970 | <wcs:DimensionTrim>
|
|---|
| 3971 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 3972 | <wcs:TrimLow>3</wcs:TrimLow>
|
|---|
| 3973 | <wcs:TrimHigh>4</wcs:TrimHigh>
|
|---|
| 3974 | </wcs:DimensionTrim>
|
|---|
| 3975 | </wcs:GetCoverage>
|
|---|
| 3976 |
|
|---|
| 3977 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/41-get_coverage_untouched_irregular_axis.xml.out for oracle comparison... ok.
|
|---|
| 3978 | test.sh: byte comparison
|
|---|
| 3979 | test.sh: -> TEST FAILED
|
|---|
| 3980 | --------------------------------------------------------------------------------------------
|
|---|
| 3981 | running test: 42-get_coverage_0D_referenceable.kvp
|
|---|
| 3982 |
|
|---|
| 3983 | service=WCS&
|
|---|
| 3984 | version=2.0.1&
|
|---|
| 3985 | request=GetCoverage&
|
|---|
| 3986 | coverageId=irr_cube_1&
|
|---|
| 3987 | subset=i(2)&
|
|---|
| 3988 | subset=j(5)&
|
|---|
| 3989 | subset=k(8)
|
|---|
| 3990 |
|
|---|
| 3991 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/42-get_coverage_0D_referenceable.kvp.out for oracle comparison... ok.
|
|---|
| 3992 | test.sh: byte comparison
|
|---|
| 3993 | test.sh: -> TEST FAILED
|
|---|
| 3994 | --------------------------------------------------------------------------------------------
|
|---|
| 3995 | running test: 42-get_coverage_0D_referenceable.xml
|
|---|
| 3996 |
|
|---|
| 3997 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 3998 | <wcs:GetCoverage
|
|---|
| 3999 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4000 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4001 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4002 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4003 | service="WCS" version="2.0.1">
|
|---|
| 4004 | <wcs:CoverageId>irr_cube_1</wcs:CoverageId>
|
|---|
| 4005 | <wcs:DimensionSlice>
|
|---|
| 4006 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 4007 | <wcs:SlicePoint>2</wcs:SlicePoint>
|
|---|
| 4008 | </wcs:DimensionSlice>
|
|---|
| 4009 | <wcs:DimensionSlice>
|
|---|
| 4010 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 4011 | <wcs:SlicePoint>5</wcs:SlicePoint>
|
|---|
| 4012 | </wcs:DimensionSlice>
|
|---|
| 4013 | <wcs:DimensionSlice>
|
|---|
| 4014 | <wcs:Dimension>k</wcs:Dimension>
|
|---|
| 4015 | <wcs:SlicePoint>8</wcs:SlicePoint>
|
|---|
| 4016 | </wcs:DimensionSlice>
|
|---|
| 4017 | </wcs:GetCoverage>
|
|---|
| 4018 |
|
|---|
| 4019 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/42-get_coverage_0D_referenceable.xml.out for oracle comparison... ok.
|
|---|
| 4020 | test.sh: byte comparison
|
|---|
| 4021 | test.sh: -> TEST FAILED
|
|---|
| 4022 | --------------------------------------------------------------------------------------------
|
|---|
| 4023 | running test: 43-get_coverage_fit_bbox_irregular_axis.kvp
|
|---|
| 4024 |
|
|---|
| 4025 | service=WCS&
|
|---|
| 4026 | version=2.0.1&
|
|---|
| 4027 | request=GetCoverage&
|
|---|
| 4028 | coverageId=irr_cube_1&
|
|---|
| 4029 | subset=i(0,2)&
|
|---|
| 4030 | subset=j(3,5)&
|
|---|
| 4031 | subset=k(4,7)
|
|---|
| 4032 |
|
|---|
| 4033 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/43-get_coverage_fit_bbox_irregular_axis.kvp.out for oracle comparison... ok.
|
|---|
| 4034 | test.sh: byte comparison
|
|---|
| 4035 | test.sh: -> TEST FAILED
|
|---|
| 4036 | --------------------------------------------------------------------------------------------
|
|---|
| 4037 | running test: 43-get_coverage_fit_bbox_irregular_axis.xml
|
|---|
| 4038 |
|
|---|
| 4039 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4040 | <wcs:GetCoverage
|
|---|
| 4041 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4042 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4043 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4044 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4045 | service="WCS" version="2.0.1">
|
|---|
| 4046 | <wcs:CoverageId>irr_cube_1</wcs:CoverageId>
|
|---|
| 4047 | <wcs:DimensionTrim>
|
|---|
| 4048 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 4049 | <wcs:TrimLow>0</wcs:TrimLow>
|
|---|
| 4050 | <wcs:TrimHigh>2</wcs:TrimHigh>
|
|---|
| 4051 | </wcs:DimensionTrim>
|
|---|
| 4052 | <wcs:DimensionTrim>
|
|---|
| 4053 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 4054 | <wcs:TrimLow>3</wcs:TrimLow>
|
|---|
| 4055 | <wcs:TrimHigh>5</wcs:TrimHigh>
|
|---|
| 4056 | </wcs:DimensionTrim>
|
|---|
| 4057 | <wcs:DimensionTrim>
|
|---|
| 4058 | <wcs:Dimension>k</wcs:Dimension>
|
|---|
| 4059 | <wcs:TrimLow>4</wcs:TrimLow>
|
|---|
| 4060 | <wcs:TrimHigh>7</wcs:TrimHigh>
|
|---|
| 4061 | </wcs:DimensionTrim>
|
|---|
| 4062 | </wcs:GetCoverage>
|
|---|
| 4063 |
|
|---|
| 4064 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/43-get_coverage_fit_bbox_irregular_axis.xml.out for oracle comparison... ok.
|
|---|
| 4065 | test.sh: byte comparison
|
|---|
| 4066 | test.sh: -> TEST FAILED
|
|---|
| 4067 | --------------------------------------------------------------------------------------------
|
|---|
| 4068 | running test: 44-get_coverage_trim_irr_time1.kvp
|
|---|
| 4069 |
|
|---|
| 4070 | service=WCS&
|
|---|
| 4071 | version=2.0.1&
|
|---|
| 4072 | request=GetCoverage&
|
|---|
| 4073 | coverageId=irr_cube_2&
|
|---|
| 4074 | subset=E(100000)&
|
|---|
| 4075 | subset=N(5100000)&
|
|---|
| 4076 | subset=ansi("2008-01-02","2008-01-06")
|
|---|
| 4077 |
|
|---|
| 4078 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/44-get_coverage_trim_irr_time1.kvp.out for oracle comparison... ok.
|
|---|
| 4079 | test.sh: byte comparison
|
|---|
| 4080 | test.sh: -> TEST FAILED
|
|---|
| 4081 | --------------------------------------------------------------------------------------------
|
|---|
| 4082 | running test: 44-get_coverage_trim_irr_time1.xml
|
|---|
| 4083 |
|
|---|
| 4084 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4085 | <wcs:GetCoverage
|
|---|
| 4086 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4087 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4088 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4089 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4090 | service="WCS" version="2.0.1">
|
|---|
| 4091 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4092 | <wcs:DimensionSlice>
|
|---|
| 4093 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4094 | <wcs:SlicePoint>100000</wcs:SlicePoint>
|
|---|
| 4095 | </wcs:DimensionSlice>
|
|---|
| 4096 | <wcs:DimensionSlice>
|
|---|
| 4097 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4098 | <wcs:SlicePoint>5100000</wcs:SlicePoint>
|
|---|
| 4099 | </wcs:DimensionSlice>
|
|---|
| 4100 | <wcs:DimensionTrim>
|
|---|
| 4101 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4102 | <wcs:TrimLow>"2008-01-02"</wcs:TrimLow>
|
|---|
| 4103 | <wcs:TrimHigh>"2008-01-06"</wcs:TrimHigh>
|
|---|
| 4104 | </wcs:DimensionTrim>
|
|---|
| 4105 | </wcs:GetCoverage>
|
|---|
| 4106 |
|
|---|
| 4107 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/44-get_coverage_trim_irr_time1.xml.out for oracle comparison... ok.
|
|---|
| 4108 | test.sh: byte comparison
|
|---|
| 4109 | test.sh: -> TEST FAILED
|
|---|
| 4110 | --------------------------------------------------------------------------------------------
|
|---|
| 4111 | running test: 45-get_coverage_trim_irr_time2.kvp
|
|---|
| 4112 |
|
|---|
| 4113 | service=WCS&
|
|---|
| 4114 | version=2.0.1&
|
|---|
| 4115 | request=GetCoverage&
|
|---|
| 4116 | coverageId=irr_cube_2&
|
|---|
| 4117 | subset=E(100000)&
|
|---|
| 4118 | subset=N(5100000)&
|
|---|
| 4119 | subset=ansi(148654,148658)
|
|---|
| 4120 |
|
|---|
| 4121 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/45-get_coverage_trim_irr_time2.kvp.out for oracle comparison... ok.
|
|---|
| 4122 | test.sh: byte comparison
|
|---|
| 4123 | test.sh: -> TEST FAILED
|
|---|
| 4124 | --------------------------------------------------------------------------------------------
|
|---|
| 4125 | running test: 45-get_coverage_trim_irr_time2.xml
|
|---|
| 4126 |
|
|---|
| 4127 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4128 | <wcs:GetCoverage
|
|---|
| 4129 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4130 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4131 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4132 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4133 | service="WCS" version="2.0.1">
|
|---|
| 4134 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4135 | <wcs:DimensionSlice>
|
|---|
| 4136 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4137 | <wcs:SlicePoint>100000</wcs:SlicePoint>
|
|---|
| 4138 | </wcs:DimensionSlice>
|
|---|
| 4139 | <wcs:DimensionSlice>
|
|---|
| 4140 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4141 | <wcs:SlicePoint>5100000</wcs:SlicePoint>
|
|---|
| 4142 | </wcs:DimensionSlice>
|
|---|
| 4143 | <wcs:DimensionTrim>
|
|---|
| 4144 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4145 | <wcs:TrimLow>148654</wcs:TrimLow>
|
|---|
| 4146 | <wcs:TrimHigh>148658</wcs:TrimHigh>
|
|---|
| 4147 | </wcs:DimensionTrim>
|
|---|
| 4148 | </wcs:GetCoverage>
|
|---|
| 4149 |
|
|---|
| 4150 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/45-get_coverage_trim_irr_time2.xml.out for oracle comparison... ok.
|
|---|
| 4151 | test.sh: byte comparison
|
|---|
| 4152 | test.sh: -> TEST FAILED
|
|---|
| 4153 | --------------------------------------------------------------------------------------------
|
|---|
| 4154 | running test: 46-get_coverage_slice_irr_time1.kvp
|
|---|
| 4155 |
|
|---|
| 4156 | service=WCS&
|
|---|
| 4157 | version=2.0.1&
|
|---|
| 4158 | request=GetCoverage&
|
|---|
| 4159 | coverageId=irr_cube_2&
|
|---|
| 4160 | subset=E(100000,100666)&
|
|---|
| 4161 | subset=N(5100000,5123456)&
|
|---|
| 4162 | subset=ansi("2008-01-08")
|
|---|
| 4163 |
|
|---|
| 4164 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/46-get_coverage_slice_irr_time1.kvp.out for oracle comparison... ok.
|
|---|
| 4165 | test.sh: byte comparison
|
|---|
| 4166 | test.sh: -> TEST FAILED
|
|---|
| 4167 | --------------------------------------------------------------------------------------------
|
|---|
| 4168 | running test: 46-get_coverage_slice_irr_time1.xml
|
|---|
| 4169 |
|
|---|
| 4170 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4171 | <wcs:GetCoverage
|
|---|
| 4172 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4173 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4174 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4175 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4176 | service="WCS" version="2.0.1">
|
|---|
| 4177 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4178 | <wcs:DimensionTrim>
|
|---|
| 4179 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4180 | <wcs:TrimLow>100000</wcs:TrimLow>
|
|---|
| 4181 | <wcs:TrimHigh>100666</wcs:TrimHigh>
|
|---|
| 4182 | </wcs:DimensionTrim>
|
|---|
| 4183 | <wcs:DimensionTrim>
|
|---|
| 4184 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4185 | <wcs:TrimLow>5100000</wcs:TrimLow>
|
|---|
| 4186 | <wcs:TrimHigh>5123456</wcs:TrimHigh>
|
|---|
| 4187 | </wcs:DimensionTrim>
|
|---|
| 4188 | <wcs:DimensionSlice>
|
|---|
| 4189 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4190 | <wcs:SlicePoint>"2008-01-08"</wcs:SlicePoint>
|
|---|
| 4191 | </wcs:DimensionSlice>
|
|---|
| 4192 | </wcs:GetCoverage>
|
|---|
| 4193 |
|
|---|
| 4194 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/46-get_coverage_slice_irr_time1.xml.out for oracle comparison... ok.
|
|---|
| 4195 | test.sh: byte comparison
|
|---|
| 4196 | test.sh: -> TEST FAILED
|
|---|
| 4197 | --------------------------------------------------------------------------------------------
|
|---|
| 4198 | running test: 47-get_coverage_slice_irr_time2.kvp
|
|---|
| 4199 |
|
|---|
| 4200 | service=WCS&
|
|---|
| 4201 | version=2.0.1&
|
|---|
| 4202 | request=GetCoverage&
|
|---|
| 4203 | coverageId=irr_cube_2&
|
|---|
| 4204 | subset=E(100000,100666)&
|
|---|
| 4205 | subset=N(5100000,5123456)&
|
|---|
| 4206 | subset=ansi(148661)
|
|---|
| 4207 |
|
|---|
| 4208 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/47-get_coverage_slice_irr_time2.kvp.out for oracle comparison... ok.
|
|---|
| 4209 | test.sh: byte comparison
|
|---|
| 4210 | test.sh: -> TEST FAILED
|
|---|
| 4211 | --------------------------------------------------------------------------------------------
|
|---|
| 4212 | running test: 47-get_coverage_slice_irr_time2.xml
|
|---|
| 4213 |
|
|---|
| 4214 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4215 | <wcs:GetCoverage
|
|---|
| 4216 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4217 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4218 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4219 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4220 | service="WCS" version="2.0.1">
|
|---|
| 4221 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4222 | <wcs:DimensionTrim>
|
|---|
| 4223 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4224 | <wcs:TrimLow>100000</wcs:TrimLow>
|
|---|
| 4225 | <wcs:TrimHigh>100666</wcs:TrimHigh>
|
|---|
| 4226 | </wcs:DimensionTrim>
|
|---|
| 4227 | <wcs:DimensionTrim>
|
|---|
| 4228 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4229 | <wcs:TrimLow>5100000</wcs:TrimLow>
|
|---|
| 4230 | <wcs:TrimHigh>5123456</wcs:TrimHigh>
|
|---|
| 4231 | </wcs:DimensionTrim>
|
|---|
| 4232 | <wcs:DimensionSlice>
|
|---|
| 4233 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4234 | <wcs:SlicePoint>148661</wcs:SlicePoint>
|
|---|
| 4235 | </wcs:DimensionSlice>
|
|---|
| 4236 | </wcs:GetCoverage>
|
|---|
| 4237 |
|
|---|
| 4238 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/47-get_coverage_slice_irr_time2.xml.out for oracle comparison... ok.
|
|---|
| 4239 | test.sh: byte comparison
|
|---|
| 4240 | test.sh: -> TEST FAILED
|
|---|
| 4241 | --------------------------------------------------------------------------------------------
|
|---|
| 4242 | running test: 49-get_coverage_interpolation_param.kvp
|
|---|
| 4243 |
|
|---|
| 4244 | service=WCS&
|
|---|
| 4245 | version=2.0.1&
|
|---|
| 4246 | request=GetCoverage&
|
|---|
| 4247 | coverageId=mr&
|
|---|
| 4248 | scalefactor=100&
|
|---|
| 4249 | interpolation=http://www.opengis.net/def/interpolation/OGC/0/nearest-neighbor
|
|---|
| 4250 |
|
|---|
| 4251 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/49-get_coverage_interpolation_param.kvp.out for oracle comparison... ok.
|
|---|
| 4252 | test.sh: byte comparison
|
|---|
| 4253 | test.sh: -> TEST FAILED
|
|---|
| 4254 | --------------------------------------------------------------------------------------------
|
|---|
| 4255 | running test: 49-get_coverage_interpolation_param.xml
|
|---|
| 4256 |
|
|---|
| 4257 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4258 | <wcs:GetCoverage
|
|---|
| 4259 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4260 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4261 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4262 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4263 | xmlns:int="http://www.opengis.net/wcs/interpolation/1.0"
|
|---|
| 4264 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4265 | service="WCS" version="2.0.1">
|
|---|
| 4266 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 4267 | <wcs:Extension>
|
|---|
| 4268 | <scal:Scaling>
|
|---|
| 4269 | <scal:ScaleByFactor>
|
|---|
| 4270 | <scal:scaleFactor>100</scal:scaleFactor>
|
|---|
| 4271 | </scal:ScaleByFactor>
|
|---|
| 4272 | </scal:Scaling>
|
|---|
| 4273 | <int:Interpolation>
|
|---|
| 4274 | <int:globalInterpolation>http://www.opengis.net/def/interpolation/OGC/0/nearest-neighbor</int:globalInterpolation>
|
|---|
| 4275 | </int:Interpolation>
|
|---|
| 4276 | </wcs:Extension>
|
|---|
| 4277 | </wcs:GetCoverage>
|
|---|
| 4278 |
|
|---|
| 4279 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/49-get_coverage_interpolation_param.xml.out for oracle comparison... ok.
|
|---|
| 4280 | test.sh: byte comparison
|
|---|
| 4281 | test.sh: -> TEST FAILED
|
|---|
| 4282 | --------------------------------------------------------------------------------------------
|
|---|
| 4283 | running test: 50-get_coverage_interpolation_param.error.kvp
|
|---|
| 4284 |
|
|---|
| 4285 | service=WCS&
|
|---|
| 4286 | version=2.0.1&
|
|---|
| 4287 | request=GetCoverage&
|
|---|
| 4288 | coverageId=mr&
|
|---|
| 4289 | interpolation=foo
|
|---|
| 4290 |
|
|---|
| 4291 | test.sh: http exit code comparison
|
|---|
| 4292 | test.sh: -> TEST PASSED
|
|---|
| 4293 | --------------------------------------------------------------------------------------------
|
|---|
| 4294 | running test: 50-get_coverage_interpolation_param.error.xml
|
|---|
| 4295 |
|
|---|
| 4296 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4297 | <wcs:GetCoverage
|
|---|
| 4298 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4299 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4300 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4301 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4302 | xmlns:int="http://www.opengis.net/wcs/interpolation/1.0"
|
|---|
| 4303 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4304 | service="WCS" version="2.0.1">
|
|---|
| 4305 | <wcs:CoverageId>mr</wcs:CoverageId>
|
|---|
| 4306 | <wcs:Extension>
|
|---|
| 4307 | <int:Interpolation>
|
|---|
| 4308 | <int:globalInterpolation>foo</int:globalInterpolation>
|
|---|
| 4309 | </int:Interpolation>
|
|---|
| 4310 | </wcs:Extension>
|
|---|
| 4311 | </wcs:GetCoverage>
|
|---|
| 4312 |
|
|---|
| 4313 | test.sh: http exit code comparison
|
|---|
| 4314 | test.sh: -> TEST PASSED
|
|---|
| 4315 | --------------------------------------------------------------------------------------------
|
|---|
| 4316 | running test: 51-get_coverage_gridcov1.kvp
|
|---|
| 4317 |
|
|---|
| 4318 | service=WCS&
|
|---|
| 4319 | version=2.0.1&
|
|---|
| 4320 | request=GetCoverage&
|
|---|
| 4321 | coverageId=float_4d&
|
|---|
| 4322 | subset=i(0,0)&
|
|---|
| 4323 | subset=j(0,0)&
|
|---|
| 4324 | subset=k(10)&
|
|---|
| 4325 | subset=m(15)
|
|---|
| 4326 |
|
|---|
| 4327 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/51-get_coverage_gridcov1.kvp.out for oracle comparison... ok.
|
|---|
| 4328 | test.sh: byte comparison
|
|---|
| 4329 | test.sh: -> TEST FAILED
|
|---|
| 4330 | --------------------------------------------------------------------------------------------
|
|---|
| 4331 | running test: 51-get_coverage_gridcov1.xml
|
|---|
| 4332 |
|
|---|
| 4333 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4334 | <wcs:GetCoverage
|
|---|
| 4335 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4336 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4337 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4338 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4339 | service="WCS" version="2.0.1">
|
|---|
| 4340 | <wcs:CoverageId>float_4d</wcs:CoverageId>
|
|---|
| 4341 | <wcs:DimensionTrim>
|
|---|
| 4342 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 4343 | <wcs:TrimLow>0</wcs:TrimLow>
|
|---|
| 4344 | <wcs:TrimHigh>0</wcs:TrimHigh>
|
|---|
| 4345 | </wcs:DimensionTrim>
|
|---|
| 4346 | <wcs:DimensionTrim>
|
|---|
| 4347 | <wcs:Dimension>j</wcs:Dimension>
|
|---|
| 4348 | <wcs:TrimLow>0</wcs:TrimLow>
|
|---|
| 4349 | <wcs:TrimHigh>0</wcs:TrimHigh>
|
|---|
| 4350 | </wcs:DimensionTrim>
|
|---|
| 4351 | <wcs:DimensionSlice>
|
|---|
| 4352 | <wcs:Dimension>k</wcs:Dimension>
|
|---|
| 4353 | <wcs:SlicePoint>10</wcs:SlicePoint>
|
|---|
| 4354 | </wcs:DimensionSlice>
|
|---|
| 4355 | <wcs:DimensionSlice>
|
|---|
| 4356 | <wcs:Dimension>m</wcs:Dimension>
|
|---|
| 4357 | <wcs:SlicePoint>15</wcs:SlicePoint>
|
|---|
| 4358 | </wcs:DimensionSlice>
|
|---|
| 4359 | </wcs:GetCoverage>
|
|---|
| 4360 |
|
|---|
| 4361 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/51-get_coverage_gridcov1.xml.out for oracle comparison... ok.
|
|---|
| 4362 | test.sh: byte comparison
|
|---|
| 4363 | test.sh: -> TEST FAILED
|
|---|
| 4364 | --------------------------------------------------------------------------------------------
|
|---|
| 4365 | running test: 52-get_coverage_gridcov2.kvp
|
|---|
| 4366 |
|
|---|
| 4367 | service=WCS&
|
|---|
| 4368 | version=2.0.1&
|
|---|
| 4369 | request=GetCoverage&
|
|---|
| 4370 | coverageId=double_1d&
|
|---|
| 4371 | subset=i(6,9)
|
|---|
| 4372 |
|
|---|
| 4373 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/52-get_coverage_gridcov2.kvp.out for oracle comparison... ok.
|
|---|
| 4374 | test.sh: byte comparison
|
|---|
| 4375 | test.sh: -> TEST FAILED
|
|---|
| 4376 | --------------------------------------------------------------------------------------------
|
|---|
| 4377 | running test: 52-get_coverage_gridcov2.xml
|
|---|
| 4378 |
|
|---|
| 4379 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4380 | <wcs:GetCoverage
|
|---|
| 4381 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4382 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4383 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4384 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4385 | service="WCS" version="2.0.1">
|
|---|
| 4386 | <wcs:CoverageId>double_1d</wcs:CoverageId>
|
|---|
| 4387 | <wcs:DimensionTrim>
|
|---|
| 4388 | <wcs:Dimension>i</wcs:Dimension>
|
|---|
| 4389 | <wcs:TrimLow>6</wcs:TrimLow>
|
|---|
| 4390 | <wcs:TrimHigh>9</wcs:TrimHigh>
|
|---|
| 4391 | </wcs:DimensionTrim>
|
|---|
| 4392 | </wcs:GetCoverage>
|
|---|
| 4393 |
|
|---|
| 4394 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/52-get_coverage_gridcov2.xml.out for oracle comparison... ok.
|
|---|
| 4395 | test.sh: byte comparison
|
|---|
| 4396 | test.sh: -> TEST FAILED
|
|---|
| 4397 | --------------------------------------------------------------------------------------------
|
|---|
| 4398 | running test: 53-get_coverage_insubset_gridcrs.kvp
|
|---|
| 4399 |
|
|---|
| 4400 | service=WCS&
|
|---|
| 4401 | version=2.0.1&
|
|---|
| 4402 | request=GetCoverage&
|
|---|
| 4403 | coverageId=mean_summer_airtemp&
|
|---|
| 4404 | subset=Long,CRS:1(400,401)&
|
|---|
| 4405 | subset=Lat,CRS:1(350,351)
|
|---|
| 4406 |
|
|---|
| 4407 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/53-get_coverage_insubset_gridcrs.kvp.out for oracle comparison... ok.
|
|---|
| 4408 | test.sh: byte comparison
|
|---|
| 4409 | test.sh: -> TEST FAILED
|
|---|
| 4410 | --------------------------------------------------------------------------------------------
|
|---|
| 4411 | running test: 53-get_coverage_range_no_such_field.error.kvp
|
|---|
| 4412 |
|
|---|
| 4413 | service=WCS&
|
|---|
| 4414 | version=2.0.1&
|
|---|
| 4415 | request=GetCoverage&
|
|---|
| 4416 | coverageId=rgb&
|
|---|
| 4417 | rangesubset=fake_name
|
|---|
| 4418 |
|
|---|
| 4419 | test.sh: http exit code comparison
|
|---|
| 4420 | test.sh: -> TEST PASSED
|
|---|
| 4421 | --------------------------------------------------------------------------------------------
|
|---|
| 4422 | running test: 53-get_coverage_range_no_such_field.error.xml
|
|---|
| 4423 |
|
|---|
| 4424 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4425 | <wcs:GetCoverage
|
|---|
| 4426 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4427 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4428 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4429 | xmlns:rsub="http://www.opengis.net/wcs/range-subsetting/1.0"
|
|---|
| 4430 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4431 | service="WCS" version="2.0.1">
|
|---|
| 4432 | <wcs:CoverageId>rgb</wcs:CoverageId>
|
|---|
| 4433 | <wcs:Extension>
|
|---|
| 4434 | <rsub:rangeSubset>
|
|---|
| 4435 | <rsub:rangeItem>
|
|---|
| 4436 | <rsub:rangeComponent>fake_name</rsub:rangeComponent>
|
|---|
| 4437 | </rsub:rangeItem>
|
|---|
| 4438 | </rsub:rangeSubset>
|
|---|
| 4439 | </wcs:Extension>
|
|---|
| 4440 | </wcs:GetCoverage>
|
|---|
| 4441 |
|
|---|
| 4442 | test.sh: http exit code comparison
|
|---|
| 4443 | test.sh: -> TEST PASSED
|
|---|
| 4444 | --------------------------------------------------------------------------------------------
|
|---|
| 4445 | running test: 54-get_coverage_illegal_field_sequence.error.kvp
|
|---|
| 4446 |
|
|---|
| 4447 | service=WCS&
|
|---|
| 4448 | version=2.0.1&
|
|---|
| 4449 | request=GetCoverage&
|
|---|
| 4450 | coverageId=rgb&
|
|---|
| 4451 | rangesubset=green:red
|
|---|
| 4452 |
|
|---|
| 4453 | test.sh: http exit code comparison
|
|---|
| 4454 | test.sh: -> TEST PASSED
|
|---|
| 4455 | --------------------------------------------------------------------------------------------
|
|---|
| 4456 | running test: 54-get_coverage_illegal_field_sequence.error.xml
|
|---|
| 4457 |
|
|---|
| 4458 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4459 | <wcs:GetCoverage
|
|---|
| 4460 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4461 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4462 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4463 | xmlns:rsub="http://www.opengis.net/wcs/range-subsetting/1.0"
|
|---|
| 4464 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4465 | service="WCS" version="2.0.1">
|
|---|
| 4466 | <wcs:CoverageId>rgb</wcs:CoverageId>
|
|---|
| 4467 | <wcs:Extension>
|
|---|
| 4468 | <rsub:rangeSubset>
|
|---|
| 4469 | <rsub:rangeItem>
|
|---|
| 4470 | <rsub:rangeInterval>
|
|---|
| 4471 | <rsub:startComponent>green</rsub:startComponent>
|
|---|
| 4472 | <rsub:endComponent>red</rsub:endComponent>
|
|---|
| 4473 | </rsub:rangeInterval>
|
|---|
| 4474 | </rsub:rangeItem>
|
|---|
| 4475 | </rsub:rangeSubset>
|
|---|
| 4476 | </wcs:Extension>
|
|---|
| 4477 | </wcs:GetCoverage>
|
|---|
| 4478 |
|
|---|
| 4479 | test.sh: http exit code comparison
|
|---|
| 4480 | test.sh: -> TEST PASSED
|
|---|
| 4481 | --------------------------------------------------------------------------------------------
|
|---|
| 4482 | running test: 55-get_coverage_scale_irregular1.error.kvp
|
|---|
| 4483 |
|
|---|
| 4484 | service=WCS&
|
|---|
| 4485 | version=2.0.1&
|
|---|
| 4486 | request=GetCoverage&
|
|---|
| 4487 | coverageId=irr_cube_2&
|
|---|
| 4488 | scalefactor=2.0
|
|---|
| 4489 |
|
|---|
| 4490 | test.sh: http exit code comparison
|
|---|
| 4491 | test.sh: -> TEST PASSED
|
|---|
| 4492 | --------------------------------------------------------------------------------------------
|
|---|
| 4493 | running test: 55-get_coverage_scale_irregular1.error.xml
|
|---|
| 4494 |
|
|---|
| 4495 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4496 | <wcs:GetCoverage
|
|---|
| 4497 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4498 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4499 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4500 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4501 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4502 | service="WCS" version="2.0.1">
|
|---|
| 4503 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4504 | <wcs:Extension>
|
|---|
| 4505 | <scal:Scaling>
|
|---|
| 4506 | <scal:ScaleByFactor>
|
|---|
| 4507 | <scal:scaleFactor>2.0</scal:scaleFactor>
|
|---|
| 4508 | </scal:ScaleByFactor>
|
|---|
| 4509 | </scal:Scaling>
|
|---|
| 4510 | </wcs:Extension>
|
|---|
| 4511 | </wcs:GetCoverage>
|
|---|
| 4512 |
|
|---|
| 4513 | test.sh: http exit code comparison
|
|---|
| 4514 | test.sh: -> TEST PASSED
|
|---|
| 4515 | --------------------------------------------------------------------------------------------
|
|---|
| 4516 | running test: 56-get_coverage_scale_irregular1.kvp
|
|---|
| 4517 |
|
|---|
| 4518 | service=WCS&
|
|---|
| 4519 | version=2.0.1&
|
|---|
| 4520 | request=GetCoverage&
|
|---|
| 4521 | coverageId=irr_cube_2&
|
|---|
| 4522 | subset=ansi(148654)&
|
|---|
| 4523 | scalefactor=2.0
|
|---|
| 4524 |
|
|---|
| 4525 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/56-get_coverage_scale_irregular1.kvp.out for oracle comparison... ok.
|
|---|
| 4526 | test.sh: byte comparison
|
|---|
| 4527 | test.sh: -> TEST FAILED
|
|---|
| 4528 | --------------------------------------------------------------------------------------------
|
|---|
| 4529 | running test: 56-get_coverage_scale_irregular1.xml
|
|---|
| 4530 |
|
|---|
| 4531 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4532 | <wcs:GetCoverage
|
|---|
| 4533 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4534 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4535 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4536 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4537 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4538 | service="WCS" version="2.0.1">
|
|---|
| 4539 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4540 | <wcs:DimensionSlice>
|
|---|
| 4541 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4542 | <wcs:SlicePoint>148654</wcs:SlicePoint>
|
|---|
| 4543 | </wcs:DimensionSlice>
|
|---|
| 4544 | <wcs:Extension>
|
|---|
| 4545 | <scal:Scaling>
|
|---|
| 4546 | <scal:ScaleByFactor>
|
|---|
| 4547 | <scal:scaleFactor>2.0</scal:scaleFactor>
|
|---|
| 4548 | </scal:ScaleByFactor>
|
|---|
| 4549 | </scal:Scaling>
|
|---|
| 4550 | </wcs:Extension>
|
|---|
| 4551 | </wcs:GetCoverage>
|
|---|
| 4552 |
|
|---|
| 4553 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/56-get_coverage_scale_irregular1.xml.out for oracle comparison... ok.
|
|---|
| 4554 | test.sh: byte comparison
|
|---|
| 4555 | test.sh: -> TEST FAILED
|
|---|
| 4556 | --------------------------------------------------------------------------------------------
|
|---|
| 4557 | running test: 57-get_coverage_scale_irregular2.kvp
|
|---|
| 4558 |
|
|---|
| 4559 | service=WCS&
|
|---|
| 4560 | version=2.0.1&
|
|---|
| 4561 | request=GetCoverage&
|
|---|
| 4562 | coverageId=irr_cube_2&
|
|---|
| 4563 | subset=E(80000,90000)&
|
|---|
| 4564 | subset=N(5100000,5110000)&
|
|---|
| 4565 | subset=ansi(148653,148655)&
|
|---|
| 4566 | scaleaxes=E(2)
|
|---|
| 4567 |
|
|---|
| 4568 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/57-get_coverage_scale_irregular2.kvp.out for oracle comparison... ok.
|
|---|
| 4569 | test.sh: byte comparison
|
|---|
| 4570 | test.sh: -> TEST FAILED
|
|---|
| 4571 | --------------------------------------------------------------------------------------------
|
|---|
| 4572 | running test: 57-get_coverage_scale_irregular2.xml
|
|---|
| 4573 |
|
|---|
| 4574 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4575 | <wcs:GetCoverage
|
|---|
| 4576 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4577 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4578 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4579 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4580 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4581 | service="WCS" version="2.0.1">
|
|---|
| 4582 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4583 | <wcs:DimensionTrim>
|
|---|
| 4584 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4585 | <wcs:TrimLow>80000</wcs:TrimLow>
|
|---|
| 4586 | <wcs:TrimHigh>90000</wcs:TrimHigh>
|
|---|
| 4587 | </wcs:DimensionTrim>
|
|---|
| 4588 | <wcs:DimensionTrim>
|
|---|
| 4589 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4590 | <wcs:TrimLow>5100000</wcs:TrimLow>
|
|---|
| 4591 | <wcs:TrimHigh>5110000</wcs:TrimHigh>
|
|---|
| 4592 | </wcs:DimensionTrim>
|
|---|
| 4593 | <wcs:DimensionTrim>
|
|---|
| 4594 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4595 | <wcs:TrimLow>148653</wcs:TrimLow>
|
|---|
| 4596 | <wcs:TrimHigh>148655</wcs:TrimHigh>
|
|---|
| 4597 | </wcs:DimensionTrim>
|
|---|
| 4598 | <wcs:Extension>
|
|---|
| 4599 | <scal:Scaling>
|
|---|
| 4600 | <scal:ScaleAxesByFactor>
|
|---|
| 4601 | <scal:ScaleAxis>
|
|---|
| 4602 | <scal:axis>E</scal:axis>
|
|---|
| 4603 | <scal:scaleFactor>2</scal:scaleFactor>
|
|---|
| 4604 | </scal:ScaleAxis>
|
|---|
| 4605 | </scal:ScaleAxesByFactor>
|
|---|
| 4606 | </scal:Scaling>
|
|---|
| 4607 | </wcs:Extension>
|
|---|
| 4608 | </wcs:GetCoverage>
|
|---|
| 4609 |
|
|---|
| 4610 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/57-get_coverage_scale_irregular2.xml.out for oracle comparison... ok.
|
|---|
| 4611 | test.sh: byte comparison
|
|---|
| 4612 | test.sh: -> TEST FAILED
|
|---|
| 4613 | --------------------------------------------------------------------------------------------
|
|---|
| 4614 | running test: 58-get_coverage_scale_irregular3.kvp
|
|---|
| 4615 |
|
|---|
| 4616 | service=WCS&
|
|---|
| 4617 | version=2.0.1&
|
|---|
| 4618 | request=GetCoverage&
|
|---|
| 4619 | coverageId=irr_cube_2&
|
|---|
| 4620 | subset=E(80000,100000)&
|
|---|
| 4621 | subset=N(5100000,5124000)&
|
|---|
| 4622 | subset=ansi(148654)&
|
|---|
| 4623 | scalesize=E(2),N(2)
|
|---|
| 4624 |
|
|---|
| 4625 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/58-get_coverage_scale_irregular3.kvp.out for oracle comparison... ok.
|
|---|
| 4626 | test.sh: byte comparison
|
|---|
| 4627 | test.sh: -> TEST FAILED
|
|---|
| 4628 | --------------------------------------------------------------------------------------------
|
|---|
| 4629 | running test: 58-get_coverage_scale_irregular3.xml
|
|---|
| 4630 |
|
|---|
| 4631 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4632 | <wcs:GetCoverage
|
|---|
| 4633 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4634 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4635 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4636 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4637 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4638 | service="WCS" version="2.0.1">
|
|---|
| 4639 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4640 | <wcs:DimensionTrim>
|
|---|
| 4641 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4642 | <wcs:TrimLow>80000</wcs:TrimLow>
|
|---|
| 4643 | <wcs:TrimHigh>100000</wcs:TrimHigh>
|
|---|
| 4644 | </wcs:DimensionTrim>
|
|---|
| 4645 | <wcs:DimensionTrim>
|
|---|
| 4646 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4647 | <wcs:TrimLow>5100000</wcs:TrimLow>
|
|---|
| 4648 | <wcs:TrimHigh>5124000</wcs:TrimHigh>
|
|---|
| 4649 | </wcs:DimensionTrim>
|
|---|
| 4650 | <wcs:DimensionSlice>
|
|---|
| 4651 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4652 | <wcs:SlicePoint>148654</wcs:SlicePoint>
|
|---|
| 4653 | </wcs:DimensionSlice>
|
|---|
| 4654 | <wcs:Extension>
|
|---|
| 4655 | <scal:Scaling>
|
|---|
| 4656 | <scal:ScaleToSize>
|
|---|
| 4657 | <scal:TargetAxisSize>
|
|---|
| 4658 | <scal:axis>E</scal:axis>
|
|---|
| 4659 | <scal:targetSize>2</scal:targetSize>
|
|---|
| 4660 | </scal:TargetAxisSize>
|
|---|
| 4661 | <scal:TargetAxisSize>
|
|---|
| 4662 | <scal:axis>N</scal:axis>
|
|---|
| 4663 | <scal:targetSize>2</scal:targetSize>
|
|---|
| 4664 | </scal:TargetAxisSize>
|
|---|
| 4665 | </scal:ScaleToSize>
|
|---|
| 4666 | </scal:Scaling>
|
|---|
| 4667 | </wcs:Extension>
|
|---|
| 4668 | </wcs:GetCoverage>
|
|---|
| 4669 |
|
|---|
| 4670 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/58-get_coverage_scale_irregular3.xml.out for oracle comparison... ok.
|
|---|
| 4671 | test.sh: byte comparison
|
|---|
| 4672 | test.sh: -> TEST FAILED
|
|---|
| 4673 | --------------------------------------------------------------------------------------------
|
|---|
| 4674 | running test: 59-get_coverage_scale_irregular4.kvp
|
|---|
| 4675 |
|
|---|
| 4676 | service=WCS&
|
|---|
| 4677 | version=2.0.1&
|
|---|
| 4678 | request=GetCoverage&
|
|---|
| 4679 | coverageId=irr_cube_2&
|
|---|
| 4680 | subset=E(80000,100000)&
|
|---|
| 4681 | subset=N(5100000,5124000)&
|
|---|
| 4682 | subset=ansi(148654)&
|
|---|
| 4683 | scaleextent=E(0:0)
|
|---|
| 4684 |
|
|---|
| 4685 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/59-get_coverage_scale_irregular4.kvp.out for oracle comparison... ok.
|
|---|
| 4686 | test.sh: byte comparison
|
|---|
| 4687 | test.sh: -> TEST FAILED
|
|---|
| 4688 | --------------------------------------------------------------------------------------------
|
|---|
| 4689 | running test: 59-get_coverage_scale_irregular4.xml
|
|---|
| 4690 |
|
|---|
| 4691 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4692 | <wcs:GetCoverage
|
|---|
| 4693 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4694 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4695 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4696 | xmlns:scal="http://www.opengis.net/wcs/scaling/1.0"
|
|---|
| 4697 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4698 | service="WCS" version="2.0.1">
|
|---|
| 4699 | <wcs:CoverageId>irr_cube_2</wcs:CoverageId>
|
|---|
| 4700 | <wcs:DimensionTrim>
|
|---|
| 4701 | <wcs:Dimension>E</wcs:Dimension>
|
|---|
| 4702 | <wcs:TrimLow>80000</wcs:TrimLow>
|
|---|
| 4703 | <wcs:TrimHigh>100000</wcs:TrimHigh>
|
|---|
| 4704 | </wcs:DimensionTrim>
|
|---|
| 4705 | <wcs:DimensionTrim>
|
|---|
| 4706 | <wcs:Dimension>N</wcs:Dimension>
|
|---|
| 4707 | <wcs:TrimLow>5100000</wcs:TrimLow>
|
|---|
| 4708 | <wcs:TrimHigh>5124000</wcs:TrimHigh>
|
|---|
| 4709 | </wcs:DimensionTrim>
|
|---|
| 4710 | <wcs:DimensionSlice>
|
|---|
| 4711 | <wcs:Dimension>ansi</wcs:Dimension>
|
|---|
| 4712 | <wcs:SlicePoint>148654</wcs:SlicePoint>
|
|---|
| 4713 | </wcs:DimensionSlice>
|
|---|
| 4714 | <wcs:Extension>
|
|---|
| 4715 | <scal:Scaling>
|
|---|
| 4716 | <scal:ScaleToExtent>
|
|---|
| 4717 | <scal:TargetAxisExtent>
|
|---|
| 4718 | <scal:axis>E</scal:axis>
|
|---|
| 4719 | <scal:low>0</scal:low>
|
|---|
| 4720 | <scal:high>0</scal:high>
|
|---|
| 4721 | </scal:TargetAxisExtent>
|
|---|
| 4722 | </scal:ScaleToExtent>
|
|---|
| 4723 | </scal:Scaling>
|
|---|
| 4724 | </wcs:Extension>
|
|---|
| 4725 | </wcs:GetCoverage>
|
|---|
| 4726 |
|
|---|
| 4727 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/output/59-get_coverage_scale_irregular4.xml.out for oracle comparison... ok.
|
|---|
| 4728 | test.sh: byte comparison
|
|---|
| 4729 | test.sh: -> TEST FAILED
|
|---|
| 4730 | --------------------------------------------------------------------------------------------
|
|---|
| 4731 | running test: 60-get_capabilities_covsummary.kvp
|
|---|
| 4732 |
|
|---|
| 4733 | service=WCS&
|
|---|
| 4734 | version=2.0.1&
|
|---|
| 4735 | request=GetCapabilities
|
|---|
| 4736 |
|
|---|
| 4737 | test.sh: custom script
|
|---|
| 4738 | test.sh: -> TEST FAILED
|
|---|
| 4739 | --------------------------------------------------------------------------------------------
|
|---|
| 4740 | running test: 60-get_capabilities_covsummary.xml
|
|---|
| 4741 |
|
|---|
| 4742 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 4743 | <wcs:GetCapabilities
|
|---|
| 4744 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 4745 | xmlns:wcs="http://www.opengis.net/wcs/2.0"
|
|---|
| 4746 | xmlns:gml="http://www.opengis.net/gml/3.2"
|
|---|
| 4747 | xsi:schemaLocation="http://schemas.opengis.net/wcs/2.0 ../wcsAll.xsd"
|
|---|
| 4748 | service="WCS" version="2.0.1">
|
|---|
| 4749 | </wcs:GetCapabilities>
|
|---|
| 4750 |
|
|---|
| 4751 | test.sh: custom script
|
|---|
| 4752 | test.sh: -> TEST FAILED
|
|---|
| 4753 | --------------------------------------------------------------------------------------------
|
|---|
| 4754 |
|
|---|
| 4755 | test.sh: -------------------------------------------------------
|
|---|
| 4756 | test.sh: Test summary
|
|---|
| 4757 | test.sh:
|
|---|
| 4758 | test.sh: Test finished at: Wed Jul 2 09:43:37 CEST 2014
|
|---|
| 4759 | test.sh: Total tests run : 111
|
|---|
| 4760 | test.sh: Successful tests: 24
|
|---|
| 4761 | test.sh: Failed tests : 87
|
|---|
| 4762 | test.sh: Skipped tests : 0
|
|---|
| 4763 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wcs/log
|
|---|
| 4764 | test.sh: -------------------------------------------------------
|
|---|
| 4765 |
|
|---|
| 4766 |
|
|---|
| 4767 | Old logfile found, copying it to /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wms/log.save
|
|---|
| 4768 | test.sh: starting test at Wed Jul 2 09:43:37 CEST 2014
|
|---|
| 4769 | test.sh:
|
|---|
| 4770 | test.sh: Testing service: wms
|
|---|
| 4771 | test.sh: rgb already imported.
|
|---|
| 4772 | test.sh: mr already imported.
|
|---|
| 4773 | test.sh: eobstest already imported.
|
|---|
| 4774 | test.sh: mean_summer_airtemp already imported.
|
|---|
| 4775 | test.sh: mean_summer_airtemp_repeat already imported.
|
|---|
| 4776 | test.sh: float_4d already imported.
|
|---|
| 4777 | test.sh: double_1d already imported.
|
|---|
| 4778 | test.sh: irr_cube_1 already imported.
|
|---|
| 4779 | test.sh: irr_cube_2 already imported.
|
|---|
| 4780 |
|
|---|
| 4781 | running test: WMS-01-getCapabilities.test
|
|---|
| 4782 |
|
|---|
| 4783 | service=WMS
|
|---|
| 4784 | &version=1.1.0
|
|---|
| 4785 | &request=GetCapabilities
|
|---|
| 4786 |
|
|---|
| 4787 | test.sh: Preparing XML file /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wms/output/WMS-01-getCapabilities.test.out for oracle comparison... ok.
|
|---|
| 4788 | test.sh: byte comparison
|
|---|
| 4789 | test.sh: -> TEST SKIPPED
|
|---|
| 4790 | --------------------------------------------------------------------------------------------
|
|---|
| 4791 |
|
|---|
| 4792 | test.sh: -------------------------------------------------------
|
|---|
| 4793 | test.sh: Test summary
|
|---|
| 4794 | test.sh:
|
|---|
| 4795 | test.sh: Test finished at: Wed Jul 2 09:43:40 CEST 2014
|
|---|
| 4796 | test.sh: Total tests run : 1
|
|---|
| 4797 | test.sh: Successful tests: 0
|
|---|
| 4798 | test.sh: Failed tests : 0
|
|---|
| 4799 | test.sh: Skipped tests : 1
|
|---|
| 4800 | test.sh: Detail test log : /home/bidesh/diffGround/rasdaman/systemtest/testcases_services/test_wms/log
|
|---|
| 4801 | test.sh: -------------------------------------------------------
|
|---|
| 4802 |
|
|---|
| 4803 |
|
|---|
| 4804 | TEST SUMMARY
|
|---|
| 4805 |
|
|---|
| 4806 | testcases_mandatory/test_conversion/test.sh ... OK
|
|---|
| 4807 | see detail in testcases_mandatory/test_conversion/log
|
|---|
| 4808 | testcases_mandatory/test_manipulation/test.sh ... OK
|
|---|
| 4809 | see detail in testcases_mandatory/test_manipulation/log
|
|---|
| 4810 | testcases_mandatory/test_select/test.sh ... FAIL
|
|---|
| 4811 | see detail in testcases_mandatory/test_select/log
|
|---|
| 4812 | testcases_mandatory/test_tiling/test.sh ... OK
|
|---|
| 4813 | see detail in testcases_mandatory/test_tiling/log
|
|---|
| 4814 | testcases_mandatory/test_user/test.sh ... OK
|
|---|
| 4815 | see detail in testcases_mandatory/test_user/log
|
|---|
| 4816 | testcases_open/test_select/test.sh ... OK
|
|---|
| 4817 | see detail in testcases_open/test_select/log
|
|---|
| 4818 | testcases_open/test_tickets/test.sh ... OK
|
|---|
| 4819 | see detail in testcases_open/test_tickets/log
|
|---|
| 4820 | testcases_fixed/test_memleak/test.sh ... OK
|
|---|
| 4821 | see detail in testcases_fixed/test_memleak/log
|
|---|
| 4822 | testcases_services/test_secore/test.sh ... FAIL
|
|---|
| 4823 | see detail in testcases_services/test_secore/log
|
|---|
| 4824 | testcases_services/test_wcps/test.sh ... FAIL
|
|---|
| 4825 | see detail in testcases_services/test_wcps/log
|
|---|
| 4826 | testcases_services/test_wcs/test.sh ... FAIL
|
|---|
| 4827 | see detail in testcases_services/test_wcs/log
|
|---|
| 4828 | testcases_services/test_wms/test.sh ... OK
|
|---|
| 4829 | see detail in testcases_services/test_wms/log
|
|---|
| 4830 | make: *** [check] Error 1
|
|---|