Skip to content

Commit

Permalink
Node: change createCluster args call (valkey-io#2297)
Browse files Browse the repository at this point in the history
* fix create cluster call

Signed-off-by: Adar Ovadia <[email protected]>

---------

Signed-off-by: Adar Ovadia <[email protected]>
Signed-off-by: adarovadya <[email protected]>
Co-authored-by: Adar Ovadia <[email protected]>
  • Loading branch information
adarovadya and Adar Ovadia authored Sep 16, 2024
1 parent 2390ed7 commit aa00b22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/release-candidate-testing/node/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { GlideClient, GlideClusterClient } from "@valkey/valkey-glide";
import { getServerVersion } from "../../TestUtilities.js";
import { ValkeyCluster } from "../../TestUtils.js";


Expand Down Expand Up @@ -69,6 +70,7 @@ async function clusterTests() {
let valkeyCluster = await ValkeyCluster.createCluster(true,
3,
1,
getServerVersion,
);
console.log("Cluster created");

Expand Down Expand Up @@ -99,6 +101,7 @@ async function standaloneTests() {
let valkeyCluster = await ValkeyCluster.createCluster(false,
1,
1,
getServerVersion,
);
console.log("Cluster created");

Expand Down

0 comments on commit aa00b22

Please sign in to comment.