Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cluster and cbuilder module doc formatting #408

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions luatest/cbuilder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-- :add_instance('instance-003', {})
-- :config()
--
-- By default, all instances are added to replicaset-001 in group-001,
-- but it's possible to select a different replicaset and/or group:
-- -- By default, all instances are added to replicaset-001 in group-001,
-- -- but it's possible to select a different replicaset and/or group:
Comment on lines +20 to +21
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same question regarding this text.

--
-- local config = Builder:new()
-- :use_group('group-001')
Expand All @@ -35,14 +35,13 @@
--
-- :config()
--
-- The default credentials and iproto options are added to
-- setup replication and to allow a test to connect to the
-- instances.
-- -- The default credentials and iproto options are added to
-- -- setup replication and to allow a test to connect to the
-- -- instances.
--
-- There is a few other methods:
--
-- * :set_replicaset_option('foo.bar', value)
-- * :set_instance_option('instance-001', 'foo.bar', value)
-- -- There is a few other methods:
-- -- * :set_replicaset_option('foo.bar', value)
-- -- * :set_instance_option('instance-001', 'foo.bar', value)
--
-- @classmod luatest.cbuilder

Expand Down
Loading