Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH] test: update test-run submodule
@ 2018-08-17  8:38 Sergei Voronezhskii
  2018-08-17 10:48 ` [tarantool-patches] " Alexander Turenko
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Voronezhskii @ 2018-08-17  8:38 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Kirill Yukhin

Don't kill default if non-default crash expected
---

branch: sergw-test-run-dont-kill-default-if-non-default-crash-expected

 test-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-run b/test-run
index 0aa25ae8a..822eed379 160000
--- a/test-run
+++ b/test-run
@@ -1 +1 @@
-Subproject commit 0aa25ae8a9d4af977b3c3478cba3ccdc4ef81d35
+Subproject commit 822eed379ce04edf7b0f586e1b2c061687a67e92
-- 
2.18.0

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

* [tarantool-patches] Re: [PATCH] test: update test-run submodule
  2018-08-17  8:38 [tarantool-patches] [PATCH] test: update test-run submodule Sergei Voronezhskii
@ 2018-08-17 10:48 ` Alexander Turenko
  2018-08-17 12:37   ` [tarantool-patches] " Sergei Voronezhskii
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Turenko @ 2018-08-17 10:48 UTC (permalink / raw)
  To: Sergei Voronezhskii; +Cc: tarantool-patches, Kirill Yukhin

Hi!

Please, list all changes made in test-run between these commits. It
seems you are forgot about grep_log and config files changes.

WBR, Alexander Turenko.

On Fri, Aug 17, 2018 at 11:38:45AM +0300, Sergei Voronezhskii wrote:
> Don't kill default if non-default crash expected
> ---
> 
> branch: sergw-test-run-dont-kill-default-if-non-default-crash-expected
> 
>  test-run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test-run b/test-run
> index 0aa25ae8a..822eed379 160000
> --- a/test-run
> +++ b/test-run
> @@ -1 +1 @@
> -Subproject commit 0aa25ae8a9d4af977b3c3478cba3ccdc4ef81d35
> +Subproject commit 822eed379ce04edf7b0f586e1b2c061687a67e92
> -- 
> 2.18.0
> 
> 

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

* [tarantool-patches] [PATCH] test: update test-run submodule
  2018-08-17 10:48 ` [tarantool-patches] " Alexander Turenko
@ 2018-08-17 12:37   ` Sergei Voronezhskii
  2018-08-17 14:05     ` [tarantool-patches] " Alexander Turenko
  0 siblings, 1 reply; 5+ messages in thread
From: Sergei Voronezhskii @ 2018-08-17 12:37 UTC (permalink / raw)
  To: tarantool-patches; +Cc: Kirill Yukhin

 - Don't kill default if non-default crash expected.
 - Support comments in config files.
 - Allow grep_log to not reset search results after tarantool restart.
---

branch: sergw-test-run-dont-kill-default-if-non-default-crash-expected

 test-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-run b/test-run
index 0aa25ae8a..822eed379 160000
--- a/test-run
+++ b/test-run
@@ -1 +1 @@
-Subproject commit 0aa25ae8a9d4af977b3c3478cba3ccdc4ef81d35
+Subproject commit 822eed379ce04edf7b0f586e1b2c061687a67e92
-- 
2.18.0

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

* [tarantool-patches] Re: [PATCH] test: update test-run submodule
  2018-08-17 12:37   ` [tarantool-patches] " Sergei Voronezhskii
@ 2018-08-17 14:05     ` Alexander Turenko
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Turenko @ 2018-08-17 14:05 UTC (permalink / raw)
  To: Sergei Voronezhskii, Kirill Yukhin; +Cc: tarantool-patches

LGTM.

WBR, Alexander Turenko.

On Fri, Aug 17, 2018 at 03:37:03PM +0300, Sergei Voronezhskii wrote:
>  - Don't kill default if non-default crash expected.
>  - Support comments in config files.
>  - Allow grep_log to not reset search results after tarantool restart.
> ---
> 
> branch: sergw-test-run-dont-kill-default-if-non-default-crash-expected
> 
>  test-run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test-run b/test-run
> index 0aa25ae8a..822eed379 160000
> --- a/test-run
> +++ b/test-run
> @@ -1 +1 @@
> -Subproject commit 0aa25ae8a9d4af977b3c3478cba3ccdc4ef81d35
> +Subproject commit 822eed379ce04edf7b0f586e1b2c061687a67e92
> -- 
> 2.18.0
> 
> 

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

* [tarantool-patches] Re: [PATCH] test: update test-run submodule
  2018-09-05  8:57 [tarantool-patches] " Sergei Voronezhskii
@ 2018-09-05 14:49 ` Alexander Turenko
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Turenko @ 2018-09-05 14:49 UTC (permalink / raw)
  To: Sergei Voronezhskii; +Cc: tarantool-patches

Hi!

Please, left me in To or CC when my attention is needed.

I would add issue numbers into the list.

The branch is not exists.

Do you want to add 'show_reproduce_content' for sql-tap within this
patchset (maybe separate commit)?

You missed significant amount of changes in the list. Please, look at
mine test-run update as the example: [1]. It lists each behaviour
change was made between the revisions.

[1]: https://github.com/tarantool/graphql/pull/211/commits/58fdd1c61e2a5ff26fad45338197e6be53d694ca

WBR, Alexander Turenko.

On Wed, Sep 05, 2018 at 11:57:56AM +0300, Sergei Voronezhskii wrote:
> - add 'show_reproduce_content' param for suite.ini
> - show result file for hung tests
> ---
> 
> branch: sergw/bump-test-run
> 
>  test-run | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test-run b/test-run
> index 77e932792..5dcc453ef 160000
> --- a/test-run
> +++ b/test-run
> @@ -1 +1 @@
> -Subproject commit 77e93279210f8c5c1fd0ed03416fa19a184f0b6d
> +Subproject commit 5dcc453ef54460ac64f37afe679eef72eda9a115
> -- 
> 2.16.1
> 
> 

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

end of thread, other threads:[~2018-09-05 14:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-17  8:38 [tarantool-patches] [PATCH] test: update test-run submodule Sergei Voronezhskii
2018-08-17 10:48 ` [tarantool-patches] " Alexander Turenko
2018-08-17 12:37   ` [tarantool-patches] " Sergei Voronezhskii
2018-08-17 14:05     ` [tarantool-patches] " Alexander Turenko
2018-09-05  8:57 [tarantool-patches] " Sergei Voronezhskii
2018-09-05 14:49 ` [tarantool-patches] " Alexander Turenko

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