Skip to content
Snippets Groups Projects
  1. May 31, 2022
  2. May 17, 2022
    • Denis Smirnov's avatar
      fix: mock engine sharding (was implemented for cartridge only) · 3327c3bc
      Denis Smirnov authored
      After implementing cartridge sharding mock tests were mostly
      useless: we didn't see how we modify SQL according to some specific
      shard.
      
      Now (in a case of the filtered buckets when we send a query to exact
      shards) mock engine generates SQL for every shard. This behavior
      differs from the cartridge engine that groups buckets by replicasets
      first and then generated SQL for a replicaset bucket group. But the
      idea of the mock engine is to detect errors but not to implement
      actual Tarantool. So, lets make things simple and use this approach.
      3327c3bc
  3. May 16, 2022
  4. Apr 29, 2022
  5. Apr 27, 2022
  6. Apr 26, 2022
  7. Apr 25, 2022
  8. Apr 21, 2022
  9. Apr 20, 2022
  10. Apr 18, 2022
  11. Apr 15, 2022
  12. Apr 14, 2022
  13. Apr 13, 2022
  14. Apr 12, 2022
  15. Apr 11, 2022
  16. Apr 10, 2022
  17. Apr 08, 2022
Loading