mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Our JSON legacy helper functions for parsing documents to/from string maps are indirectly tested by several unit tests, e.g. caching_options_test.cc. They however lacked one corner case detected only by dtest - parsing an empty map from a null JSON document. This case is hereby added in order to prevent future regressions. Message-Id: <df8243bd083b2ba198df665aeb944c8710834736.1594020411.git.sarna@scylladb.com>