Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. May 03, 2023
  3. May 02, 2023
    • Denis Smirnov's avatar
      feat(POC): picodata engine · 93685c03
      Denis Smirnov authored
      Implement the picodata engine for sbroad to integrate distributed
      SQL into the picodata binary. In fact, picodata engine simple
      exports public rust functions from api.rs. On the picodata side
      they (and some lua functions) are imported and included into the
      bunary on the build phase.
      
      Current commit is POC and have some problems:
      - DDL is still not implemented in the picodata (_pico_space is mocked);
      - we include tarantool module symbols twice (first time in sbroad,
        second time in picodata binary);
      
      But anyway, it works and all these problems should be solved in the
      next commits.
      Verified
      93685c03
  4. Apr 26, 2023
  5. Apr 25, 2023
  6. Apr 24, 2023
  7. Apr 18, 2023
  8. Apr 13, 2023
  9. Apr 11, 2023
  10. Apr 05, 2023
  11. Apr 04, 2023
  12. Mar 30, 2023
  13. Mar 23, 2023
  14. Mar 20, 2023
  15. Mar 15, 2023
    • ms.evilhat's avatar
      fix(test): fix flaky test on cluster with replication · b67a8100
      ms.evilhat authored
      tarantool uses async replication by default, and it is possible to try selecting from a replica that does not have the space or the data yet, which can cause flaky tests
      now, we configure storage replicaset and enable sync replication for spaces to work with
      Closes #369
      b67a8100
  16. Mar 10, 2023
  17. Mar 09, 2023
  18. Feb 28, 2023
  19. Feb 27, 2023
  20. Feb 20, 2023
  21. Feb 15, 2023
Loading