Query Index Management WatchIndexes does not raise QueryIndexNotFound
Description
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:
Jared Casey March 7, 2023 at 2:15 AM
Fixed WatchIndexes to raise an IndexNotFound exception if an index to watch is not found.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created February 27, 2023 at 4:27 AM
Updated March 7, 2023 at 2:15 AM
Resolved March 7, 2023 at 2:15 AM
Instabug
Per the RFC, the WatchIndexes method on the QueryIndexManager should raise a QueryIndexNotFoundException if a provided index to watch is not found. This is causing a FIT test to fail.
RFC - WatchIndexes