File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
server/src/test/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8686import org .elasticsearch .search .aggregations .AggregationExecutionException ;
8787import org .elasticsearch .search .aggregations .MultiBucketConsumerService ;
8888import org .elasticsearch .search .aggregations .UnsupportedAggregationOnDownsampledIndex ;
89+ import org .elasticsearch .search .crossproject .NoMatchingProjectException ;
8990import org .elasticsearch .search .internal .ShardSearchContextId ;
9091import org .elasticsearch .search .query .SearchTimeoutException ;
9192import org .elasticsearch .snapshots .Snapshot ;
@@ -846,6 +847,7 @@ public void testIds() {
846847 ids .put (182 , IngestPipelineException .class );
847848 ids .put (183 , IndexDocFailureStoreStatus .ExceptionWithFailureStoreStatus .class );
848849 ids .put (184 , RemoteException .class );
850+ ids .put (185 , NoMatchingProjectException .class );
849851
850852 Map <Class <? extends ElasticsearchException >, Integer > reverse = new HashMap <>();
851853 for (Map .Entry <Integer , Class <? extends ElasticsearchException >> entry : ids .entrySet ()) {
You can’t perform that action at this time.
0 commit comments