Skip to content

Weekly Report: Week 10

Koushikey Chhapariya edited this page Aug 7, 2023 · 2 revisions

Weekly report for the ZOO-Project (31st July- 6th August).

The list of tasks is summarised below:

  • The parameters required to start ETS for WPS 1.0 is the location of the landing page [1], rebuilding the docker and executing the test. The ETS works fine with the web browser, and we are able to pass all the tests.
  • To solve the problem mentioned in the issue [2] we followed the PR made for “Add request body to failure report” and “Add response body to report mentioned” in [3].
  • Made changes to the local ZOO-project in the files ‘CommonFixture.java’ [4] and ‘JsonUtils.java’ [5] for adding the request body to the failure report
  • Made changes to the local ZOO-project in the files ‘Conformance.java’ [6] ‘GeneralHttp.java’ [7] ‘JobList.java’ [8] ‘Jobs.java’ [9] ‘OGCProcessDescription.java’ [10] ‘Process.java’ [11] and ‘ProcessList.java’ [12] for adding a response body to the report.

What am I planning to do next week?

  • To display the error messages in the test report of TeamEngine.

Am I blocked on something?

  • No.

[1] http://zookernel/ogc-api/

[2] https://github.com/opengeospatial/ets-ogcapi-processes10/issues/51

[3] https://github.com/opengeospatial/ets-ogcapi-processes10/pull/72/commits

[4] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/CommonFixture.java

[5] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/util/JsonUtils.java

[6] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/conformance/Conformance.java

[7] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/general/GeneralHttp.java

[8] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/jobs/Jobs.java

[9] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/joblist/JobList.java

[10] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/ogcprocessdescription/OGCProcessDescription.java

[11] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/process/Process.java

[12] https://github.com/opengeospatial/ets-ogcapi-processes10/blob/master/src/main/java/org/opengis/cite/ogcapiprocesses10/processlist/ProcessList.java