Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH v1] test: fix hang of vinyl/select_consistency.* test
 2020-12-07 12:26 UTC  (4+ messages)

[Tarantool-patches] [PATCH] test: fix local array access in heap_iterator unit test
 2020-12-07 12:24 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2] test: fix hang of vinyl/select_consistency.* test
 2020-12-07 12:22 UTC  (2+ messages)

[Tarantool-patches] [PATCH luajit] x64: Fix __call metamethod return dispatch
 2020-12-07  9:37 UTC  (9+ messages)

[Tarantool-patches] [PATCH 1/1] test: fix to resolve box/net_msg_max flaky
 2020-12-07  7:50 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/6] Support Python 3 in tests and PEPify source code
 2020-12-07  7:46 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 1/6] test: support Python 3 and make quotes use consistent
` [Tarantool-patches] [PATCH 2/6] test: remove dead code in Python tests end extra newline
` [Tarantool-patches] [PATCH 3/6] test: remove empty print() functions
` [Tarantool-patches] [PATCH 4/6] add initial flake8 config
` [Tarantool-patches] [PATCH 5/6] cmake: add integration with flake8
` [Tarantool-patches] [PATCH 6/6] ci: enable flake8

[Tarantool-patches] [PATCH v1] Support to run tests with Python 3
 2020-12-06 17:43 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/4] crash dump: implement sending feedback
 2020-12-06 15:50 UTC  (14+ messages)
` [Tarantool-patches] [PATCH v3 1/4] backtrace: allow to specify destination buffer
` [Tarantool-patches] [PATCH v3 2/4] errstat: add crash report base code
` [Tarantool-patches] [PATCH v3 3/4] crash: use errstat code in fatal signals
` [Tarantool-patches] [PATCH v3 4/4] cfg: configure crash report sending

[Tarantool-patches] [PATCH v1 1/1] sql: remove unecessary execute of space_cache_find()
 2020-12-06 15:19 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2] Move .tarantoolctl to test-run tool submodule
 2020-12-06  1:52 UTC  (2+ messages)

[Tarantool-patches] [PATCH v3 0/3] qsync: evaluate replication_synchro_quorum dynamically
 2020-12-04 23:52 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v3 1/3] cfg: add cfg_isnumber helper
` [Tarantool-patches] [PATCH v3 2/3] cfg: support symbolic evaluation of replication_synchro_quorum
` [Tarantool-patches] [PATCH v3 3/3] test: add replication/gh-5446-sqync-eval-quorum.test.lua

[Tarantool-patches] [PATCH v1 1/1] box: remove unnecessary rights from peristent functions
 2020-12-04 23:10 UTC  (4+ messages)

[Tarantool-patches] [PATCH 00/10] Raft module, part 3 - fake network and libev for Raft and SWIM
 2020-12-04 22:53 UTC  (15+ messages)
` [Tarantool-patches] [PATCH 01/10] test: stop using swim_transport.addr as in-param
` [Tarantool-patches] [PATCH 10/10] fakesys: move fakeev to fakesys library
` [Tarantool-patches] [PATCH 02/10] test: factor out swim from libc emulation funcs
` [Tarantool-patches] [PATCH 03/10] test: rename fake libc network methods to fakenet
` [Tarantool-patches] [PATCH 04/10] test: move fake network code to fakenet.c/.h files
` [Tarantool-patches] [PATCH 05/10] test: factor out swim from "
` [Tarantool-patches] [PATCH 06/10] fakesys: introduce fake system library
` [Tarantool-patches] [PATCH 07/10] test: rename fake libev methods to fakeev
` [Tarantool-patches] [PATCH 08/10] test: move fake libev code to fakeev.c/.h files
` [Tarantool-patches] [PATCH 09/10] test: factor out swim from fakeev.h/.c files

[Tarantool-patches] [PATCH 0/4] crash dump: implement sending feedback
 2020-12-04 15:29 UTC  (6+ messages)
` [Tarantool-patches] [PATCH 1/4] backtrace: allow to specify destination buffer
` [Tarantool-patches] [PATCH 2/4] errstat: add crash report base code
` [Tarantool-patches] [PATCH 3/4] crash: use errstat code in fatal signals
` [Tarantool-patches] [PATCH 4/4] cfg: allow to configure crash report sending

[Tarantool-patches] [PATCH v2] test: replication-py/init_storage.test.py
 2020-12-04 10:51 UTC  (3+ messages)

[Tarantool-patches] [PATCH v3 0/2] reduce performance degradation introduced by JSON path indices
 2020-12-04  9:52 UTC  (3+ messages)
` [Tarantool-patches] [PATCH v3 1/2] box: speed up tuple_field_map_create
` [Tarantool-patches] [PATCH v3 2/2] box: refactor tuple_field_raw to omit path checks

[Tarantool-patches] [PATCH v2 0/2] test: flaky hang vinyl/ddl.test.lua test
 2020-12-04  9:35 UTC  (7+ messages)
` [Tarantool-patches] [PATCH v2 1/2] Revert "Fix flaky test engine/ddl"
` [Tarantool-patches] [PATCH v2 2/2] test: flaky hang vinyl/ddl.test.lua test

[Tarantool-patches] [PATCH v2 0/2] Make uuid values comparable
 2020-12-04  8:13 UTC  (9+ messages)
` [Tarantool-patches] [PATCH v2 1/2] uuid: support comparison of uuid values in Lua

[Tarantool-patches] [test-run] Add options for upgrade testing
 2020-12-04  4:08 UTC  (9+ messages)
` [Tarantool-patches] [PATCH] "

[Tarantool-patches] [PATCH v2 0/2] reduce performance degradation introduced by JSON path indices
 2020-12-03 21:47 UTC  (8+ messages)
` [Tarantool-patches] [PATCH v2 1/2] box: speed up tuple_field_map_create
` [Tarantool-patches] [PATCH v2 2/2] box:refactor tuple_field_raw to omit path checks

[Tarantool-patches] [PATCH] Fix base64 decoder output buffer overrun (reads)
 2020-12-03 21:35 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] box: make instace ro while limbo is not empty
 2020-12-03 21:21 UTC  (11+ messages)

[Tarantool-patches] [PATCH v2] Add replication_connect_timeout to quorum test
 2020-12-03 14:42 UTC  (3+ messages)

[Tarantool-patches] [PATCH] box: check schema version after tarantool update
 2020-12-03 12:56 UTC  (13+ messages)

[Tarantool-patches] [PATCH v2] core: handle fiber cancellation for fiber.cond
 2020-12-02 22:18 UTC  (12+ messages)

[Tarantool-patches] [PATCH v1] test: replication-py/init_storage.test.py
 2020-12-02 20:31 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2] test: fix hang of vinyl/select_consistency.* test
 2020-12-02 18:56 UTC 

[Tarantool-patches] [PATCH] benchmarks: runner for local benchmarks runs
 2020-12-02 17:08 UTC 

[Tarantool-patches] [PATCH 0/2] reduce performance degradation introduced by JSON path indices
 2020-12-02  9:53 UTC  (14+ messages)
` [Tarantool-patches] [PATCH 1/2] box: speed up tuple_field_map_create
` [Tarantool-patches] [PATCH 2/2] box: use tuple_field_raw_by_part where possible

[Tarantool-patches] [PATCH v1] Add replication_connect_timeout to quorum.lua
 2020-12-02  6:57 UTC 

[Tarantool-patches] [PATCH] serializer: check for recursive serialization
 2020-12-02  0:53 UTC  (3+ messages)

[Tarantool-patches] [PATCH v2 0/2] GCC 10 fix warnings
 2020-12-02  0:27 UTC  (6+ messages)
` [Tarantool-patches] [PATCH v2 1/2] sql: fix build with GCC 10
` [Tarantool-patches] [PATCH v2 2/2] bitset: replace zero-length array with flexible-array member

[Tarantool-patches] [PATCH v1] test: flaky hang vinyl/ddl.test.lua test
 2020-12-01 20:42 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2] Add infrastructure for fuzzing testing and fuzzers
 2020-12-01 16:22 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1] Move .tarantoolctl to test-run tool submodule
 2020-12-01 14:55 UTC  (3+ messages)

[Tarantool-patches] [PATCH 0/4] Add fuzzing testing
 2020-12-01 14:45 UTC  (8+ messages)
` [Tarantool-patches] [PATCH 1/4] test: add infrastructure for fuzzing testing and fuzzers
` [Tarantool-patches] [PATCH 2/4] test: add corpus to be used with fuzzers
` [Tarantool-patches] [PATCH 3/4] travis: build tarantool with ENABLE_FUZZER
` [Tarantool-patches] [PATCH 4/4] test: integrate with OSS Fuzz

[Tarantool-patches] [PATCH v1 1/1] temporary: locate missing diag in VDBE
 2020-12-01 14:01 UTC  (3+ messages)

[Tarantool-patches] [PATCH] tools: fix luacheck invocation in different cases
 2020-12-01 12:32 UTC 

[Tarantool-patches] [PATCH] console: drop unused serpent module
 2020-12-01 12:22 UTC  (4+ messages)

[Tarantool-patches] [PATCH] raft: make sure the leader stays ro till it clears the limbo
 2020-11-30  9:40 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1 1/1] temporary: locate missing diag in VDBE
 2020-11-27 10:44 UTC 

[Tarantool-patches] [PATCH] vinyl: account statement statistics during .index rebuild
 2020-11-26 21:30 UTC  (4+ messages)

[Tarantool-patches] testing mangling
 2020-11-26 21:26 UTC  (7+ messages)

[Tarantool-patches] [PATCH] func: clean the module cache on first load error
 2020-11-26 21:25 UTC  (2+ messages)

[Tarantool-patches] [RFC 0/4] qsync: evaluate replication_synchro_quorum dynamically
 2020-11-26 16:01 UTC  (5+ messages)
` [Tarantool-patches] [RFC 3/4] cfg: prepare symbolic evaluation of replication_synchro_quorum

[Tarantool-patches] [PATCH 0/2] Follow-up for "_session_settings" space
 2020-11-26  9:51 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Improve json error message
 2020-11-26  9:46 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 0/3] update_repo: improvements for removements
 2020-11-26  9:35 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox