Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap
@ 2018-10-26 21:42 Sergei Voronezhskii
  2018-10-29 13:14 ` [tarantool-patches] " n.pettik
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Voronezhskii @ 2018-10-26 21:42 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Kirill Yukhin, Nikita Pettik

Part of: [https://github.com/tarantool/test-run/issues/113]
---
Branch: https://github.com/tarantool/tarantool/tree/sergw/disable-show-reproduce-content-on-sql-tap
 test/sql-tap/suite.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/sql-tap/suite.ini b/test/sql-tap/suite.ini
index 2455f5e8d..b6a8481e1 100644
--- a/test/sql-tap/suite.ini
+++ b/test/sql-tap/suite.ini
@@ -5,3 +5,4 @@ lua_libs = lua/sqltester.lua ../sql/lua/sql_tokenizer.lua ../box/lua/identifier.
 is_parallel = True
 release_disabled = debug_mode_only.test.lua
 config = engine.cfg
+show_reproduce_content = False
-- 
2.18.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [tarantool-patches] Re: [PATCH] test: disable show_reproduce_content for sql-tap
  2018-10-26 21:42 [tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap Sergei Voronezhskii
@ 2018-10-29 13:14 ` n.pettik
  2018-11-07 21:00   ` Re[2]: " Sergei Voronezhskii
  0 siblings, 1 reply; 5+ messages in thread
From: n.pettik @ 2018-10-29 13:14 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Sergei Voronezhskii, Kirill Yukhin



> On 27 Oct 2018, at 00:42, Sergei Voronezhskii <sergw@tarantool.org> wrote:
> 
> Part of: [https://github.com/tarantool/test-run/issues/113]
> ---
> Branch: https://github.com/tarantool/tarantool/tree/sergw/disable-show-reproduce-content-on-sql-tap
> test/sql-tap/suite.ini | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/test/sql-tap/suite.ini b/test/sql-tap/suite.ini
> index 2455f5e8d..b6a8481e1 100644
> --- a/test/sql-tap/suite.ini
> +++ b/test/sql-tap/suite.ini
> @@ -5,3 +5,4 @@ lua_libs = lua/sqltester.lua ../sql/lua/sql_tokenizer.lua ../box/lua/identifier.
> is_parallel = True
> release_disabled = debug_mode_only.test.lua
> config = engine.cfg
> +show_reproduce_content = False
> -- 
> 2.18.0

Thanks, now sql-tap/ output looks way less contaminated.
LGTM as obvious.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re[2]: [PATCH] test: disable show_reproduce_content for sql-tap
  2018-10-29 13:14 ` [tarantool-patches] " n.pettik
@ 2018-11-07 21:00   ` Sergei Voronezhskii
  2018-12-18 23:55     ` Re[3]: " Сергей Воронежский
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Voronezhskii @ 2018-11-07 21:00 UTC (permalink / raw)
  To: Vladimir Davydov; +Cc: Kirill Yukhin, tarantool-patches

Any progress here?


>Понедельник, 29 октября 2018, 16:14 +03:00 от n.pettik <korablev@tarantool.org>:
>
>
>
>> On 27 Oct 2018, at 00:42, Sergei Voronezhskii < sergw@tarantool.org > wrote:
>> 
>> Part of: [ https://github.com/tarantool/test-run/issues/113 ]
>> ---
>> Branch:  https://github.com/tarantool/tarantool/tree/sergw/disable-show-reproduce-content-on-sql-tap
>> test/sql-tap/suite.ini | 1 +
>> 1 file changed, 1 insertion(+)
>> 
>> diff --git a/test/sql-tap/suite.ini b/test/sql-tap/suite.ini
>> index 2455f5e8d..b6a8481e1 100644
>> --- a/test/sql-tap/suite.ini
>> +++ b/test/sql-tap/suite.ini
>> @@ -5,3 +5,4 @@ lua_libs = lua/sqltester.lua ../sql/lua/sql_tokenizer.lua ../box/lua/identifier.
>> is_parallel = True
>> release_disabled = debug_mode_only.test.lua
>> config = engine.cfg
>> +show_reproduce_content = False
>> -- 
>> 2.18.0
>
>Thanks, now sql-tap/ output looks way less contaminated.
>LGTM as obvious.

-- 
Sergei Voronezhskii

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re[3]: [PATCH] test: disable show_reproduce_content for sql-tap
  2018-11-07 21:00   ` Re[2]: " Sergei Voronezhskii
@ 2018-12-18 23:55     ` Сергей Воронежский
  2018-12-19  8:55       ` Vladimir Davydov
  0 siblings, 1 reply; 5+ messages in thread
From: Сергей Воронежский @ 2018-12-18 23:55 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Kirill Yukhin, Vladimir Davydov

Ping


>Четверг,  8 ноября 2018, 0:00 +03:00 от Sergei Voronezhskii <sergw@tarantool.org>:
>
>Any progress here?
>
>
>>Понедельник, 29 октября 2018, 16:14 +03:00 от n.pettik < korablev@tarantool.org >:
>>
>>
>>
>>> On 27 Oct 2018, at 00:42, Sergei Voronezhskii <  sergw@tarantool.org > wrote:
>>> 
>>> Part of: [  https://github.com/tarantool/test-run/issues/113 ]
>>> ---
>>> Branch:  https://github.com/tarantool/tarantool/tree/sergw/disable-show-reproduce-content-on-sql-tap
>>> test/sql-tap/suite.ini | 1 +
>>> 1 file changed, 1 insertion(+)
>>> 
>>> diff --git a/test/sql-tap/suite.ini b/test/sql-tap/suite.ini
>>> index 2455f5e8d..b6a8481e1 100644
>>> --- a/test/sql-tap/suite.ini
>>> +++ b/test/sql-tap/suite.ini
>>> @@ -5,3 +5,4 @@ lua_libs = lua/sqltester.lua ../sql/lua/sql_tokenizer.lua ../box/lua/identifier.
>>> is_parallel = True
>>> release_disabled = debug_mode_only.test.lua
>>> config = engine.cfg
>>> +show_reproduce_content = False
>>> -- 
>>> 2.18.0
>>
>>Thanks, now sql-tap/ output looks way less contaminated.
>>LGTM as obvious.
>
>-- 
>Sergei Voronezhskii


-- 
Сергей Воронежский

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] test: disable show_reproduce_content for sql-tap
  2018-12-18 23:55     ` Re[3]: " Сергей Воронежский
@ 2018-12-19  8:55       ` Vladimir Davydov
  0 siblings, 0 replies; 5+ messages in thread
From: Vladimir Davydov @ 2018-12-19  8:55 UTC (permalink / raw)
  To: Сергей
	Воронежский
  Cc: tarantool-patches, Kirill Yukhin

Pushed to 2.1.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-19  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26 21:42 [tarantool-patches] [PATCH] test: disable show_reproduce_content for sql-tap Sergei Voronezhskii
2018-10-29 13:14 ` [tarantool-patches] " n.pettik
2018-11-07 21:00   ` Re[2]: " Sergei Voronezhskii
2018-12-18 23:55     ` Re[3]: " Сергей Воронежский
2018-12-19  8:55       ` Vladimir Davydov

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