We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a54f2a commit 413bef4Copy full SHA for 413bef4
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