Georgy Moiseev

Results 76 issues of Georgy Moiseev

I have a simple module ``` return { CONST1 = 'value1', CONST2 = 'value2', } ``` and I need to describe what `CONST1` and `CONST2` fields store and how they...

### Fix running tests for Tarantool Enterprise Stream tests use `tarantool -V` output to check version. For Tarantool Enterprise, `tarantool -V` output is "Tarantool Enterprise ", thus it is incorrect...

Since 2.10, Tarantool have a new release policy: https://www.tarantool.io/en/doc/latest/release/policy/ For example, versions like `2.10.0-beta1` is possible now. Versions with `-alphaN`, `-betaN`, `-rcN` and `-entrypoint` suffixes are prior to non-suffixed one....

**Bug description** If datetime timezone offset has changed during interval addition, result is incorrect. * OS: Linux * OS Version: Ubuntu 20.04 * Architecture: amd64 Tarantool Enterprise 2.10.0-6-gaaed1a3cb-r497 **Steps to...

bug

**Bug description** Datetime subtraction ignores timezone info. * OS: Linux * OS Version: Ubuntu 20.04 * Architecture: amd64 Tarantool Enterprise 2.10.0-6-gaaed1a3cb-r497 **Steps to reproduce** ``` tarantool> datetime.new{tz='MSK'} - datetime.new{tz='UTC'} ---...

bug

Before this patch, test server bootstrap with helper had failed with `"No suitable URI to connect is found"` error in case server wasn't found in first replicaset of the group....

**Bug description** If a socket from the session socketpair was used for some process connection before, it cannot be used to establish another connection later (after closing the first one),...

bug

**Bug description** Tarantool permits to decode any `tzoffset` + `tzindex` combination from msgpack. - OS: Linux - OS Version: Ubuntu 20.04 - Architecture: amd64 Tarantool Enterprise 2.10.0-6-gaaed1a3cb-r497 **Steps to reproduce**...

bug
datetime

ldoc has support of subparams (even though the feature is a bit hidden): https://github.com/lunarmodules/ldoc/blob/e4940daf748affb86489b0782ed8abab2e88bebc/tests/styles/subparams.lua#L8-L13 Since Lua does not have support of named params, it is not rare to have multiple...

PR #629 introduced Tarantool version as a structure (both in module and pytest) to solve the issue of migrating to new release policy (#619). Tarantool version as a string is...

code health