AtlasOfLivingAustralia / biocache-service

Occurrence & mapping webservices
https://biocache-ws.ala.org.au/ws/
Other
9 stars 26 forks source link

truncated download results #714

Closed brucehyslop closed 3 years ago

brucehyslop commented 3 years ago

The truncated download are caused by errors when processing the dynamicProperties

  1. Tuple::getString returns the string "null" for null values which fail to parse as json use Tuple::get will resolve to empty string SearchUtils::formatValue

  2. malformed (unparsable json)dynamicProperties value catch parse error and ignore

AtlasOfLivingAustralia/biocache-service#692

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.007%) to 45.477% when pulling e15c7ea1b69a2a90a975d62b15118b346553f359 on bugfix/692-truncated-download-records into b92b19049ebb8caa86b9bf738b9ebc681c54ba3e on develop.