Opened 6 years ago

Closed 6 years ago

#1792 closed defect (invalid)

make check doesn't execute test_all_wcst_import first on Debian buster

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

Description

On make check, first the test_all_wcst_import needs to be executed. But this is not the case on Debian buster, instead somehow the test_rasql_servlet is executed first which then fails:

test.sh: -------------------------------------------------------
test.sh: Test summary
test.sh: 
test.sh:   Test finished at: Tue Jun 12 09:00:24 CEST 2018
test.sh:   Total tests run : 1
test.sh:   Successful tests: 1
test.sh:   Failed tests    : 0
test.sh:   Skipped tests   : 0
test.sh:   Detail test log : systemtest/testcases_services/test_open/test_wms_open_connections/test.log
test.sh: -------------------------------------------------------
ok.
test.sh: done.
testcases_services/test_rasql_servlet/test.sh


test.sh: starting test at Tue Jun 12 09:00:24 CEST 2018
test.sh: 
test.sh: Testing service: rasql


running test: 01-no-authentication.kvp

Change History (1)

comment:1 by Bang Pham Huu, 6 years ago

Resolution: invalid
Status: newclosed

I use this Vagrant Box

  config.vm.box = "fujimakishouten/debian-buster64"
  config.vm.box_version = "10.0.0.20180516"

to compile Rasdaman from Source on Debian 10 and then run make check in build directory. Right after the end of test Rasql, test_all_wcst_import is run not test_rasql_servlet is executed first.

test.sh:  test query in scaling.rasql

rasdaman error 410: Execution error 410 in line 1, column 26, near token [: Operand of point expression must be of type integer.
bug is unfixed
----------------------------------------------------------------------
test.sh:  test query in struct_component_selection_3.rasql

bug is fixed
----------------------------------------------------------------------
test.sh:  test query in the_array_bound_asterisk.rasql

rasdaman error 357: Execution error 357 in line 1, column 31, near token a: Variable is unknown.
bug is unfixed

test.sh: -------------------------------------------------------
test.sh: Test summary
test.sh: 
test.sh:   Test finished at: Tue Jun 26 12:36:52 UTC 2018
test.sh:   Total tests run : 6
test.sh:   Successful tests: 4
test.sh:   Failed tests    : 2
test.sh:   Skipped tests   : 0
test.sh:   Detail test log : /home/vagrant/rasdaman/systemtest/testcases_open/test_select/test.log
test.sh: -------------------------------------------------------
testcases_services/test_all_wcst_import/test.sh


test.sh: starting test at Tue Jun 26 12:36:52 UTC 2018
test.sh: 
test.sh: Cleaning output directory...
test.sh: Checking test case name: 3D_Timeseries_Regular
test.sh: Test coverage import... 
test.sh: Failed, trying one more time... 
test.sh: Failed, trying one more time... failed.
test.sh: Test case: /home/vagrant/rasdaman/systemtest/testcases_services/test_all_wcst_import/testdata/3D_Timeseries_Regular...failed.
test.sh: Reason: Failed importing coverage.
test.sh: ----------------------------------------------------------------------
test.sh: 
test.sh: ----------------------------------------------------------------------

Note: See TracTickets for help on using tickets.