podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Initial API Tests #8

Closed joshgarde closed 1 year ago

joshgarde commented 1 year ago

Implemented API testing from the transport layer (HTTP) down to an in-memory database (H2), covering all of the API's current data queries and mutations. Also contained in this PR is a standardization of the database's SQL schema to support both PostgreSQL and H2 bootstrapping. Several hotfixes to API bugs were also implemented as they were discovered in the testing process. The test and coverage reports are available below.

test-report.zip coverage-report.zip

frankinspace commented 1 year ago

This is awesome, nice work!

joshgarde commented 1 year ago

Latest test results with updates test-results.zip