You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ideas behind the change:
* The log is sometimes from a tarantool instance, but a luatest based
test may print logs from another process to stderr. Use more general
term 'log' to don't confuse anyone.
* Replace term 'instance' with 'test-run server' due to the same
reasons.
* Make zero size and no file situations more explicit.
* Catch and report 'no logfile property' situation (shouldn't occur, but
was semi-handled by this code previously for some reason).
* Reduce code reusability for the sake of readability and to ease future
modifications.
0 commit comments