Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Cc: "v.shpilevoy@tarantool.org" <v.shpilevoy@tarantool.org>,
	tarantool-patches@freelists.org
Subject: Re: [tarantool-patches] Re: [PATCH v2 1/1] netbox: show is_nullable and collation fields
Date: Tue, 27 Mar 2018 19:26:56 +0300	[thread overview]
Message-ID: <20180327162656.xn7zg3skjgbnmf4m@esperanza> (raw)
In-Reply-To: <02f53c50-c3eb-9e8c-6d15-9adfb7d23c0d@tarantool.org>

On Mon, Mar 26, 2018 at 08:41:21PM +0300, Kirill Shcherbatov wrote:
> diff --git a/test/box/net.box.test.lua b/test/box/net.box.test.lua
> index fe45721..3b4ce05 100644
> --- a/test/box/net.box.test.lua
> +++ b/test/box/net.box.test.lua
> @@ -799,11 +799,9 @@
> box.schema.user.revoke('guest','read,write,execute','universe')
> 
>  space:drop()
> 
> -
>  --
>  -- gh-3256 net.box is_nullable and collation options output
>  --
> -
>  space = box.schema.create_space('test')
>  box.schema.user.grant('guest','read,write,execute','space', 'test')
>  pk = space:create_index('pk')
> @@ -821,4 +819,5 @@ c = net:connect(box.cfg.listen)
>  c.space.test.index.sk.parts
>  c:close()
>  box.internal.collation.drop('test')
> -space:drop()
> \ No newline at end of file
> +space:drop()
> +

Nit-pick: extra newline at the end of the file. We always add exactly
one newline symbol at the end of each source file. In v1 you added no
newline at all, in v2 you added two newline symbols. Please fix your
editor configuration.

Other than that, the patch is fine by me.

  parent reply	other threads:[~2018-03-27 16:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cf039f93de4ddc5ae7d7d1578ec4c436d8a37d80.1522083375.git.kshcherbatov@tarantool.org>
2018-03-26 17:24 ` v.shpilevoy
2018-03-26 17:41   ` Kirill Shcherbatov
2018-03-26 17:44     ` v.shpilevoy
2018-03-27 16:26     ` Vladimir Davydov [this message]
2018-03-28  7:40       ` Kirill Shcherbatov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180327162656.xn7zg3skjgbnmf4m@esperanza \
    --to=vdavydov.dev@gmail.com \
    --cc=kshcherbatov@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [tarantool-patches] Re: [PATCH v2 1/1] netbox: show is_nullable and collation fields' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox