- Jul 13, 2024
-
-
Kurdakov Alexander authored
-
Kurdakov Alexander authored
-
- Jul 12, 2024
-
-
-
Dmitry Rodionov authored
-
EmirVildanov authored
-
- Jul 11, 2024
-
-
Dmitry Rodionov authored
This is a known problem in general. There is an open ticket in sbroad: https://git.picodata.io/picodata/picodata/sbroad/-/issues/542 This is a follow up for 8a2b10e2
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
-
Dmitry Rodionov authored
Make it possible to pass enabled injections at process startup via env variables.
-
Dmitry Rodionov authored
If initial call to vshard.router.bootstrap failed with taimeout then following calls return cluster already bootstrapped error. Make proc_sharding_bootstrap treat this error as successful bootstrap. Close: https://git.picodata.io/picodata/picodata/picodata/-/issues/751
-
- Jul 10, 2024
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
- Jul 09, 2024
-
-
Dmitry Ivanov authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
If it's set only the "rows" part of the response is returned. This parameter is True by default because in most cases this is what we want.
-
Georgy Moshkin authored
-
- Jul 08, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Close #765
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jul 05, 2024
-
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
-
-
-
- Some sql queries that read from sharded tables can fail with timeout error, but because of rethrows it is showed as 'Connection reset error'. In order to avoid retrying such tests in CI we can use retries in tests. Note: solution to the problem itself is in the progress, but we don't know when it will be done: https://github.com/tarantool/vshard/pull/442 - Another solution is to use global tables instead of sharded tables in tests where it does not matter. - This commit uses both approaches: when possible sharded tables were replaced with global ones. In other cases retries were used.
-