From: Igor Munkin <imun@tarantool.org> To: Olga Arkhangelskaia <arkholga@tarantool.org> Cc: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Subject: Re: [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console Date: Thu, 11 Jun 2020 19:47:58 +0300 [thread overview] Message-ID: <20200611164758.GQ5745@tarantool.org> (raw) In-Reply-To: <20200610094354.31831-2-arkholga@tarantool.org> Olya, Thanks for the patch! I see no reason to introduce this auxiliary library as a separate patch. Please consider some nits below. On 10.06.20, Olga Arkhangelskaia wrote: > From: Olga <arkholga@tarantool.org> > > Local console is impossible to test within pipe, tatantool -i. Typo: s/within/with/. Typo: s/tatantool/tarantool/. Minor: it's worth to describe the exact behaviour preventing tarantool start with interactive console (i.e. isatty check) and mention the issue[1] confirming that such behaviour is not OK. > isatty lib was added to overcome isatty check and test local console. Typo: s/overcome/overload/. > Hack by Alexandr Turenko. Minor: I failed to find such practice in our repo. If you want to mention Sasha as author of this way to test local console, I guess you can just add a Co-authored-by tag (if Sasha doesn't mind). I also think, it's worth to mention the issue that motivates this patch. Something like "Needed for #4317" is enough. > --- > test/CMakeLists.txt | 8 ++++++++ > test/isatty.c | 5 +++++ Minor: it's better to place this library to test/app-tap directory. In this case it simply doesn't spoil the root one. > 2 files changed, 13 insertions(+) > create mode 100644 test/isatty.c > <snipped> > -- > 2.20.1 (Apple Git-117) > [1]: https://github.com/tarantool/tarantool/issues/5064 -- Best regards, IM
next prev parent reply other threads:[~2020-06-11 16:57 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-10 9:43 [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Olga Arkhangelskaia 2020-06-10 9:43 ` [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console Olga Arkhangelskaia 2020-06-11 16:47 ` Igor Munkin [this message] 2020-06-10 9:43 ` [Tarantool-patches] [PATCH 2/2] console: add line carrying backslash Olga Arkhangelskaia 2020-06-11 16:48 ` Igor Munkin 2020-06-16 14:39 ` Alexander Turenko 2020-06-11 16:49 ` [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Igor Munkin 2020-07-08 18:42 ` Alexander Turenko 2020-07-09 6:01 ` Olga Arkhangelskaia
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=20200611164758.GQ5745@tarantool.org \ --to=imun@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=arkholga@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console' \ /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