Tarantool development patches archive
 help / color / mirror / Atom feed
From: Kirill Yukhin <kyukhin@tarantool.org>
To: tarantool-patches@freelists.org
Cc: vdavydov.dev@gmail.com, Serge Petrenko <sergepetrenko@tarantool.org>
Subject: Re: [tarantool-patches] [PATCH] test: fix another net.box failure
Date: Fri, 19 Jul 2019 11:41:41 +0300	[thread overview]
Message-ID: <20190719084141.vo44qidxxxavyxca@tarantool.org> (raw)
In-Reply-To: <20190719065207.3531-1-sergepetrenko@tarantool.org>

Hello,

On 19 Jul 09:52, Serge Petrenko wrote:
> This last error
> ```
> [035]  ...
> [035]  disconnected_cnt
> [035]  ---
> [035] -- 1
> [035] +- 2
> [035]  ...
> [035]  conn:close()
> [035]  ---
> [035]  ...
> [035]  disconnected_cnt
> [035]  ---
> [035] -- 2
> [035] +- 3
> [035]  ...
> [035]  test_run:cmd('stop server connecter')
> [035]  ---
> [035]
> ```
> Happens because net.box is able to connect to tarantool before it has
> finished bootstrap. When connecting, net.box tries to fetch schema
> executing a couple of selects, but fails to pass access check since
> grants aren't applied yet. This is described in detail in
> https://github.com/tarantool/tarantool/issues/2763#issuecomment-499046998
> So, alter the test so that it tolerates multiple connection failures.
> 
> Closes #4273
> ---
> https://github.com/tarantool/tarantool/issues/4273
> https://github.com/tarantool/tarantool/tree/sp/gh-4273-netbox

I've checked your patch into 1.10, 2.1 and master.

--
Regards, Kirill Yukhin

      reply	other threads:[~2019-07-19  8:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-19  6:52 Serge Petrenko
2019-07-19  8:41 ` Kirill Yukhin [this message]

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=20190719084141.vo44qidxxxavyxca@tarantool.org \
    --to=kyukhin@tarantool.org \
    --cc=sergepetrenko@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --cc=vdavydov.dev@gmail.com \
    --subject='Re: [tarantool-patches] [PATCH] test: fix another net.box failure' \
    /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