Vladimir Davydov
Vladimir Davydov
> I can imagine several possible semantics of such a function: > > * Ignore all the options from an instance scope. > * Take the instance options into account,...
Cherry-picked to 2.10, 2.11, 3.1.
> I see the problem in `_sequence_data` system table being out of sink with `sequence_data_index` hashmap in [sequence.c](https://github.com/tarantool/tarantool/blob/1464ac1da48506b5d47dc3882f466b4f2f74eb9e/src/box/sequence.c#L86C35-L86C54). Apparently inserting something in the table linked with sequence doesn't create or...
Errors from the [log](https://github.com/user-attachments/files/16727370/log.txt) captured on CI: ``` 2024-08-22T16:10:36.0117759Z [026] app-luatest/http_client_test.lua Test timeout of 310 secs reached [ fail ] 2024-08-22T16:10:36.0229768Z [026] Test failed! Output from reject file /tmp/t/rejects/app-luatest/http_client.reject: 2024-08-22T16:10:36.8332458Z...
According to @unera, the `box.session.push` feature is dangerous so it should be dropped completely.
Done unconditionally (without a parameter) in: - https://github.com/tarantool/luatest/pull/388
@Astronomax The `debug_asan_clang` workflow found some leaks. PTAL. ``` [011] master | Direct leak of 8 byte(s) in 1 object(s) allocated from: [011] master | #0 0x55cc2e5f2b8d in strdup (/__w/tarantool/tarantool/src/tarantool+0x11b8b8d)...
This gets especially annoying in tests. For example, for the following assertion ```lua t.assert_equals(box.tuple.new({require('uuid').new()}), box.tuple.new({require('uuid').new()})) ``` luatest prints ``` expected: [null], actual: [null] ```
See also: - #10701 - #11740
Related issues: - #6138 - #9696 - #9720 - #10375