gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

Improve JSON testing for NamedOperationResolver #3207

Open GCHQDeveloper314 opened 2 months ago

GCHQDeveloper314 commented 2 months ago

Describe the improvement you'd like Testing for NamedOperationResolver should cover configuration of a named operation depth using JSON.

Why do you want this improvement? Although not yet documented, if admins want to adjust the depth this is currently the only way to do it. As such it should be fully tested.

Additional context See #3174 where the depth limit was added and #3176 which might indicate part of how to add this testing.