Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Mar 10, 2025
  3. Mar 07, 2025
    • Erik Khamitov's avatar
      refactor: turn parameters into expressions · c1d58065
      Erik Khamitov authored and Maksim Kaitmazian's avatar Maksim Kaitmazian committed
      - Fixed incorrect parameter handling in get_expression_node() by converting Node::Parameter to Expression::Parameter.
      - Corrected Group By parameter handling by moving the replacement of group-by ordinals with references before plan caching.
      c1d58065
    • Вартан Бабаян's avatar
      fix: update expired SSL certificates for connection tests · 563ee4b5
      Вартан Бабаян authored
      The test 'test_mtls_with_known_cert' was failing due to expired SSL certificates.
      The certificate has expired a few days ago, so it's failing with error - 'SSL error: ssl/tls alert certificate expired'.
      This update replaces the expired certificates with new ones, ensuring that the tests pass.
      The new certificates are valid for the next 180 years.
      563ee4b5
  4. Mar 05, 2025
    • Kurdakov Alexander's avatar
      test: speed up some tests · 15f2c2c5
      Kurdakov Alexander authored
      Speed up test_cli_ux.py::test_do_not_ban_admin_via_unix_socket.
      Removed check for aliveness of instance after fail of sql query
      with auth error, so we don't wait 1 second in wait child.
      15f2c2c5
  5. Mar 04, 2025
  6. Mar 03, 2025
  7. Feb 28, 2025
  8. Feb 27, 2025
  9. Feb 26, 2025
  10. Feb 25, 2025
Loading