File tree 1 file changed +4
-0
lines changed
server/src/test/java/org/opensearch
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 40
40
import org .opensearch .action .OriginalIndices ;
41
41
import org .opensearch .action .RoutingMissingException ;
42
42
import org .opensearch .action .TimestampParsingException ;
43
+ import org .opensearch .action .admin .indices .view .ViewAlreadyExistsException ;
44
+ import org .opensearch .action .admin .indices .view .ViewNotFoundException ;
43
45
import org .opensearch .action .search .SearchPhaseExecutionException ;
44
46
import org .opensearch .action .search .ShardSearchFailure ;
45
47
import org .opensearch .action .support .replication .ReplicationOperation ;
@@ -892,6 +894,8 @@ public void testIds() {
892
894
ids .put (169 , NodeWeighedAwayException .class );
893
895
ids .put (170 , SearchPipelineProcessingException .class );
894
896
ids .put (171 , CryptoRegistryException .class );
897
+ ids .put (172 , ViewNotFoundException .class );
898
+ ids .put (173 , ViewAlreadyExistsException .class );
895
899
ids .put (10001 , IndexCreateBlockException .class );
896
900
897
901
Map <Class <? extends OpenSearchException >, Integer > reverse = new HashMap <>();
You can’t perform that action at this time.
0 commit comments