We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db28eb9 commit d708c20Copy full SHA for d708c20
multi/config.lua
@@ -6,6 +6,7 @@ box.cfg{
6
work_dir = os.getenv("TEST_TNT_WORK_DIR"),
7
}
8
9
+-- Function to call for getting address list, part of tarantool/multi API.
10
get_cluster_nodes = nodes_load.get_cluster_nodes
11
12
box.once("init", function()
0 commit comments