enso/test
Radosław Waśko f2d6079ac4
Fix missing AWS region in S3 operations (#9546)
- Closes #9284
- Now our tests run without the default `AWS_` config, thus ensuring that the tested setups work in a clean environment.
- After all, more complicated logic was needed for buckets access - apparently the AWS SDK only allows for some operations on buckets to happen if the client is connected to the correct region. Thus detection of bucket regions had to be implemented.
- Added `AWS_Region` widget based on autoscoping.
- Fixed `AWS_Credential.profile_names` crashing if no AWS config was found. Now it returns no profiles if not found. Added a regression test.
2024-03-27 12:00:15 +00:00
..
AWS_Tests Fix missing AWS region in S3 operations (#9546) 2024-03-27 12:00:15 +00:00
Base_Tests Data Link for reading Enso_File (#9525) 2024-03-27 04:17:07 +00:00
Benchmarks Small fixes from building up another demo. (#9385) 2024-03-13 18:13:33 +00:00
Examples_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Exploratory_Benchmarks IsNa to IsNothing, missing to Nothing in Table code. (#9154) 2024-02-26 10:52:07 +00:00
Geo_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Image_Tests Move Standard.Database.Data to Standard.Database. (#9321) 2024-03-07 14:43:38 +00:00
micro-distribution Implement refreshing the Cloud token in Enso libraries (#9390) 2024-03-19 19:26:34 +00:00
Table_Tests Make expand_to_rows, expand_column support Rows, Tables, Column data types (#9533) 2024-03-26 12:31:02 +00:00
Visualization_Tests Split Excel_Format into 3 constructors (#9308) 2024-03-08 14:26:30 +00:00