Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Jan 30, 2023
  3. Jan 26, 2023
  4. Jan 24, 2023
  5. Jan 19, 2023
  6. Jan 18, 2023
  7. Jan 16, 2023
    • ThanKarab's avatar
      Disabled logistic cv failing test on CI. · 4b3ac3bf
      ThanKarab authored
      4b3ac3bf
    • ThanKarab's avatar
      'create' and 'add' merge table methods combined. · d102237d
      ThanKarab authored
      The methods were combined in order to create the table with only one query instead of several.
      Since the 'create merge table' is now only one, it can be converted to idempotent query.
      Changed the 'create_fault_tolerant_query' to 'create_idempotent_query' since it showcases the meaning better.
      d102237d
    • ThanKarab's avatar
      Added fault tolerance on the table creations and deletions. · eb1f874f
      ThanKarab authored
      All the tables that are now created or deleted, if the connection fails and the query succeeds, can be retried without a 'Table already exists' problem.
      In the 'monetdb_interface' moved some global variables inside the methods to mock properly.
      Removed soft memory limit from docker containers.
      Added unit and integration tests testing the 'IF NOT EXISTS' or 'IF EXISTS' clause in the table queries.
      eb1f874f
    • ThanKarab's avatar
      Removed drop table query from udf execution queries. · 78feab7b
      ThanKarab authored
      The drop query was added as part of the udf execution queries to be able to retry the series of queries even if it previously failed at some point.
      This is no longer the case since we retry each query, if it failed.
      78feab7b
    • K.Filippopolitis's avatar
      Very slow tests (#357) · 787d0191
      K.Filippopolitis authored
      * Added very_slow mark on the tests that stop/remove/restart/kill containers.
      
      * Added smpc_cluster mark on the test that setup the smpc cluster
      
      * Disabled the smpc cluster tests cause of its instability
  8. Jan 13, 2023
  9. Jan 12, 2023
  10. Jan 11, 2023
  11. Jan 09, 2023