enso/test
Radosław Waśko 3fd14642d9
Fix upload/delete transactions in Snowflake backend (#10738)
Fixes #10609 by rewriting all our upload-related operations to rely on `DDL_Transaction` - an abstraction that handles 'transactionality' of `CREATE TABLE` statements dependent on if a given backend allows DDLs within transactions or not (if not it emulates transactionality by creating the tables outside of transaction and then dropping them on rollback).
2024-08-06 08:14:44 +00:00
..
AWS_Tests Fix upload/delete transactions in Snowflake backend (#10738) 2024-08-06 08:14:44 +00:00
Base_Internal_Tests Internal tests run with --disable-private-check (#10743) 2024-08-05 15:22:22 +02:00
Base_Tests Improve parser contextualization (#10734) 2024-08-05 15:46:58 +00:00
Benchmarks Improve parser contextualization (#10734) 2024-08-05 15:46:58 +00:00
Examples_Tests Rename Map to Dictionary and Set to Hashset. (#10474) 2024-07-09 09:12:23 +00:00
Exploratory_Benchmarks Final step removing the Problem_Behavior publishing. (#10461) 2024-07-05 18:41:36 +00:00
Geo_Tests Snowflake Dialect pt. 6 - Union, Distinct and other improvements (#10576) 2024-07-19 16:04:00 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Implement private methods (#10060) 2024-05-31 08:00:20 +00:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Implement Runtime.Context.Dataflow_Stack_Trace for dataflow errors thrown from Enso (#9625) 2024-07-26 19:20:41 +00:00
Microsoft_Tests Add Initial SQL Server support (#10624) 2024-07-30 11:13:08 +01:00
Snowflake_Tests Fix upload/delete transactions in Snowflake backend (#10738) 2024-08-06 08:14:44 +00:00
Table_Tests Fix upload/delete transactions in Snowflake backend (#10738) 2024-08-06 08:14:44 +00:00
Visualization_Tests Stop publishing First/Last as constructors and use auto-scoping for take and drop. (#10467) 2024-07-08 10:26:30 +00:00