release compatible with Eventstore v20.10.x

This commit is contained in:
Nicolas Dextraze
2023-01-30 11:48:29 -05:00
parent 6159cd56b8
commit bf1ebfaab0
24 changed files with 377 additions and 4381 deletions

View File

@ -12,6 +12,7 @@ protobufJS.configure();
var settings = {
log: new NoopLogger(),
useSslConnection: true,
};
if (process.env.TESTS_VERBOSE_LOGGING === '1') {
settings.verboseLogging = true;
@ -53,7 +54,7 @@ function setUpWithGossipSeeds(cb) {
}
function setUpWithDns(cb) {
var clusterDns = 'discover://eventstore.local:2113';
var clusterDns = 'discover://' + process.env.EVENTSTORE_HOST + ':2113';
this.log = settings.log;
this.testStreamName = 'test-' + uuid.v4();
var connected = false;