Skip to content
Snippets Groups Projects
  1. Aug 15, 2024
    • Arseniy Volynets's avatar
      feat(sql): infer shard key from primary key · b489cf13
      Arseniy Volynets authored
      - sbroad submodule was already updated and
      has commit supporting inferring sk from pk
      - add integration test to check inference
      is working
      b489cf13
    • Arseniy Volynets's avatar
      fix(flaky): ignore false positive exception · 4626fa1b
      Arseniy Volynets authored
      - Currently we use Retriable for handling flaky
      sql tests (temporary solution). If our sql query
      succeeded but on client the timeout was raised,
      Retriable will execute the query again. This
      may lead to situation, when we will get an
      error for violating unique index. This commit
      ignores this error
      4626fa1b
  2. Aug 14, 2024
  3. Aug 12, 2024
  4. Aug 09, 2024
  5. Aug 08, 2024
  6. Aug 06, 2024
Loading