You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass MockNode LinkedProjectConfigService to MockTransportService
NodeConstruction creates a LinkedProjectConfigService via SPI.
This instance is passed to MockNode, but currently it is not
forwarded on to the MockTransportService, which results in a
new ClusterSettingsLinkedProjectConfigService being created.
This change plumbs the instance passed into MockNode down into
the MockTransportService. In serverless tests we'll be using
an implementation based on the new ProjectCustom so we must
be able to get this new implementation created via SPI and
passed through the MockNode and into the MockTransportService
so it can be used in RemoteClusterService.
Relates: ES-12270
0 commit comments