Skip to content

Commit 6a2122d

Browse files
committed
use existing elasticsearch node in test framework could still spawn a new java process
1 parent 2abcc41 commit 6a2122d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Framework/ManagedElasticsearch/Process/ElasticsearchNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private IObservable<ElasticsearchConsoleOut> UseAlreadyRunningInstance(XplatManu
185185
this.WaitForClusterBootstrap(client, handle, alreadyRunningInstance: true);
186186

187187
this.ValidateLicense(client, handle);
188-
return null;
188+
return Observable.Empty<ElasticsearchConsoleOut>();
189189
}
190190

191191
private bool ValidateRunningVersion(IElasticClient client, XplatManualResetEvent handle)

0 commit comments

Comments
 (0)