[tarantool-patches] Re: [PATCH 2/3] box/lua/console: Add support for lua output format

Cyrill Gorcunov gorcunov at gmail.com
Sat Jul 13 00:44:49 MSK 2019


On Fri, Jul 12, 2019 at 11:45:27PM +0300, Konstantin Osipov wrote:
> * Cyrill Gorcunov <gorcunov at gmail.com> [19/07/12 22:08]:
> > Historically we use YAML format to print results of operation to
> > a console. Moreover our test engine is aiming YAML as a primary format
> > to compare results of test runs. Still we need an ability to print
> > results in a different fasion, in particular one may need to use
> > the console in a REPL way so that the results would be copied and
> > pased back to further processing.
> 
> Can you please come up with a patch for test-run that changes the
> test engine to set the output explicitly in suite.ini, so that
> it's not broken by changing the default?

I think about it and this gonna be new patches on top of the series.
Look, the main purpose of the patchset is to be completely transparent
to current codebase and the patches must not break anything already
running (including tests). That's why modifying test engine is my
next step, also I need to provide tests for this new console output.
But again, my initial main purpose -- to not break anything now.




More information about the Tarantool-patches mailing list