Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Георгий Кириченко" <georgy@tarantool.org>
To: tarantool-patches@freelists.org
Subject: [tarantool-patches] Re: [PATCH-v3 15/15] Fix flaky test
Date: Mon, 10 Jun 2019 07:27:34 +0300	[thread overview]
Message-ID: <1964813.K2qbLuLMN3@home.lan> (raw)
In-Reply-To: <e653b1681482afee3b4fd17239d69ca6986aa1ab.1560112674.git.georgy@tarantool.org>

[-- Attachment #1: Type: text/plain, Size: 2454 bytes --]

Please don't review - sent by mistake

On Sunday, June 9, 2019 11:44:44 PM MSK Georgy Kirichenko wrote:
> ---
>  test/replication/sync.result   | 7 +++++--
>  test/replication/sync.test.lua | 4 ++--
>  2 files changed, 7 insertions(+), 4 deletions(-)
> 
> diff --git a/test/replication/sync.result b/test/replication/sync.result
> index eddc7cbc8..6b5a14d3f 100644
> --- a/test/replication/sync.result
> +++ b/test/replication/sync.result
> @@ -46,7 +46,7 @@ function fill()
>          box.space.test:replace{i}
>      end
>      fiber.create(function()
> -        box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0.1)
> +        box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0.0025)
>          test_run:wait_cond(function()
>              local r = box.info.replication[2]
>              return r ~= nil and r.downstream ~= nil and
> @@ -55,7 +55,6 @@ function fill()
>          for i = count + 101, count + 200 do
>              box.space.test:replace{i}
>          end
> -        box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0)
>      end)
>      count = count + 200
>  end;
> @@ -250,6 +249,10 @@ test_run:cmd("switch default")
>  ---
>  - true
>  ...
> +box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0)
> +---
> +- ok
> +...
>  box.error.injection.set('ERRINJ_WAL_DELAY', true)
>  ---
>  - ok
> diff --git a/test/replication/sync.test.lua b/test/replication/sync.test.lua
> index 52ce88fe2..f0f530ad4 100644
> --- a/test/replication/sync.test.lua
> +++ b/test/replication/sync.test.lua
> @@ -30,7 +30,7 @@ function fill()
>          box.space.test:replace{i}
>      end
>      fiber.create(function()
> -        box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0.1)
> +        box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0.0025)
>          test_run:wait_cond(function()
>              local r = box.info.replication[2]
>              return r ~= nil and r.downstream ~= nil and
> @@ -39,7 +39,6 @@ function fill()
>          for i = count + 101, count + 200 do
>              box.space.test:replace{i}
>          end
> -        box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0)
>      end)
>      count = count + 200
>  end;
> @@ -136,6 +135,7 @@ box.cfg{replication_sync_lag = 1}
>  box.cfg{replication_sync_timeout = 10}
> 
>  test_run:cmd("switch default")
> +box.error.injection.set('ERRINJ_RELAY_TIMEOUT', 0)
>  box.error.injection.set('ERRINJ_WAL_DELAY', true)
>  test_run:cmd("setopt delimiter ';'")
>  _ = fiber.create(function()


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 484 bytes --]

      reply	other threads:[~2019-06-10  4:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1560112674.git.georgy@tarantool.org>
2019-06-09 20:44 ` [tarantool-patches] " Georgy Kirichenko
2019-06-10  4:27   ` Георгий Кириченко [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=1964813.K2qbLuLMN3@home.lan \
    --to=georgy@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [PATCH-v3 15/15] Fix flaky test' \
    /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