Skip to content

MIP-721 Table creating retry fails if there was a broken pipe error.

Kostas FILIPPOPOLITIS requested to merge fix/MIP-721/table_creation_retry into master

Created by: ThanKarab

Changelog:

  • Removed drop table query from the udf execution queries.
  • Added fault tolerance logic on the queries to avoid incorrect state when creating tables due to "Server closed the connection" errors.
  • Integration tests added for the monetdb_interface, with the monetdb below, without passing through the celery tasks.

Merge request reports