enso/test
Pavel Marek 7bba021dfd
Fix teardown in SQLite File spec (#8918)
Fixes teardown of SQLite spec. There used to be only `connection.close`, but we also have to call `connection.drop_table` for every created table.

This causes problems only in `[SQLite File]` tests. These are backed by a sqlite file and some tables are persistent in that table. It is possible, that before tests are run, this file is non-empty and contains garbage from previous runs.

### Important Notes

Should fix https://github.com/enso-org/enso/actions/runs/7724599547/job/21057063900#step:10:7243 that was triggered when `Table_Tests` were run on a non-clean runner.

---------

Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org>
2024-02-05 12:25:55 +01:00
..
AWS_Tests Allow secrets in AWS_Credential (#8774) 2024-01-19 19:00:56 +00:00
Base_Tests Better runEngineDistribution --run test/Base_Tests "filter" (#8940) 2024-02-04 11:39:36 +01:00
Benchmarks Refactor OrderMask to avoid memory copying (#8863) 2024-01-26 11:16:16 +00:00
Examples_Tests Add graalpy packages to the component directory (#8351) 2023-12-04 11:50:59 +00:00
Exploratory_Benchmarks Compare performance of Panic / Java Exception / Dataflow error (#8130) 2023-10-24 12:03:44 +00:00
Geo_Tests All Enso objects are hasheable (#3878) 2023-01-19 10:33:25 +01:00
Google_Api_Test Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
Image_Tests Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Meta_Test_Suite_Tests Allow Test asserts to be run outside of the test suite, still raising sensible Panics (#8778) 2024-01-16 17:17:20 +00:00
micro-distribution Binary operator resolution based on that value (#8779) 2024-01-27 08:38:47 +01:00
Table_Tests Fix teardown in SQLite File spec (#8918) 2024-02-05 12:25:55 +01:00
Visualization_Tests Consistent simple and qualified type name (#8448) 2023-12-06 04:30:24 +00:00