- Sep 20, 2022
-
-
- Sep 15, 2022
-
-
replication_factor now goes into cluster_state
-
- Sep 02, 2022
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
- Aug 28, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 18, 2022
-
-
Valentin Syrovatskiy authored
-
- Aug 17, 2022
-
-
Georgy Moshkin authored
-
- Aug 16, 2022
-
-
- Aug 11, 2022
-
-
Georgy Moshkin authored
-
- Aug 10, 2022
-
-
Some users may change their "target-dir" cargo setting for example to make it shared between all projects (may speed up some builds). It that case our integration tests should be looking for the executable in the right place.
-
- Jul 27, 2022
-
-
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
Valentin Syrovatskiy authored
-
- Jul 18, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jul 14, 2022
-
-
- Jul 08, 2022
-
-
Georgy Moshkin authored
-
This patch introduces a new type of tests - manual. They aren't run by default. You can use it for development experiments: ```bash pytest test/manual -s -k instant pytest test/manual -s -k chunked ```
-
- Jul 07, 2022
-
-
Georgy Moshkin authored
-
-
Valentin Syrovatskiy authored
-
- Jul 06, 2022
-
-
Georgy Moshkin authored
-
- Jul 05, 2022
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Valentin Syrovatskiy authored
-
- Jul 01, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
test_concurrency makes no sense anymore. There's no batching since the join_loop was refactored. The same is true for test_uuids.
-
Yaroslav Dynnikov authored
-
Georgy Moshkin authored
-
- Jun 30, 2022
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Jun 27, 2022
-
-
Yaroslav Dynnikov authored
-
Valentin Syrovatskiy authored
-
- Jun 23, 2022
-
-
deactivation means that instance - is demoted to learner (if it wasn't one already) - is marked "inactive" so that it's ignored when determining the number of voters required for the cluster
-
- Jun 17, 2022
-
-
Bootstrapping the replication was implemented in 2dac77c5. But it was configured on the new instance only. The old instance (that joined earlier) couldn't update `box.cfg({replication})` until now. Close https://git.picodata.io/picodata/picodata/picodata/-/issues/52
-
- Jun 15, 2022
-
-
- Jun 06, 2022
-
-